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`