dash-html-components
Advanced tools
Changelog
[2.0.0] - 2021-08-03
@app.long_callback
decorator to support callback functions that take a long time to run. See the PR and documentation for more information.orjson
package is installed.request_refresh_jwt
hook and retry requests that used expired JWT tokens.dash
, dash-core-components
, dash-html-components
, and dash-table
into a singular monorepo and move component packages into dash
. This change makes the component modules available for import within the dash
namespace, and simplifies the import pattern for a Dash app. From a development standpoint, all future changes to component modules will be made within the components
directory, and relevant packages updated with the dash-update-components
CLI command.compress
argument to the dash.Dash
constructor to False
. This change reduces CPU usage, and was made in recognition of the fact that many deployment platforms (e.g. Dash Enterprise) already apply their own compression. If deploying to an environment that does not already provide compression, the Dash 1 behavior may be restored by adding compress=True
to the dash.Dash
constructor.npm run build
script to simplify build process involving dash-renderer
and subcomponent libraries within dash
.dcc.Slider
and dcc.RangeSlider
where steps were not being set to marks if None was passed as the prop argument. Added a check to set the min and max based on the range of marks if they are not explicitly defined (for more info, see #1843 and #1851).#1729 Include F#, C#, and MATLAB in markdown code highlighting, for the upcoming .NET and MATLAB flavors of dash.
#1735 Upgrade Plotly.js to v2.4.2. This includes:
d3-format
upgrade.geo
projections.scattergl
, splom
and parcoords
traces.legend.groupclick
bbox
of hover items in event data, to support custom dash-driven hover effects#1735 New dcc.Tooltip
component. This is particularly useful for rich hover information on dcc.Graph
charts, using the bbox
information included in the event data in plotly.js v2.4.0
html
elements - <command>
, <element>
, <isindex>
, <listing>
, <multicol>
, <nextid>
. These are obsolete and had been previously removed from the reference table.