Skip to content

Commit

Permalink
Merge pull request #327 from BSd3v/bump-to-v31_3
Browse files Browse the repository at this point in the history
bumping to AG Grid version 31.3
  • Loading branch information
BSd3v authored Oct 7, 2024
2 parents 31fd59c + 3af10af commit 1933810
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 40 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source D

### Added
- [#330](https://github.com/plotly/dash-ag-grid/pull/330) Added `dash_clientside` to available functions for easier on-liner functions, esp. `eventListeners`.
- requested [#303](https://github.com/plotly/dash-ag-grid/issues/303)
- requested [#303](https://github.com/plotly/dash-ag-grid/issues/303)

### Changed
- [#327](https://github.com/plotly/dash-ag-grid/pull/327) bumping to v`31.3.2` for the grid


## [31.2.0] - 2024-02-25
Expand Down
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-ag-grid",
"version": "31.2.0",
"version": "31.3.0",
"description": "Dash wrapper around AG Grid, the best interactive data grid for the web.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,9 +32,9 @@
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"ag-grid-community": "31.2.1",
"ag-grid-enterprise": "31.2.1",
"ag-grid-react": "31.2.1",
"ag-grid-community": "31.3.2",
"ag-grid-enterprise": "31.3.2",
"ag-grid-react": "31.3.2",
"@mui/icons-material": "^5.15.7",
"@mui/material": "^5.15.7",
"d3-format": "^3.1.0",
Expand Down

0 comments on commit 1933810

Please sign in to comment.