@plotly/webpack-dash-dynamic-import
Advanced tools
Changelog
[1.3.0] - 2019-09-17
#923 Add one configuration --percy-assets
in pytest
to specify extra application assets path if needed.
#918 Add wait_for_element_by_id
and visit_and_snapshot
APIs in browser, add raw_command
option (with higher priority than the default waitress one) and optional start_timeout
argument to handle large applications within the process runner.
#903 Persistence: enable props edited by the user to persist across recreating the component or reloading the page. Components need to define three new props: persistence
, persisted_props
, and persistence_type
as described in the lead comment of src/persistence.js
. App developers then enable this behavior by, in the simplest case, setting persistence: true
on the component. First use case is table, see dash-table#566
dash-generate-components
on Windows.--remote
pytest argument which was not effective in the code, adding a new argument --remote-url
to support the selenium grid usage in the cloud.npm run build:local
and pip install in editable mode, i.e. pip install -e .
Changelog
[1.2.0] - 2019-08-27
dev_tools_prune_errors
to app.run_server
and app.enable_dev_tools
. Default True
, tracebacks only include user code and below. Set it False
for the previous behavior showing all the Dash and Flask parts of the stack.