v0.54.0
0.54.0 (2023-11-10)
Bug Fixes
- Date argument non-optional for the onChange prop (#1622) (9a960b3), closes #1601
- Fixing grid colors and grays (#1621) (9ab2b1e), closes #1572
- Infinite loop with grid rendering (#1631) (4875d2e), closes #1626
- Log figure errors, don't show infinite spinner (#1614) (75783d0)
- non-contiguous table row selection background colour (#1623) (61d1a53), closes #1619
- Panels not reinitializing if makeModel changes (#1633) (5ee98cd)
- remove unecessary dom re-calc in grid render (#1632) (ce7cc3e)
Features
- Add
LayoutManagerContext
anduseLayoutManager
(#1625) (0a6965a) - Add ResizeObserver to Grid and Chart (#1626) (35311c8)
- Added test:debug script (#1628) (80f29f5), closes #1627
- Read settings from props/server config when available (#1558) (52ba2cd)
- Theming - Charts (#1608) (d5b3b48), closes #1572
BREAKING CHANGES
- ChartThemeProvider is now required to provide ChartTheme
- ChartModelFactory and ChartUtils now require chartTheme args
- saveSettings action has been replaced with
updateSettings
, which now just takes partial settings instead