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

Commit 53b44b6

Browse files
committed
v0.10.0
1 parent eb75e87 commit 53b44b6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
## [0.10.0] - 2018-04-03
8+
### Added
9+
- Previously, if a user named their app file `dash.py`, an unhelpful error
10+
message would be raised. Now, `import dash_html_components` will check if
11+
the user has a file named `dash.py` and warn the users appropriately.
12+
https://github.com/plotly/dash-html-components/pull/39
13+
714
## [0.9.0] - 2018-02-11
815
### Changed
916
- Moved `PropTypes` import from using `react` to using `prop-types` package to support using React 16+ in `dash-renderer`

Diff for: dash_html_components/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.9.0'
1+
__version__ = '0.10.0'

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-html-components",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Vanilla HTML components for Dash",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)