🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

dash-html-components

Package Overview
Dependencies
Maintainers
8
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dash-html-components - npm Package Versions

1
35
10

1.0.3

Diff
marivet
published 1.0.3 •
marivet
published 1.0.2 •

Changelog

Source

[1.0.2] - 2019-07-15

Changed

  • Bump dash-table version from 4.0.1 to 4.0.2

Fixed

  • #821 Fix a bug with callback error reporting, #791.
marivet
published 1.0.1 •

Changelog

Source

[1.0.1] - 2019-07-09

Changed

  • 💥 #808 Remove strong dash.testing dependencies per community feedback. Testing users should do pip install dash[testing] afterwards.

  • #805 Add headless mode for dash.testing, add pytest_setup_options hook for full configuration of WebDriver Options.

  • Bump dash-table version from 4.0.0 to 4.0.1

marivet
published 1.0.0 •

Changelog

Source

[1.0.0] - 2019-06-20

Changed

  • 💥 #761 Several breaking changes to the dash.Dash API:

    • Remove two obsolete constructor kwargs: static_folder and components_cache_max_age
    • Remove the misspelled supress_callback_exceptions fallback
    • Remove the unused resources.config.infer_from_layout
    • Revamp app.config: ALL constructor args are now stored in config, with three exceptions: server, index_string, and plugins. None of these are stored in any other instance attributes anymore.
    • Change hot_reload_interval from msec to seconds, for consistency with hot_reload_watch_interval
    • When called from enable_dev_tools, debug=True by default. It's still False by default from run_server.
  • #744 Introducing Dash Testing (dash.testing) - read the full tutorial at https://dash.plotly.com/testing.

  • #753 Component no longer inherits MutableMapping, so values, keys, and more are no longer methods. Fixes an issue reported in dcc#440 where components with certain prop names defined but not provided would cause a failure to render. During component generation we now disallow all props with leading underscores or matching a few remaining reserved words: UNDEFINED, REQUIRED, to_plotly_json, available_properties, and available_wildcard_properties.

  • #739 Allow the Flask app to be provided to Dash after object initialization. This allows users to define Dash layouts etc when using the app factory pattern, or any other pattern that inhibits access to the app object. This broadly complies with the flask extension API, allowing Dash to be considered as a Flask extension where it needs to be.

  • #774 Allow the Flask app to set the Dash app name if the name is not provided by users.

  • #722 Assets are served locally by default. Both JS scripts and CSS files are affected. This improves robustness and flexibility in numerous situations, but in certain cases initial loading could be slowed. To restore the previous CDN serving, set app.scripts.config.serve_locally = False (and similarly with app.css, but this is generally less important).

  • #724, renderer#175 Undo/redo toolbar is removed by default, you can enable it with app=Dash(show_undo_redo=true). The CSS hack ._dash-undo-redo:{display:none;} is no longer needed

  • 💥 #709 Merge the dash-renderer project into the main dash repo to simplify feature dev workflow. We will keep the deprecated one for archive purpose.

chriddyp
published 0.16.0 •
marivet
published 0.15.0 •
t4rk
published 0.15.0-rc1 •
marivet
published 0.14.0 •
vnieman
published 0.14.0-rc21 •
vnieman
published 0.14.0-rc20 •