Skip to content

Commit

Permalink
v0.10.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chriddyp committed Apr 29, 2018
1 parent 4bf8b4f commit 793d680
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/dash-html-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.10.1] - 2018-04-29
### Added
- `aria-*` and `data-*` attributes are now supported in all dash html components [#40](https://github.com/plotly/dash-html-components/pull/40)
These new keywords can be added using a dictionary expansion, e.g.
```
html.Div(id="my-div", **{"data-toggle": "toggled", "aria-toggled": "true"})
```
- The `role` attribute was added to all components
- The `autoComplete` property was added to `textarea`
## [0.10.0] - 2018-04-03
### Added
- Previously, if a user named their app file `dash.py`, an unhelpful error
Expand Down

0 comments on commit 793d680

Please sign in to comment.