Skip to content

Commit cb1c06b

Browse files
committed
fixing changelogs
1 parent 3e64f14 commit cb1c06b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,17 @@ Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source D
1717
- [#468](https://github.com/plotly/dash-ag-grid/issues/468) Support passing a function to the grid option `processUnpinnedColumns`.
1818
- [#472](https://github.com/plotly/dash-ag-grid/pull/472) Added support for callback function for the groupAggFiltering options
1919

20-
2120
### Changed
21+
- version bump to v`34.3.1` for the grid
2222
- [#440](https://github.com/plotly/dash-ag-grid/pull/440)
2323
- Markdown update for npm
2424
- `linkTarget` now works even if `dangerously_allow_code` is `true` and no `target` is passed in the link.
2525
- `_self` will auto apply as a `linkTarget`.
2626
- `_blank` will auto apply `rel='noreferrer noopener 'nofollow'` for security reasons, but will open in a new tab.
27-
- version bump to v`35.2.0` for the grid
2827
- [#452](https://github.com/plotly/dash-ag-grid/pull/452)
2928
- Added test for `OBJ_MAYBE_FUNCTION_OR_MAP_MAYBE_FUNCTIONS` to test that the value is an object before parsing,
3029
- this allows for reused keys to not comply with being an object
3130

32-
3331
### Fixed
3432
- [#454](https://github.com/plotly/dash-ag-grid/pull/454) fixes issue where a rowCount of 0 would cause the grid not to display new data
3533
- [#459](https://github.com/plotly/dash-ag-grid/pull/459) removes `getRowsRequest` / `getRowsResponse` warnings by excluding these Dash callback props from AG Grid options.

0 commit comments

Comments
 (0)