Skip to content

Commit bba84ce

Browse files
committed
v0.10.1 changelog
1 parent 750aa66 commit bba84ce

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/dash-html-components/CHANGELOG.md

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

55
## Unreleased
66

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+
717
## [0.10.0] - 2018-04-03
818
### Added
919
- Previously, if a user named their app file `dash.py`, an unhelpful error

0 commit comments

Comments
 (0)