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
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
* Updated Dash R vignettes and yaml
* Updated CHANGELOG
* Update CHANGELOG.md
Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com>
Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com>
This applies the fix from [#878](https://github.com/plotly/dash-core-components/pull/878) to the RangeSlider.
13
-
It not only fixes the bug where the tooltips were visible when slider was not, but it also reduces the lag in the
11
+
12
+
This applies the fix from [#878](https://github.com/plotly/dash-core-components/pull/878) to the RangeSlider.
13
+
It not only fixes the bug where the tooltips were visible when slider was not, but it also reduces the lag in the
14
14
tooltip when the slider handles are moved.
15
15
16
16
### Added
17
17
-[#932](https://github.com/plotly/dash-core-components/pull/932). Adds a new copy to clipboard component.
18
18
-[#948](https://github.com/plotly/dash-core-components/pull/948)] Adds `disabled_days` prop to `DatePickerRange` and `DatePickerSingle` components. With this prop you can specify days that should be made unselectable in the date picker, in addition to those that fall outside of the range specified by `min_date_allowed` and `max_date_allowed`.
19
19
20
+
### Changed
21
+
-[#972](https://github.com/plotly/dash-core-components/pull/972) Updated R package vignettes and `dash-info.yaml` to regenerate examples without attaching now-deprecated core component packages (`dashHtmlComponents`, `dashCoreComponents`, or `dashTable`).
0 commit comments