Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ on:
- v*
paths:
- src/**
- package.json
- package-lock.json
pull_request:
branches:
- main
- v*
paths:
- src/**
- package.json
- package-lock.json

jobs:
test:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source D

## [unreleased]

## [36.0.0rc0] - 2026-07-16
### Changed
- bumping to v`36.0.0` for the grid

## [35.3.0] - 2026-07-13
### Added
- [#453](https://github.com/plotly/dash-ag-grid/pull/453) Test for changelog entry
Expand Down
88 changes: 48 additions & 40 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": "35.3.0",
"version": "36.0.0rc0",
"description": "Dash wrapper around AG Grid, the best interactive data grid for the web.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,9 +35,9 @@
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"ag-grid-community": "35.3.1",
"ag-grid-enterprise": "35.3.1",
"ag-grid-react": "35.3.1",
"ag-grid-community": "36.0.1",
"ag-grid-enterprise": "36.0.1",
"ag-grid-react": "36.0.1",
"d3-format": "^3.1.2",
"d3-time": "^3.1.0",
"d3-time-format": "^4.1.0",
Expand Down
Loading