Skip to content

Commit c17e3ba

Browse files
committed
v2.2.0 bump and changelog formatting
1 parent e62fee1 commit c17e3ba

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@ 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+
## [2.2.0] - 2023-06-20
8+
89
### Added
910
- [#199](https://github.com/plotly/dash-ag-grid/pull/199) Add `scrollTo` prop which allows scrolling to rows and columns.
10-
- [#209](https://github.com/plotly/dash-ag-grid/pull/209)
11-
- Added `getApi` and `getColumnApi` to `dash_ag_grid` namespace to allow for JS functions to call the grid's API directly
11+
- [#209](https://github.com/plotly/dash-ag-grid/pull/209) Add `getApi` and `getColumnApi` to `dash_ag_grid` namespace to allow for JS functions to call the grid's API directly
1212

1313
### Fixed
14-
- [210](https://github.com/plotly/dash-ag-grid/pull/210)
15-
- fixed issue where `columnState` wasnt being applied with React 18
14+
- [210](https://github.com/plotly/dash-ag-grid/pull/210) Fix issue with `columnState` and React 18
1615

1716
### Updated
18-
- [210](https://github.com/plotly/dash-ag-grid/pull/210)
19-
- migrated props that use `setProps` from the `render()` to `componentDidUpdate`
17+
- [210](https://github.com/plotly/dash-ag-grid/pull/210) Migrate props that use `setProps` from the `render()` to `componentDidUpdate`
2018

2119
## [2.1.0] - 2023-06-02
2220

@@ -272,4 +270,4 @@ This release is as `v1.0.0` as it indicates production-ready, and changes the AP
272270

273271
- [DE#7](https://github.com/plotly/dash-ag-grid-closed/pull/7) Fix start script to run locally
274272
- [DE#15](https://github.com/plotly/dash-ag-grid-closed/pull/15) Style property
275-
- [DE#20](https://github.com/plotly/dash-ag-grid-closed/pull/20) Default to ag-grid Enterprise
273+
- [DE#20](https://github.com/plotly/dash-ag-grid-closed/pull/20) Default to ag-grid Enterprise

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": "2.1.0",
3+
"version": "2.2.0",
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)