Skip to content

Commit 6dead22

Browse files
committed
changelog
1 parent 35c9c78 commit 6dead22

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to `dash-ag-grid` will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/).
55
Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source Dash AG Grid repo
66

7+
## [33.3.2rc0] - 2025-07-29
8+
9+
### Changed
10+
- bump to v`33.3.2` for the grid
11+
- 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.
12+
- dashGridOptions now accepts a `theme` string or function as per AG Grid's latest theming system. See `tests/examples/themes.py` for examples.
13+
- defaultProps no longer used in modern React versions
14+
715
## [32.3.0] - 2025-07-23
816

917
### Changed

0 commit comments

Comments
 (0)