Skip to content

Commit 4d20d0d

Browse files
authored
Merge pull request #357 from plotly/release-31.3.1rc1
release: 31.3.1rc1
2 parents db2918d + 450005b commit 4d20d0d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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+
## [31.3.1rc1] - 2025-02-10
88

99
### Fixed
1010
- [#346](https://github.com/plotly/dash-ag-grid/pull/346) Fixes issue [#347](https://github.com/plotly/dash-ag-grid/issues/347) where styling wasnt considering if the grid had rows without `data`. This is related to the alteration in [#332](https://github.com/plotly/dash-ag-grid/pull/332)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-ag-grid",
3-
"version": "31.3.0",
3+
"version": "31.3.1rc1",
44
"description": "Dash wrapper around AG Grid, the best interactive data grid for the web.",
55
"repository": {
66
"type": "git",
@@ -87,4 +87,4 @@
8787
"browserslist": [
8888
"last 7 years and not dead"
8989
]
90-
}
90+
}

0 commit comments

Comments
 (0)