Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version of dash_renderer is not automatically installed with Dash 0.36.0 #564

Closed
shammamah-zz opened this issue Feb 1, 2019 · 0 comments
Assignees

Comments

@shammamah-zz
Copy link
Contributor

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.

@T4rk1n T4rk1n assigned T4rk1n and unassigned Marc-Andre-Rivet Feb 1, 2019
HammadTheOne pushed a commit to HammadTheOne/dash that referenced this issue May 28, 2021
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants