All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
[2.0.0] 2018.06.11
- Adds static assets to serve locally
[1.9.0] 2018.06.11
- Adds
modalClose
support toupdatemode
prop, which only firessetProps
forvalue
when the user clicks the close button on theDialog
[1.8.0] 2018.05.09
- New props,
restrictedLower
andrestrictedHigher
may be passed to the component to alter when it uses certain formatting options
[1.7.0] 2018.04.13
- The categorical version of the component will no longer allow a user to clear all selections
[1.6.2] 2018.03.24
- Remove duplicates from value prop if the slider is for a categorical variable
[1.6.1] 2018.03.24
- Bugfix to actually fire values back to server
[1.6.0] 2018.03.24
- Updates to support a categorical variable via
Checkboxes
[1.5.0] 2018.02.24
- Updates to use Flow instead of
prop-types
library