Releases: genny-project/alyson-v3
Releases · genny-project/alyson-v3
Release-2.3.0
2.0.11
Change list
- Added deselectable rows prop for tables, is off by default.
2.0.10
2.0.0
Hotfix Release
Change list
- Changed priority of ENV imports so .env files and envs supplied via command line will override bridge ENVs.
- Fixed error that caused Table to crashed when using Firefox.
Hotfix Release
Change list
- Changed input rendered by datatype
htmlarea
fromTextArea
toRichTextEditor
Stable Release
Change list
- Added
media
field to layout context to facilitate media responsiveness, alongside the util functiongetDeviceSize
. - Forms updated for Mobile Responsiveness and Cancel button now behaves correctly
- Table headers can now include a 'fake button' to rows.
- Bucket View updated for Mobile Responsiveness. Renders one bucket that takes up the entire screen, with buttons to navigate to next and previous buckets.
- Tabs updated for Mobile Responsiveness. Tab bar is scrollable, and the tab container contains content to the width of the screen
- Map updated for Mobile Responsiveness. Width is restricted to screen size.
- Updated Keycloak to default to the generic theme provided by from genny-project/keycloak-themes, with an optional ENV setting to enable custom layouts.
Staging Release
Change list
- Hotfix added to base entity reducer to use the supplied linkCode when create a fake parent entity
Stable Release
Change list
- Hotfix added to base entity reducer to use the supplied linkCode when create a fake parent entity
Staging Release
Change list
- Form now checks to see if any asks were missing the corresponding BaseEntity, and if that BaseEntity is added to the store, will reload the form.
- InputAutocomplete now stores the current input text in the state, separate to the actual value, and loads an existing value into the state on update if the current filter is empty.
- layouts reducer now checks to see if layouts are public before overwriting them.