Skip to content

Commit 1933810

Browse files
authored
Merge pull request #327 from BSd3v/bump-to-v31_3
bumping to AG Grid version 31.3
2 parents 31fd59c + 3af10af commit 1933810

3 files changed

Lines changed: 43 additions & 40 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source D
1717

1818
### Added
1919
- [#330](https://github.com/plotly/dash-ag-grid/pull/330) Added `dash_clientside` to available functions for easier on-liner functions, esp. `eventListeners`.
20-
- requested [#303](https://github.com/plotly/dash-ag-grid/issues/303)
20+
- requested [#303](https://github.com/plotly/dash-ag-grid/issues/303)
21+
22+
### Changed
23+
- [#327](https://github.com/plotly/dash-ag-grid/pull/327) bumping to v`31.3.2` for the grid
2124

2225

2326
## [31.2.0] - 2024-02-25

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-ag-grid",
3-
"version": "31.2.0",
3+
"version": "31.3.0",
44
"description": "Dash wrapper around AG Grid, the best interactive data grid for the web.",
55
"repository": {
66
"type": "git",
@@ -32,9 +32,9 @@
3232
"dependencies": {
3333
"@emotion/react": "^11.11.3",
3434
"@emotion/styled": "^11.11.0",
35-
"ag-grid-community": "31.2.1",
36-
"ag-grid-enterprise": "31.2.1",
37-
"ag-grid-react": "31.2.1",
35+
"ag-grid-community": "31.3.2",
36+
"ag-grid-enterprise": "31.3.2",
37+
"ag-grid-react": "31.3.2",
3838
"@mui/icons-material": "^5.15.7",
3939
"@mui/material": "^5.15.7",
4040
"d3-format": "^3.1.0",

0 commit comments

Comments
 (0)