Dash and Dash-Renderer
Added
- #1134 Allow
dash.run_server()
host and port parameters to be set with environment variables HOST & PORT, respectively
Changed
- #1145 Update from React 16.8.6 to 16.13.0
Fixed
- #1142 Persistence: Also persist 0, empty string etc
Dash-Core-Components
Changed
- #766 Update from React 16.8.6 to 16.13.0
- #768 Added title property to dcc.Link
- #776 Update dcc.Link to set href as children if children not defined. Makes href a required prop as well.
- #767 Updated dcc.Link to respond to click modifiers, and added a target prop.
- #774 Fixed dcc.Location firing callbacks for wrong property.
- 772 Modified dcc.Link to work with absolute paths if refresh=True.
Updated
- #784
- Feature release of Plotly.js 1.53.0 which contains:
Dash-Html-Components
Updated
- Update generated props
- Update generated R artifacts
Dash-Table
Changed
- #713 Update from React 16.8.6 to 16.13.0