Releases: plotly/dash-ag-grid
Releases · plotly/dash-ag-grid
v32.3.4
v32.3.3
v33.3.2rc2
v33.3.2rc2
v32.3.2
v33.3.2rc1
Fixed
- #394 allow
cellRenderercolumn def to be a function
v32.3.1
v33.3.2rc0
- bump to v
33.3.2for the grid - legacy (CSS-only) themes now require stylesheets to be loaded externally (for example, via the
external_stylesheetskwarg to the Dash constructor). Seetests/examples/themes_legacy.pyfor an example. - dashGridOptions now accepts a
themestring or function as per AG Grid's latest theming system. Seetests/examples/themes.pyfor examples. - defaultProps no longer used in modern React versions
v32.3.0
Changed
- Component is refactored to be a function component rather than a class
Fixed
- #387 fixed
isRowSelectableprop (issue #379)
v32.3.0rc0
[32.3.0rc0] - 2025-04-15
Fixed
- #328 fixed issue where
getRowStylewasn't able to be passed as a complete function
Changed
- #328
- bumping to v
32.3for the grid - the grid checks if updates are from an internal source (3.0.2 dash) and will selectively rerender if so
- bumping to v
Full Changelog: v31.3.1...v32.3.0rc0
v31.3.1
[31.3.1] - 2025-03-17
Fixed
- #346 Fixes issue #347 where styling wasn't considering if the grid had rows without
data. This is related to the alteration in #332 - #353 Adjustments for support of Dash 3
Added
- #352 Adds
eventDataprop for devs to send arbitrary events from the grid events complete with an auto timestamp
Changed
- #362 bumping to v
31.3.4for the grid
New Contributors
- @Coding-with-Adam made their first contribution in #343
- @t1nfoil made their first contribution in #344
Full Changelog: v31.3.0...v31.3.1