Skip to content

Releases: plotly/dash-ag-grid

v35.0.0rc0

21 Jan 18:51
cd79931

Choose a tag to compare

v35.0.0rc0 Pre-release
Pre-release

Release candidate for v35 of AG Grid

v34.0.0rc0

21 Jan 16:21
a7ca1b8

Choose a tag to compare

v34.0.0rc0 Pre-release
Pre-release

Release candidate for v34 AG Grid

v33.3.3

21 Jan 15:37
c75e41a

Choose a tag to compare

Fixed

  • #408 fixed issue where the columnState would conflict with columnDefs updates
  • #412 fix "Multi-Column Filter not properly recognized in filterParams"
  • #427 exposes agGrid from the community package for use in custom themes and functions

New Contributors

v32.3.4

19 Dec 19:11
3ffda71

Choose a tag to compare

re-release of v32.3.3 due to publishing errors

v32.3.3

19 Dec 18:18
2d7069a

Choose a tag to compare

AG Grid version 32.3.9

Fixed

  • #408 fixed issue where the columnState would conflict with columnDefs updates
  • #412 fix "Multi-Column Filter not properly recognized in filterParams"

v33.3.2rc2

17 Sep 16:41

Choose a tag to compare

v33.3.2rc2 Pre-release
Pre-release
v33.3.2rc2

v32.3.2

17 Sep 16:31
f9d1d2a

Choose a tag to compare

Fixed

  • #403 fix "Maximum update depth exceeded" error

v33.3.2rc1

05 Aug 17:09
45fb131

Choose a tag to compare

v33.3.2rc1 Pre-release
Pre-release

Fixed

  • #394 allow cellRenderer column def to be a function

v32.3.1

05 Aug 16:32
5f5d546

Choose a tag to compare

Fixed

  • #394 allow cellRenderer column def to be a function

v33.3.2rc0

29 Jul 15:53

Choose a tag to compare

v33.3.2rc0 Pre-release
Pre-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