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

Commit d034e25

Browse files
committed
v0.22.0
1 parent c2099c8 commit d034e25

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [0.22.0] - 2018-04-03
6+
### Added
7+
- Previously, if a user named their app file `dash.py`, an unhelpful error
8+
message would be raised. Now, `import dash_core_components` will check if
9+
the user has a file named `dash.py` and warn the users appropriately.
10+
https://github.com/plotly/dash-core-components/pull/177
11+
512
## [0.21.1] - 2018-03-28
613
### Fixed
714
- In some cases, frequently multi-page apps, the `dcc.Graph` interactive properties

dash_core_components/metadata.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -897,12 +897,7 @@
897897
"name": "bindEvents",
898898
"docblock": null,
899899
"modifiers": [],
900-
"params": [
901-
{
902-
"name": "props",
903-
"type": null
904-
}
905-
],
900+
"params": [],
906901
"returns": null
907902
}
908903
],

dash_core_components/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.21.1'
1+
__version__ = '0.22.0'

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": "0.21.1",
3+
"version": "0.22.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)