Dash-html-components

Latest version: v2.0.0

Safety actively analyzes 629678 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.13.0

Added
- Unminified dev bundle support. [64](https://github.com/plotly/dash-html-components/pull/64)

Unreleased

0.12.0

Changed
- `dash_html_components/__init__.py` now imports from Python class files rather than generating classes at runtime,
adding support for IDE auto complete etc.

0.11.0

Added
- A `n_clicks_timestamp` property was added to all of the components. This property represents the date that the element was clicked on and can be used to determine _which element was clicked on_ in callbacks with multiple elements. This is considered a stop-gap solution: ultimately we'll want a solution that works for _all_ properties across all components, not just the `n_clicks` property. https://github.com/plotly/dash-html-components/pull/45

0.10.1

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

Added
- Previously, if a user named their app file `dash.py`, an unhelpful error
message would be raised. Now, `import dash_html_components` will check if
the user has a file named `dash.py` and warn the users appropriately.
https://github.com/plotly/dash-html-components/pull/39

0.9.0

Changed
- Moved `PropTypes` import from using `react` to using `prop-types` package to support using React 16+ in `dash-renderer`

Added
- Added `Picture` and `Base` components
- Added `muted` property to `Audio` component

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.