We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750aa66 commit bba84ceCopy full SHA for bba84ce
packages/dash-html-components/CHANGELOG.md
@@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## Unreleased
6
7
+## [0.10.1] - 2018-04-29
8
+### Added
9
+- `aria-*` and `data-*` attributes are now supported in all dash html components [#40](https://github.com/plotly/dash-html-components/pull/40)
10
+ These new keywords can be added using a dictionary expansion, e.g.
11
+ ```
12
+ html.Div(id="my-div", **{"data-toggle": "toggled", "aria-toggled": "true"})
13
14
+- The `role` attribute was added to all components
15
+- The `autoComplete` property was added to `textarea`
16
+
17
## [0.10.0] - 2018-04-03
18
### Added
19
- Previously, if a user named their app file `dash.py`, an unhelpful error
0 commit comments