Dash v2.2.0
Added
- #1923:
dash.get_relative_path
dash.strip_relative_path
dash.get_asset_url
This is similar todash.callback
where you don't need theapp
object. It makes it possible to use these
functions in thepages
folder of a multi-page app without running into the circularapp
imports issue.
Updated
-
#1911 Upgrade Plotly.js to v2.9.0 (from v2.8.3).
- Adds
ticklabelstep
to axes to reduce tick labels while still showing all ticks. - Displays the plotly.js version when hovering on the modebar. This helps debugging situations where there might be multiple sources of plotly.js, for example
/assets
vs the versions built intodcc
orddk
.
- Adds
-
#1930 Upgrade JavaScript dependencies across renderer and all components.