Skip to content

Releases: plotly/dash-ag-grid

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

v32.3.0

23 Jul 15:43
afeaeb9

Choose a tag to compare

Changed

  • Component is refactored to be a function component rather than a class

Fixed

v32.3.0rc0

16 Apr 13:23
e571b0e

Choose a tag to compare

v32.3.0rc0 Pre-release
Pre-release

[32.3.0rc0] - 2025-04-15

Fixed

  • #328 fixed issue where getRowStyle wasn't able to be passed as a complete function

Changed

  • #328
    • bumping to v32.3 for the grid
    • the grid checks if updates are from an internal source (3.0.2 dash) and will selectively rerender if so

Full Changelog: v31.3.1...v32.3.0rc0

v31.3.1

19 Mar 19:54
b0a7b6c

Choose a tag to compare

[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 eventData prop for devs to send arbitrary events from the grid events complete with an auto timestamp

Changed

  • #362 bumping to v31.3.4 for the grid

New Contributors

Full Changelog: v31.3.0...v31.3.1