Skip to content

Commit afeaeb9

Browse files
authored
Merge pull request #388 from plotly/release/32.3.0
v32.3.0
2 parents 3b7fa53 + d825b32 commit afeaeb9

File tree

3 files changed

+25
-28
lines changed

3 files changed

+25
-28
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +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-
## UNRELEASED
7+
## [32.3.0] - 2025-07-23
88

99
### Changed
1010
- Component is refactored to be a function component rather than a class
1111

12+
### Fixed
13+
- [#387](https://github.com/plotly/dash-ag-grid/pull/387) fixed `isRowSelectable` prop ([issue #379](https://github.com/plotly/dash-ag-grid/issues/379))
14+
1215
## [32.3.0rc0] - 2025-04-15
1316

1417
### Fixed

package-lock.json

Lines changed: 20 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-ag-grid",
3-
"version": "32.3.0rc0",
3+
"version": "32.3.0",
44
"description": "Dash wrapper around AG Grid, the best interactive data grid for the web.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)