You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@plotly/webpack-dash-dynamic-import

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plotly/webpack-dash-dynamic-import - npm Package Versions

2

1.3.0

Diff
a
alexcjohnson
published 1.3.0 •

Changelog

Source

[1.3.0] - 2019-09-17

Added

  • #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

Changed

  • Bump dash-table version from 4.2.0 to 4.3.0
  • Bump dash-core-components version from 1.1.2 to 1.2.0
  • Bump dash-renderer version from 1.0.1 to 1.1.0

Fixed

  • #915 Fix dash-generate-components on Windows.
  • #829 Fix the --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.
  • #910 Reduce the dash-renderer packages size on PyPI about 55% by removing the source maps. To do more advanced debugging, the source maps needs to be generated from source code with npm run build:local and pip install in editable mode, i.e. pip install -e .
m
marivet
published 1.2.0 •

Changelog

Source

[1.2.0] - 2019-08-27

Added

  • #860 Add a new arg 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.

Changed

  • Bump dash-table version from 4.1.0 to 4.2.0
  • Bump dash-core-components version from 1.1.1 to 1.1.2
  • Bump dash-html-components version from 1.0.0 to 1.0.1
  • Bump dash-renderer version from 1.0.0 to 1.0.1

Fixed

  • #874 Clean all the binary assets in dash-renderer, add tool to build all the required bundles from fresh source code to avoid confusion of the assets and improve the release process. Fixes #868 and #734
m
marivet
published 1.1.5 •
m
marivet
published 1.1.4 •
m
marivet
published 1.1.4-rc1 •
m
marivet
published 1.1.3 •
m
marivet
published 1.1.3-rc1 •
m
marivet
published 1.1.2 •
m
marivet
published 1.1.1 •

Changelog

Source

[1.1.1] - 2019-08-06

Changed

  • Bump dash-core-components version from 1.1.0 to 1.1.1
m
marivet
published 1.1.0 •

Changelog

Source

[1.1.0] - 2019-08-05

Added

  • #827 Add support for dashR testing to the dash.testing pytest framework.

Changed

  • Bump dash-table version from 4.0.2 to 4.1.0
  • Bump dash-core-components version from 1.0.0 to 1.1.0
2