Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit fe60f3c

Browse files
authored
version bump 1.16.0 (#950)
* version bump to 1.16.0 * update changelog
1 parent 8199a2c commit fe60f3c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## UNRELEASED
6-
5+
## [1.16.0] - 2021-04-08
76
### Added
87
- [#863](https://github.com/plotly/dash-core-components/pull/863) Adds a new `Download` component. Along with this several utility functions are added to help construct the appropriate data format:
98
- `dcc.send_file` - send a file from disk
@@ -13,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1312

1413
### Changed
1514
- [#923](https://github.com/plotly/dash-core-components/pull/923)
16-
Set autoComplete to off in `dcc.Dropdown`. This fixes [#808](https://github.com/plotly/dash-core-components/issues/808)
15+
Set `autoComplete` to off in `dcc.Dropdown`. This fixes [#808](https://github.com/plotly/dash-core-components/issues/808)
1716

1817
### Fixed
1918
- [#930](https://github.com/plotly/dash-core-components/pull/930) Fixed a bug [#867](https://github.com/plotly/dash-core-components/issues/867) with `DatePickerRange` that would sometimes shift the allowed dates by one day.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)