Skip to content

Commit ff93d2c

Browse files
committed
v0.21.0
1 parent 44ac465 commit ff93d2c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Diff for: CHANGELOG.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
## 0.20.1 - 2018-01-30
1+
## 0.21.0 - 2018-02-21
22
## Added
3-
- `component_loader` now has the following behavior to create docstrings
4-
as determined in discussion in [#187](https://github.com/plotly/dash/issues/187):
5-
1. If a Dash component has `PropTypes`-generated typing, the docstring uses the `PropTypes`, _regardless of whether the component also has Flow types (current behavior)._
6-
2. Otherwise if a Dash component has Flow types but _not `PropTypes`_, the docstring now uses the objects generated by `react-docgen` from the Flow types.
3+
- #207 Dash now supports React components that use [Flow](https://flow.org/en/docs/react/).
4+
To support Flow, `component_loader` now has the following behavior to create docstrings
5+
as determined in discussion in [#187](https://github.com/plotly/dash/issues/187):
6+
1. If a Dash component has `PropTypes`-generated typing, the docstring uses the `PropTypes`, _regardless of whether the component also has Flow types (current behavior)._
7+
2. Otherwise if a Dash component has Flow types but _not `PropTypes`_, the docstring now uses the objects generated by `react-docgen` from the Flow types.
78

89
## 0.20.0 - 2018-01-19
910
## Added

Diff for: dash/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.20.1'
1+
__version__ = '0.21.0'

0 commit comments

Comments
 (0)