Skip to content

Commit 45fb131

Browse files
authored
Merge pull request #398 from plotly/v33.3.2rc1
`v33.3.2rc1`
2 parents 6f84e90 + f9ee3d0 commit 45fb131

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.github/workflows/python-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
tags:
1010
- v*
1111
pull_request:
12-
branches: [main]
12+
branches:
13+
- main
14+
- v*
1315

1416
jobs:
1517
test:
@@ -104,4 +106,3 @@ jobs:
104106
run: |
105107
source .venv/bin/activate
106108
pytest --headless
107-

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ 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.2rc1] - 2025-08-05
8+
9+
### Fixed
10+
- [#394](https://github.com/plotly/dash-ag-grid/issues/394) allow `cellRenderer` column def to be a function
11+
12+
## [32.3.1] - 2025-08-05
813

914
### Fixed
1015
- [#394](https://github.com/plotly/dash-ag-grid/issues/394) allow `cellRenderer` column def to be a function

package-lock.json

Lines changed: 2 additions & 2 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": "33.3.2rc0",
3+
"version": "33.3.2rc1",
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)