Skip to content

Commit 75fd1fe

Browse files
committed
Self review cleanup
1 parent 1462ce7 commit 75fd1fe

File tree

16 files changed

+86
-1062
lines changed

16 files changed

+86
-1062
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
66

77
## Added
88
- Modernized `dcc.Tabs`
9+
- Modernized `dcc.DatePickerSingle` and `dcc.DatePickerRange`
910

1011
## Changed
1112
- `dcc.Tab` now accepts a `width` prop which can be a pixel or percentage width for an individual tab.
@@ -50,7 +51,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
5051
- [#3347](https://github.com/plotly/dash/pull/3347) Added 'api_endpoint' to `callback` to expose api endpoints at the provided path for use to be executed directly without dash.
5152
- [#3445](https://github.com/plotly/dash/pull/3445) Added API to reverse direction of slider component.
5253
- [#3460](https://github.com/plotly/dash/pull/3460) Add `/health` endpoint for server monitoring and health checks.
53-
- [#3465](https://github.com/plotly/dash/pull/3465) Plotly cloud integrations, add devtool API, placeholder plotly cloud CLI & publish button, `dash[cloud]` extra dependencies.
54+
- [#3465](https://github.com/plotly/dash/pull/3465) Plotly cloud integrations, add devtool API, placeholder plotly cloud CLI & publish button, `dash[cloud]` extra dependencies.
5455

5556
## Fixed
5657
- [#3395](https://github.com/plotly/dash/pull/3395) Fix Components added through set_props() cannot trigger related callback functions. Fix [#3316](https://github.com/plotly/dash/issues/3316)

components/dash-core-components/package-lock.json

Lines changed: 39 additions & 273 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/dash-core-components/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"prop-types": "^15.8.1",
5858
"ramda": "^0.30.1",
5959
"react-addons-shallow-compare": "^15.6.3",
60-
"react-dates": "^21.8.0",
6160
"react-docgen": "^5.4.3",
6261
"react-dropzone": "^4.1.2",
6362
"react-fast-compare": "^3.2.2",

components/dash-core-components/src/components/DatePickerRange.react.js

Lines changed: 0 additions & 280 deletions
This file was deleted.

0 commit comments

Comments
 (0)