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

Commit 9c81fa9

Browse files
author
Marc-André Rivet
committed
bump dcc to 1.3.0
1 parent de92472 commit 9c81fa9

File tree

3 files changed

+33
-14
lines changed

3 files changed

+33
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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
5+
## [1.3.0] - 2019-10-08
66
### Added
77
- Added `search_value` prop to `Dropdown`, for server-side options loading/filtering. [#660](https://github.com/plotly/dash-core-components/pull/660)
88

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",
@@ -84,4 +84,4 @@
8484
"react": "^16.0.0",
8585
"react-dom": "^16.0.0"
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)