Skip to content

v33.3.2rc0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jul 15:53
· 34 commits to main since this release
  • bump to v33.3.2 for the grid
  • 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.
  • dashGridOptions now accepts a theme string or function as per AG Grid's latest theming system. See tests/examples/themes.py for examples.
  • defaultProps no longer used in modern React versions