Releases: DevoInc/genesys-ui
Releases · DevoInc/genesys-ui
Release 1.4.1
1.4.1 (2023-12-20)
Bug Fixes
- SelectControl: tokenize input value (c45e48f)
Release 1.8.0
1.8.0 (2023-12-04)
Features
- cell edit mode styles and HTML attributes (86df153)
- Row and editable cell interactions. (5ff10e7)
Bug Fixes
- Editor: solve callbacks not updating (b721d05)
- lint and use of correct provider. (b87e5e8)
- Table: Used correct width for calculations (566dec6)
Release 1.7.0
1.7.0 (2023-11-30)
Features
- added minWidth behavior and style adjustments (69e3589)
- Table: Added algorithm for percentage column widths (57c66c6)
- Table: Applied user onChange callback for edit cells (0694d3d)
Release 1.6.1
1.6.1 (2023-11-30)
Bug Fixes
- Update monaco editor on value change only if the (28a8088)
Release 1.6.0
1.6.0 (2023-11-29)
Features
- improvements for the Table and added context provider for Table configuration. (6888fdf)
- Improvements for the virtualization and row look and feel. (28cce03)
- new naming for props and styles for rows. (3665f49)
- Table: Added horizontal virtualization (8da3740)
- Table: Added user cell width in styled element (6a484a2)
- Table: Added user row height for virtualizer estimate size (6b2ff04)
- Table: Calculated scroll logic into React state for correct visualization (e785f99)
- Table: style and virtualization improvements (9712225)
Bug Fixes
- fixed lint problems. (29b2ee6)
- Table: Adjusted scroll flag calculation (951bf1a)
- Table: Solved TS errors (d7e12cd)
Release 1.5.1
1.5.1 (2023-11-17)
Bug Fixes
- MenuItem: fixed condition to show automatically check icon when it's selected and now it's possible to force not to have extra left space only by the specific prop. (f49c66f)
Release 1.5.0
1.5.0 (2023-11-16)
Features
- modified the margin prop of Divider component to have the same behavior of the rest of ones and added surface background color to the DropdownMenu. (516110e)
Bug Fixes
- Editor: QUV-1868 - Minor Code styles have been improved (#34) (e06c387)
- tests: fixed test for ToolbarSeparator. (f906c65)
Release 1.4.0
1.4.0 (2023-11-15)
Features
- improvements for Icon, InputControl, MenuItem and PanelHeader components. (2e2fa1d)
Bug Fixes
- icons: fixed the font icon names according with the new naming way from genesys-icons project. (d56d45b)
Release 1.3.0
1.3.0 (2023-11-15)
Features
- adapted to the last version of genesys-icons and improvements for Icon component to admit IconBase components as children. (39f3871)
Bug Fixes
- Table: Improved virtualization scrolling (d3d9bce)
- Table: QUV-1836 Improved table virtualization and alignments (969cb75)