Skip to content

Commit

Permalink
v2.2.0 bump and changelog formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Jun 20, 2023
1 parent e62fee1 commit c17e3ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
- [DE#20](https://github.com/plotly/dash-ag-grid-closed/pull/20) Default to ag-grid Enterprise
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c17e3ba

Please sign in to comment.