|
| 1 | +# Change Log |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | +This project adheres to [Semantic Versioning](http://semver.org/). |
| 4 | + |
| 5 | +## [Unreleased] |
| 6 | +### Changed |
| 7 | +- Tabs now only render the contents of the currently active tab. |
| 8 | + |
| 9 | +## [0.15.0] - 2016-03-24 |
| 10 | + |
| 11 | +Click on the link above for this release's commit history. |
| 12 | + |
| 13 | +## [0.14.2] - 2016-03-07 |
| 14 | + |
| 15 | +Click on the link above for this release's commit history. |
| 16 | + |
| 17 | +## [0.14.1] - 2016-01-26 |
| 18 | + |
| 19 | +Click on the link above for this release's commit history. |
| 20 | + |
| 21 | +## [0.14.0] - 2015-12-20 |
| 22 | +### Added |
| 23 | +- A `Ripple` HOC that can be used with your custom components. |
| 24 | + |
| 25 | +### Changed |
| 26 | +- Added `className` for the pickers to customize them. |
| 27 | +- Animated auto-transition in `DatePicker` component. |
| 28 | +- All `Input` components have now an error prop. |
| 29 | +- `Dropdown` improvements and normalization with `Input` component. |
| 30 | +- More `react-toolbox` attributes to easy customize picker components. |
| 31 | +- `btn-colors` mixin extracted to easily define custom `Buttons`. |
| 32 | +- New `neutral` boolean property to avoid taking default styles in `Button`. |
| 33 | +- Remove hidden scroll from webkit browsers by `commons.scss`. |
| 34 | +- Better `Navigation` styles. |
| 35 | +- `Overlay` opacity can now be styled from CSS. |
| 36 | + |
| 37 | +**For previous changes, please see the commit messages in |
| 38 | +https://github.com/react-toolbox/react-toolbox/releases.** |
| 39 | + |
| 40 | +[Unreleased]: https://github.com/react-toolbox/react-toolbox/compare/0.15.0...dev |
| 41 | +[0.15.0]: https://github.com/react-toolbox/react-toolbox/compare/0.14.2...0.15.0 |
| 42 | +[0.14.2]: https://github.com/react-toolbox/react-toolbox/compare/0.14.1...0.14.2 |
| 43 | +[0.14.1]: https://github.com/react-toolbox/react-toolbox/compare/0.14.0...0.14.1 |
| 44 | +[0.14.0]: https://github.com/react-toolbox/react-toolbox/compare/0.13.4...0.14.0 |
0 commit comments