Releases: StratoDem/sd-range-slider
Releases · StratoDem/sd-range-slider
v2.0.0
Fixed
- Adds static assets to serve locally
v1.9.0
Added
- Adds
modalClose
support to updatemode
prop, which only fires setProps
for value
when the
user clicks the close button on the Dialog
PR: #9
v1.8.0
Added
- New props,
restrictedLower
and restrictedHigher
may be passed to the component to alter when it uses certain formatting options
#7
v1.7.0
Changed
- The categorical version of the component will no longer allow a user to clear all selections
v1.6.2
Changed
- Remove duplicates from value prop if the slider is for a categorical variable
v1.6.1
Changed
- Bugfix to actually fire values back to server
v1.6.0
Changed
- Updates to support a categorical variable via
Checkboxes
v1.5.0
Changed
- Updates to use Flow instead of
prop-types
library