Releases: plotly/dash
Releases · plotly/dash
Dash v2.14.0
Fixed
Changed
- #2635 Get proper app module name, remove need to give
__name__
to Dash constructor.
Added
- #2647
routing_callback_inputs
allowing to pass more Input and/or State arguments to the pages routing callback - #2649 Add
_allow_dynamic_callbacks
, register new callbacks inside other callbacks.
WARNING: dynamic callback creation can be dangerous, use at you own risk. It is not intended for use in a production app, multi-user or multiprocess use as it only works for a single user.
Dash v2.13.0
Dash v2.12.1
Dash v2.12.0
Fixed
- #2619 Fix for dash-table column IDs containing special characters
- #2616 Add mapping of tsconfig compiler option
moduleResolution
, fixes #2618 - #2596 Fix react-dom throwing unique key prop error for markdown table, fix #1433
- #2589 CSS for input elements not scoped to Dash application
- #2599 Fix background callback cancel inputs used in multiple callbacks and mixed cancel inputs across pages.
Changed
- #2593 dcc.Input accepts a number for its debounce argument
Updated
- #2621 Update plotly.js to 2.25.2 from 2.24.2
- Feature release 2.25.0, Add "Equal Earth" project, options to include legends for shapes, Plotly.deleteActivateShape.
- Patch release 2.24.3 Fix for doubles clicks and legend group.
- Patch release 2.25.1 Fix clearing legend using react.
- Patch release 2.25.2 Fix potential prototype pollution in plot API calls.
Dash v2.11.1
Fixed
- #2573 Disable jupyter dash in Databricks, as the implementation here does not work in a Databricks notebook. Dash Enterprise customers can use the separate databricks-dash package for this purpose.
Changed
Dash v2.11.0
Added
- #2530 Merge JupyterDash repository with Dash.
- Add
jupyter_mode
argument toapp.run
, defaults toinline
and configurable viajupyter_dash.default_mode
. - Add prefixed arguments from
JupyterDash
toapp.run
:jupyter_width
,jupyter_height
,jupyter_server_url
.
- Add
Fixed
- #2555 Fix browser back button when removing one of multiple location components from layout, fix #1312
- #2565 Fix sorting for > 10 pages, fix #2564
Updated
Dash v2.10.2
Changed
- Set Flask and Werkzeug version upper bound to
<2.3
.
Dash v2.10.1
Dash v2.10.0
Changed
- #2538 Add an upper bound to Flask and Werkzeug versions at
<2.2.3
because we expect the Dash ecosystem to be incompatible with the next minor release of Flask (this excludes the current latest Flask release 2.3.x). We will raise the upper bound to<2.4
after we fix incompatibilities elsewhere in the Dash ecosystem.
Added
- #2540 Add
include_pages_meta=True
toDash
constructor, and fix a security issue in pages meta tags #2536.
Fixed
- #2508 Fix error message, when callback output has different length than spec
- #2207 Fix object of components support.
- #2500 Passing customdata by click for scattermapbox, fix #2493
- #2513 Raise error when iterating over patch objects, fix #2512
Updated
-
#2533 and #2538 Update Plotly.js to v2.23.2 from v2.20.0.
- Feature release 2.23.0 adds legend/colorbar xref/yref.
- Feature release 2.22.0 adds
legend
references to traces. - Feature release 2.21.0 adds
label.texttemplate
to parametric shapes. - Patch releases 2.23.1 and 2.23.2 fix heatmap rendering on iOS and Safari when zsmooth is set to false and shape text when drawing a new shape.
-
#2538 Update JS dependencies in dcc, html, dash-table, dash-renderer, and dash
Dash v2.9.3
Fixed
- #2489 Fix location change event handling when
Location
objects are removed from the layout. Event handlers would not be removed and eventually change props of a random DOM element, fix #1346 - #2498 Fix error when caching callbacks which return
Patch
objects by makingPatch
objects picklable - #2491 Fix clientside inline function name not found, fix #2488