You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[#394](https://github.com/plotly/dash-ag-grid/issues/394) allow `cellRenderer` column def to be a function
23
+
12
24
## [32.3.1] - 2025-08-05
13
25
14
26
### Fixed
15
27
-[#394](https://github.com/plotly/dash-ag-grid/issues/394) allow `cellRenderer` column def to be a function
16
28
29
+
## [33.3.2rc0] - 2025-07-29
30
+
31
+
### Changed
32
+
- bump to v`33.3.2` for the grid
33
+
- legacy (CSS-only) themes now require stylesheets to be loaded externally (for example, via the `external_stylesheets` kwarg to the Dash constructor). See `tests/examples/themes_legacy.py` for an example.
34
+
- dashGridOptions now accepts a `theme` string or function as per AG Grid's latest theming system. See `tests/examples/themes.py` for examples.
35
+
- defaultProps no longer used in modern React versions
0 commit comments