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

Commit fda076a

Browse files
committed
v0.10.1 changelog
1 parent 83822e9 commit fda076a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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)