Skip to content

Commit 4c5f505

Browse files
committed
updated CHANGELOG.md
1 parent 3107b8a commit 4c5f505

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2929
- `dash[ci]`: mainly for internal use, these are additional requirements for the Dash CI tests, exposed for other component libraries to use a matching configuration.
3030

3131
### Added
32+
- [#1883](https://github.com/plotly/dash/pull/1883) in DataTable added `page_current` to `persisted_props` as requested in [#1860](https://github.com/plotly/dash/issues/1860)
33+
34+
3235

3336
- [#1763](https://github.com/plotly/dash/pull/1763):
3437
## Dash and Dash Renderer
@@ -183,6 +186,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
183186
- [#1779](https://github.com/plotly/dash/pull/1779):
184187
- Clean up our handling of serialization problems, including fixing `orjson` for Python 3.6
185188
- Added the ability for `dash.testing` `percy_snapshot` methods to choose widths to generate.
189+
190+
- [#1778](https://github.com/plotly/dash/pull/1778) DataTable: Fix React warnings stating
191+
that each child in a list should have a unique "key" prop
186192

187193
## [2.0.0] - 2021-08-03
188194

components/dash-core-components/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Change Log for dash-core-components
2+
### NOTE: as of v2.0, changes in dash-core-component are all being recorded in the main dash changelog.
3+
###This file is kept only for historical purposes.
24
All notable changes to this project will be documented in this file.
35
This project adheres to [Semantic Versioning](http://semver.org/).
46

components/dash-html-components/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Change Log for dash-html-components
2+
### NOTE: as of v2.0, changes in dash-html-components are all being recorded in the main dash changelog.
3+
###This file is kept only for historical purposes.
24
All notable changes to this project will be documented in this file.
35
This project adheres to [Semantic Versioning](http://semver.org/).
46

components/dash-table/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# Change Log for dash-table
2+
### NOTE: as of v2.0, changes in dash-table are all being recorded in the main dash changelog.
3+
### This file is kept only for historical purposes.
24
All notable changes to this project will be documented in this file.
35
This project adheres to [Semantic Versioning](http://semver.org/).
46

5-
## [Unreleased]
6-
7-
### Added
8-
- [#1883](https://github.com/plotly/dash/pull/1883) Add `page_current` to `persisted_props` as requested in [#1860](https://github.com/plotly/dash/issues/1860)
9-
10-
### Fixed
11-
- [#1778](https://github.com/plotly/dash/pull/1778) Fix React warnings stating
12-
that each child in a list should have a unique "key" prop
137

148
## [4.12.0] - 2021-07-09
159
### Fixed

0 commit comments

Comments
 (0)