Dash-devices

Latest version: v0.1.3

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

Scan your dependencies

Page 5 of 13

0.40.0

Changed
- Bump dash-core-components version from 0.44.0 to [0.45.0](https://github.com/plotly/dash-core-components/blob/master/CHANGELOG.md0450---2019-03-25)
- Bump dash-html-components version from 0.14.0 to [0.15.0](https://github.com/plotly/dash-html-components/blob/master/CHANGELOG.md0150---2019-03-25)
- [renderer140](https://github.com/plotly/dash-renderer/pull/140), [renderer126](https://github.com/plotly/dash-renderer/pull/126) Optimize rendering, and always assign `setProps` to components even with no callbacks to use it.

0.39.0

Added
- [436](https://github.com/plotly/dash/pull/436) Allow multiple outputs from a single callback.
- [367](https://github.com/plotly/dash/pull/367) Support custom javascript hooks to modify callback payloads and responses.
- [623](https://github.com/plotly/dash/pull/623) Modify the flask response with custom cookies or headers, using `dash.callback_context.response`.
- [renderer93](https://github.com/plotly/dash-renderer/pull/93) Loading states API

Changed
- Bump dash-core-components version from 0.43.1 to [0.44.0](https://github.com/plotly/dash-core-components/blob/master/CHANGELOG.md0440---2019-03-04)
- Bump dash-html-components version from 0.13.5 to [0.14.0](https://github.com/plotly/dash-html-components/blob/master/CHANGELOG.md0140---2019-03-04)
- Bump dash-table version from 3.5.0 to [3.6.0](https://github.com/plotly/dash-table/blob/master/CHANGELOG.md360---2019-03-04)

0.38.0

Added
- [603](https://github.com/plotly/dash/pull/603) Add components libraries js/css distribution to hot reload watch.
- [608](https://github.com/plotly/dash/pull/608), [renderer124](https://github.com/plotly/dash-renderer/pull/124) Callback context:
- Know which inputs caused a callback to fire: `dash.callback_context.triggered`
- Input/State values by name `dash.callback_context.states.get('btn.n_clicks')`

Changed
- Bump dash-table version from 3.4.0 to [3.5.0](https://github.com/plotly/dash-table/blob/master/CHANGELOG.md350---2019-02-25)
- Bump dash-renderer version from 0.18.0 to [0.19.0](https://github.com/plotly/dash-renderer/blob/master/CHANGELOG.md0190---2019-02-25)

Fixed
- Fix missing indentation for generated metadata.json [600](https://github.com/plotly/dash/issues/600)
- Fix missing component prop docstring error [598](https://github.com/plotly/dash/issues/598)
- [492](https://github.com/plotly/dash/pull/492) Move `__repr__` to base component instead of being generated.
- [605](https://github.com/plotly/dash/pull/605) Raise exception when same input & output are used in a callback

0.37.0

Removed
- [renderer118](https://github.com/plotly/dash-renderer/pull/118) Removed redux logger for the dev.

Changed
- [565](https://github.com/plotly/dash/pull/565) Add core libraries as version locked dependencies
- Bump dash-table version from 3.3.0 to [3.4.0](https://github.com/plotly/dash-table/blob/master/CHANGELOG.md340---2019-02-08)
- Bump dash-renderer version from 0.17.0 to [0.18.0](https://github.com/plotly/dash-renderer/blob/master/CHANGELOG.md0180---2019-02-11)
- Bump dash-core-components version from 0.43.0 to [0.43.1](https://github.com/plotly/dash-core-components/blob/master/CHANGELOG.md0431---2019-02-11)

Fixed
- [563](https://github.com/plotly/dash/pull/563) Fix collections.abc deprecation warning for python 3.8

0.36.0

Removed
- [550](https://github.com/plotly/dash/pull/550), [renderer114](https://github.com/plotly/dash-renderer/pull/114) Remove support for `Event` system. Use event properties instead, for example the `n_clicks` property instead of the `click` event, see [531](https://github.com/plotly/dash/issues/531). `dash_renderer` MUST be upgraded to >=0.17.0 together with this, and it is recommended to update `dash_core_components` to >=0.43.0 and `dash_html_components` to >=0.14.0.

0.35.3

Changed
- [547](https://github.com/plotly/dash/pull/547)
- `assets_folder` argument now defaults to 'assets'
- The assets folder is now always relative to the given root path of `name` argument, the default of `__main__` will get the `cwd`.
- No longer coerce the name argument from the server if the server argument is provided.

Fixed
- [547](https://github.com/plotly/dash/pull/547)
- Asset blueprint takes routes prefix into it's static path.
- Asset url path no longer strip routes from requests.
- [548](https://github.com/plotly/dash/pull/548) Remove print statement from PreventUpdate error handler.
- [524](https://github.com/plotly/dash/pull/524) Removed ComponentRegistry dist cache.

Page 5 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.