1.3.0 (2018-01-06)
1.2.1 (2017-07-14)
1.2.0 (2017-07-09)
1.1.5 (2017-07-09)
- Fix Typescript definition file (4935745)
1.1.4 (2017-05-20)
1.1.3 (2017-05-03)
- Include prop-types package to support React 15.5 (1939f6c)
1.1.2 (2017-03-30)
- build: Fix requiring React as an external dependency (903eadb)
1.1.1 (2017-03-28)
- Only uglify and minify min.js files (c73a491)
1.1.0 (2017-03-26)
1.0.2 (2017-02-01)
- Fix the display glitch affecting moving sliders in Safari (69c9511)
1.0.1 (2017-01-31)
- Fix CommonJS and global default exports (ff39e9d)
1.0.0 (2017-01-30)
- Fix a display glitch affecting labels on mobile devices (d809046)
- Render hidden inputs with values (57c44f8)
- Bump React version to
^15.0.0
(d741a58) - Remove Bower support (7a28c64)
- Change
onChange
andonChangeComplete
callback signature. They no longer pass the component as a parameter (c824064) - Remove
labelPrefix
andlabelSuffix
props. UseformatLabel
prop to format labels instead. RemovedefaultValue
prop. Usevalue
prop to set an initial value instead (bb40806) - Change the naming convention of CSS classes to BEM (9e22025)
- Change
classNames
prop to accept a different set of keys (92277fe)