Skip to content

Commit

Permalink
chore: Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchin committed Jan 30, 2017
1 parent a62671f commit d7d774e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<a name="1.0.0"></a>
# [1.0.0](https://github.com/davidchin/react-input-range/compare/v0.10.0...v1.0.0) (2017-01-30)


### Bug Fixes

* Fix a display glitch affecting labels on mobile devices ([d809046](https://github.com/davidchin/react-input-range/commit/d809046))
* Render hidden inputs with values ([57c44f8](https://github.com/davidchin/react-input-range/commit/57c44f8))


### Breaking

* Bump React version to `^15.0.0` ([d741a58](https://github.com/davidchin/react-input-range/commit/d741a58))
* Remove Bower support ([7a28c64](https://github.com/davidchin/react-input-range/commit/7a28c64))
* Change `onChange` and `onChangeComplete` callback signature. They no longer pass the component as a parameter ([c824064](https://github.com/davidchin/react-input-range/commit/c824064))
* Remove `labelPrefix` and `labelSuffix` props. Use `formatLabel` prop to format labels instead. Remove `defaultValue` prop. Use `value` prop to set an initial value instead ([bb40806](https://github.com/davidchin/react-input-range/commit/bb40806))
* Change the naming convention of CSS classes to BEM ([9e22025](https://github.com/davidchin/react-input-range/commit/9e22025))
* Change `classNames` prop to accept a different set of keys ([92277fe](https://github.com/davidchin/react-input-range/commit/92277fe))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-input-range",
"version": "0.10.0",
"version": "1.0.0",
"description": "React component for inputting numeric values within a range",
"keywords": [
"react",
Expand Down

0 comments on commit d7d774e

Please sign in to comment.