You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploying apps on Dash Deployment Server results in dash-renderer not being updated if it is already installed (even if that version is 0.16.x and the Dash version is specified as 0.36.0. This causes an Error loading dependencies, as dash-renderer attempts to attach event handlers to Dash events, which don't exist any more.
The text was updated successfully, but these errors were encountered:
* Bump rc-slider minor version
This is so we can use the `visible` prop
in `tipProps`, introduced in `rc-slider` 8.6.1
(undocumented in the `rc-slider` repo's HISTORY.md)
See react-component/slider#383
* Add tooltip (basic `tipProps` alias) to Slider and RangeSlider
Adds support for hoverable and persistent (always visible) tooltips
* Remove test css class + undo loading_state propTypes reshuffle
* Add propTypes variations template
* Put `createSliderWithTooltip` in constructor
* Change 'visible' tooltip propType to bool
* Fix Slider.react.js 🍝 from RangeSlider
* Slider tooltip propTypes: `oneOfType[]` -> single `exact`
* Move Slider instantiation from constructor to render method
* Spacing
* Add changelog entry for Slider/RangeSlider tooltips
* Fix markdown syntax + parens
* Prettier (comment + ternary formatting)
* `visible` -> `always_visible`; `position` -> `placement`
* Add DashSlider conditional in componentWillReceiveProps
AnnMarieW
pushed a commit
to AnnMarieW/dash
that referenced
this issue
Jan 6, 2022
* Bump rc-slider minor version
This is so we can use the `visible` prop
in `tipProps`, introduced in `rc-slider` 8.6.1
(undocumented in the `rc-slider` repo's HISTORY.md)
See react-component/slider#383
* Add tooltip (basic `tipProps` alias) to Slider and RangeSlider
Adds support for hoverable and persistent (always visible) tooltips
* Remove test css class + undo loading_state propTypes reshuffle
* Add propTypes variations template
* Put `createSliderWithTooltip` in constructor
* Change 'visible' tooltip propType to bool
* Fix Slider.react.js 🍝 from RangeSlider
* Slider tooltip propTypes: `oneOfType[]` -> single `exact`
* Move Slider instantiation from constructor to render method
* Spacing
* Add changelog entry for Slider/RangeSlider tooltips
* Fix markdown syntax + parens
* Prettier (comment + ternary formatting)
* `visible` -> `always_visible`; `position` -> `placement`
* Add DashSlider conditional in componentWillReceiveProps
Deploying apps on Dash Deployment Server results in
dash-renderer
not being updated if it is already installed (even if that version is0.16.x
and the Dash version is specified as0.36.0
. This causes anError loading dependencies
, asdash-renderer
attempts to attach event handlers to Dash events, which don't exist any more.The text was updated successfully, but these errors were encountered: