diff --git a/CHANGELOG.md b/CHANGELOG.md index b856fc0..97eb174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,17 @@ All notable changes to `dash-ag-grid` will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source Dash AG Grid repo -## [UNRELEASED] +## [2.2.0] - 2023-06-20 + ### Added - [#199](https://github.com/plotly/dash-ag-grid/pull/199) Add `scrollTo` prop which allows scrolling to rows and columns. -- [#209](https://github.com/plotly/dash-ag-grid/pull/209) - - Added `getApi` and `getColumnApi` to `dash_ag_grid` namespace to allow for JS functions to call the grid's API directly +- [#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 ### Fixed -- [210](https://github.com/plotly/dash-ag-grid/pull/210) - - fixed issue where `columnState` wasnt being applied with React 18 +- [210](https://github.com/plotly/dash-ag-grid/pull/210) Fix issue with `columnState` and React 18 ### Updated -- [210](https://github.com/plotly/dash-ag-grid/pull/210) - - migrated props that use `setProps` from the `render()` to `componentDidUpdate` +- [210](https://github.com/plotly/dash-ag-grid/pull/210) Migrate props that use `setProps` from the `render()` to `componentDidUpdate` ## [2.1.0] - 2023-06-02 @@ -272,4 +270,4 @@ This release is as `v1.0.0` as it indicates production-ready, and changes the AP - [DE#7](https://github.com/plotly/dash-ag-grid-closed/pull/7) Fix start script to run locally - [DE#15](https://github.com/plotly/dash-ag-grid-closed/pull/15) Style property -- [DE#20](https://github.com/plotly/dash-ag-grid-closed/pull/20) Default to ag-grid Enterprise \ No newline at end of file +- [DE#20](https://github.com/plotly/dash-ag-grid-closed/pull/20) Default to ag-grid Enterprise diff --git a/package-lock.json b/package-lock.json index d7153cf..baca9b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dash-ag-grid", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dash-ag-grid", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.1", diff --git a/package.json b/package.json index 99d3149..02e758c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-ag-grid", - "version": "2.1.0", + "version": "2.2.0", "description": "Dash wrapper around AG Grid, the best interactive data grid for the web.", "repository": { "type": "git",