diff --git a/.bumpedrc b/.bumpedrc index 895c2157..a3983285 100644 --- a/.bumpedrc +++ b/.bumpedrc @@ -4,6 +4,7 @@ files: [ plugins: prerelease: + 'Linting config files': plugin: 'bumped-finepack' @@ -15,14 +16,22 @@ plugins: plugin: 'bumped-terminal' command: 'npm run prepublish' + 'Generating CHANGELOG file': + plugin: 'bumped-changelog' + postrelease: + 'Commiting new version': plugin: 'bumped-terminal' - command: 'git add package.json && git commit package.json -m "$newVersion release" && git push origin master' + command: 'git add CHANGELOG.md package.json && git commit package.json -m "Release $newVersion"' + + 'Detecting problem before publish': + plugin: 'bumped-terminal' + command: 'git-dirty' 'Publishing tag at Github': plugin: 'bumped-terminal' - command: 'git tag $newVersion && git push origin $newVersion' + command: 'git tag $newVersion && git push && git push --tags' 'Publishing at NPM': plugin: 'bumped-terminal' diff --git a/CHANGELOG.md b/CHANGELOG.md index 45120453..743b1706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,44 +1,1562 @@ -# Change Log -All notable changes to this project will be documented in this file. -This project adheres to [Semantic Versioning](http://semver.org/). + +## 1.1.2 (2016-08-11) -## [Unreleased] -### Changed -- Tabs now only render the contents of the currently active tab. +* 1.1.2 release ([0dcec60](https://github.com/react-toolbox/react-toolbox/commit/0dcec60)) +* Added missing modules ([afc2124](https://github.com/react-toolbox/react-toolbox/commit/afc2124)) +* Added Touch events to the base props ([30f1623](https://github.com/react-toolbox/react-toolbox/commit/30f1623)) +* fix for target missing id ([b557561](https://github.com/react-toolbox/react-toolbox/commit/b557561)) +* Fixed #696 - Button Icon/Inner Alignment ([5c09c5c](https://github.com/react-toolbox/react-toolbox/commit/5c09c5c)), closes [#696](https://github.com/react-toolbox/react-toolbox/issues/696) +* Fixes for typescript definitions, typos etc. ([213411b](https://github.com/react-toolbox/react-toolbox/commit/213411b)) +* Remove prop duplicates ([c016565](https://github.com/react-toolbox/react-toolbox/commit/c016565)) -## [0.15.0] - 2016-03-24 -Click on the link above for this release's commit history. -## [0.14.2] - 2016-03-07 + +## 1.1.1 (2016-08-08) -Click on the link above for this release's commit history. +* 1.1.1 release ([56426b9](https://github.com/react-toolbox/react-toolbox/commit/56426b9)) +* Fix linter for tooltip theme ([f09a9d7](https://github.com/react-toolbox/react-toolbox/commit/f09a9d7)) +* Move addon-update to peerDependencies ([fac66cb](https://github.com/react-toolbox/react-toolbox/commit/fac66cb)) -## [0.14.1] - 2016-01-26 -Click on the link above for this release's commit history. -## [0.14.0] - 2015-12-20 -### Added -- A `Ripple` HOC that can be used with your custom components. + +# 1.1.0 (2016-08-07) + +* 1.1.0 release ([c671290](https://github.com/react-toolbox/react-toolbox/commit/c671290)) +* Add an active property to control pickers from outside ([39694e5](https://github.com/react-toolbox/react-toolbox/commit/39694e5)) +* Add create option to autocomplete ([3461a1f](https://github.com/react-toolbox/react-toolbox/commit/3461a1f)) +* Add required polyfills for IE11. ([ef6a979](https://github.com/react-toolbox/react-toolbox/commit/ef6a979)) +* Added custom sized circular ProgressBar to spec ([bdd2ce3](https://github.com/react-toolbox/react-toolbox/commit/bdd2ce3)) +* Added support for locale on DatePicker dialog component ([01ae580](https://github.com/react-toolbox/react-toolbox/commit/01ae580)) +* Added viewBox attr to svg element of circular ProgressBar to allow custom sizing ([a2c8f08](https://github.com/react-toolbox/react-toolbox/commit/a2c8f08)) +* Avoid !important in progress spec ([f56eb82](https://github.com/react-toolbox/react-toolbox/commit/f56eb82)) +* Better tooltips ([fcc7902](https://github.com/react-toolbox/react-toolbox/commit/fcc7902)) +* Beware of the multiple onRippleEnded ([c01c025](https://github.com/react-toolbox/react-toolbox/commit/c01c025)) +* Bugfix for IE scrollX/scrollY ([955acf0](https://github.com/react-toolbox/react-toolbox/commit/955acf0)) +* Change method name to match lib convention ([ea3917e](https://github.com/react-toolbox/react-toolbox/commit/ea3917e)) +* Change name from create to allowCreate in Autocomplete and fix linter warnings ([4093439](https://github.com/react-toolbox/react-toolbox/commit/4093439)) +* Don't render Ripple if it's not being animated ([032840e](https://github.com/react-toolbox/react-toolbox/commit/032840e)) +* Fix #547 ([f2dbfb5](https://github.com/react-toolbox/react-toolbox/commit/f2dbfb5)), closes [#547](https://github.com/react-toolbox/react-toolbox/issues/547) +* Fix linter errors ([fae42a8](https://github.com/react-toolbox/react-toolbox/commit/fae42a8)) +* Fix linter errors and refactor ([e597bc5](https://github.com/react-toolbox/react-toolbox/commit/e597bc5)) +* Fix linter warnings ([77b0a4a](https://github.com/react-toolbox/react-toolbox/commit/77b0a4a)) +* Fix remove animation event function ([2bd6539](https://github.com/react-toolbox/react-toolbox/commit/2bd6539)) +* FIXED aslant errors and warnings to pass Travis check ([157c29d](https://github.com/react-toolbox/react-toolbox/commit/157c29d)) +* Fixed Autocomplete such that it does not error when provided with a value prop that does not exist i ([59b01e6](https://github.com/react-toolbox/react-toolbox/commit/59b01e6)) +* Fixes #586 ([041e00c](https://github.com/react-toolbox/react-toolbox/commit/041e00c)), closes [#586](https://github.com/react-toolbox/react-toolbox/issues/586) +* Fixes #629 ([e2c5471](https://github.com/react-toolbox/react-toolbox/commit/e2c5471)), closes [#629](https://github.com/react-toolbox/react-toolbox/issues/629) +* Fixes #663 ([023a732](https://github.com/react-toolbox/react-toolbox/commit/023a732)), closes [#663](https://github.com/react-toolbox/react-toolbox/issues/663) +* Fixes #671 ([991da71](https://github.com/react-toolbox/react-toolbox/commit/991da71)), closes [#671](https://github.com/react-toolbox/react-toolbox/issues/671) +* Fixes #674 ([fd138f9](https://github.com/react-toolbox/react-toolbox/commit/fd138f9)), closes [#674](https://github.com/react-toolbox/react-toolbox/issues/674) +* Fixes #678 ([730d4c1](https://github.com/react-toolbox/react-toolbox/commit/730d4c1)), closes [#678](https://github.com/react-toolbox/react-toolbox/issues/678) +* Fixes Autocomplete error when provided value prop that is not in source option while preserving valu ([0bce911](https://github.com/react-toolbox/react-toolbox/commit/0bce911)) +* Fixes linting errors ([01711e6](https://github.com/react-toolbox/react-toolbox/commit/01711e6)) +* Latest build ([146ffee](https://github.com/react-toolbox/react-toolbox/commit/146ffee)) +* Latest build ([0c53de9](https://github.com/react-toolbox/react-toolbox/commit/0c53de9)) +* Latest build ([b58254d](https://github.com/react-toolbox/react-toolbox/commit/b58254d)) +* Latest build ([50c5aeb](https://github.com/react-toolbox/react-toolbox/commit/50c5aeb)) +* Latest build ([57bb663](https://github.com/react-toolbox/react-toolbox/commit/57bb663)) +* Minor fixes in docs ([25fd5e2](https://github.com/react-toolbox/react-toolbox/commit/25fd5e2)) +* pass theme from layout to children ([491a85c](https://github.com/react-toolbox/react-toolbox/commit/491a85c)) +* Refactor ripple adding multiple option ([71fcd3f](https://github.com/react-toolbox/react-toolbox/commit/71fcd3f)) +* Remove some bind usage in render functions and undo passing down Dropdown theme to Input ([a825208](https://github.com/react-toolbox/react-toolbox/commit/a825208)) +* Update dependencies ([f250f6f](https://github.com/react-toolbox/react-toolbox/commit/f250f6f)) +* Update docs dependencies ([714883c](https://github.com/react-toolbox/react-toolbox/commit/714883c)) +* Update react-css-themr dependency ([692b0be](https://github.com/react-toolbox/react-toolbox/commit/692b0be)) +* feat(dist): add newest build ([62f8b22](https://github.com/react-toolbox/react-toolbox/commit/62f8b22)) +* feat(input): implement maxLength in js rather then using the maxlength prop of the input field ([a8dbad1](https://github.com/react-toolbox/react-toolbox/commit/a8dbad1)), closes [#685](https://github.com/react-toolbox/react-toolbox/issues/685) +* feat(input): prevent insertion of characters if maxLength is reached ([70823af](https://github.com/react-toolbox/react-toolbox/commit/70823af)) +* feat(input): set the default row amount for multiline inputs to 1 ([056cd6d](https://github.com/react-toolbox/react-toolbox/commit/056cd6d)) +* doc(input): add note about handleChange implementation ([f29e570](https://github.com/react-toolbox/react-toolbox/commit/f29e570)) +* fix(input): always recalculate size ([d1fcc14](https://github.com/react-toolbox/react-toolbox/commit/d1fcc14)) +* fix(input): don't remove the maxLenght attribute from inputs ([6f03fb5](https://github.com/react-toolbox/react-toolbox/commit/6f03fb5)) +* fix(input): only remove resize event listerner if it exists ([75487fb](https://github.com/react-toolbox/react-toolbox/commit/75487fb)) +* fix(multiline input): autoresize after initial render too ([1809d67](https://github.com/react-toolbox/react-toolbox/commit/1809d67)) +* refactor(input): move autoresize to didUpdate ([8559c18](https://github.com/react-toolbox/react-toolbox/commit/8559c18)) +* docs(input): fix multiline example and add maxLength to it ([9a4f553](https://github.com/react-toolbox/react-toolbox/commit/9a4f553)) + + + + +## 1.0.3 (2016-07-25) + +* 1.0.3 release ([43ea2ef](https://github.com/react-toolbox/react-toolbox/commit/43ea2ef)) +* A lot of JSDoc comments added, even more left ([621e798](https://github.com/react-toolbox/react-toolbox/commit/621e798)) +* Added tests. ([4f67a93](https://github.com/react-toolbox/react-toolbox/commit/4f67a93)) +* Additional fix for raw AppBar component import ([32aedbd](https://github.com/react-toolbox/react-toolbox/commit/32aedbd)) +* All props are now commented ([ae6109c](https://github.com/react-toolbox/react-toolbox/commit/ae6109c)) +* Bugfix calculating Menu position ([e077f8a](https://github.com/react-toolbox/react-toolbox/commit/e077f8a)) +* Date picker now takes max/min date into account on mount/props change. ([e9487e1](https://github.com/react-toolbox/react-toolbox/commit/e9487e1)) +* Document CardTitle's cardTitle theme ([460a378](https://github.com/react-toolbox/react-toolbox/commit/460a378)) +* Document the label theme for the input component ([68ee32f](https://github.com/react-toolbox/react-toolbox/commit/68ee32f)) +* Ensure theme gets passed down to TimePicker child components ([a6f7d64](https://github.com/react-toolbox/react-toolbox/commit/a6f7d64)) +* fix autocomplete activating on react>=15.1 if no direction ([f3b460e](https://github.com/react-toolbox/react-toolbox/commit/f3b460e)) +* Fix multiselectable and unselect rows isues on Table component ([5ccd6da](https://github.com/react-toolbox/react-toolbox/commit/5ccd6da)) +* Fix typo in font-size calculation in mixins ([1639690](https://github.com/react-toolbox/react-toolbox/commit/1639690)) +* Fixes #542 ([c9ac90f](https://github.com/react-toolbox/react-toolbox/commit/c9ac90f)), closes [#542](https://github.com/react-toolbox/react-toolbox/issues/542) +* Fixes #627 ([2d17b65](https://github.com/react-toolbox/react-toolbox/commit/2d17b65)), closes [#627](https://github.com/react-toolbox/react-toolbox/issues/627) +* Latest build ([af9e889](https://github.com/react-toolbox/react-toolbox/commit/af9e889)) +* Made general mixins properties depend on $unit value ([fb29425](https://github.com/react-toolbox/react-toolbox/commit/fb29425)) +* Merge with dev ([b226fcd](https://github.com/react-toolbox/react-toolbox/commit/b226fcd)) +* Moved modules to separate files. ([10b69b5](https://github.com/react-toolbox/react-toolbox/commit/10b69b5)) +* Only add Input auto-resize handler to multiline inputs ([9cc56e1](https://github.com/react-toolbox/react-toolbox/commit/9cc56e1)) +* Pass theme down to list item child components for correct classnames ([5a9fec8](https://github.com/react-toolbox/react-toolbox/commit/5a9fec8)) +* Small fixes ([3b70677](https://github.com/react-toolbox/react-toolbox/commit/3b70677)) +* Typings for the project ([661911b](https://github.com/react-toolbox/react-toolbox/commit/661911b)) +* Update install.md ([42feb7f](https://github.com/react-toolbox/react-toolbox/commit/42feb7f)) +* Update README.md ([3a57270](https://github.com/react-toolbox/react-toolbox/commit/3a57270)) + + + + +## 1.0.2 (2016-07-10) + +* 1.0.2 release ([672429f](https://github.com/react-toolbox/react-toolbox/commit/672429f)) +* Add autoresize to multiline inputs ([5b97b95](https://github.com/react-toolbox/react-toolbox/commit/5b97b95)), closes [#278](https://github.com/react-toolbox/react-toolbox/issues/278) +* Add passing unknown props and checking of keypress ([d01a576](https://github.com/react-toolbox/react-toolbox/commit/d01a576)) +* better support in typescript: ([69368ae](https://github.com/react-toolbox/react-toolbox/commit/69368ae)) +* Fix Number.isNaN TypeError on IE ([4ea305c](https://github.com/react-toolbox/react-toolbox/commit/4ea305c)) +* Fixes #585 ([49658a3](https://github.com/react-toolbox/react-toolbox/commit/49658a3)), closes [#585](https://github.com/react-toolbox/react-toolbox/issues/585) +* Fixes #616 ([0513cb7](https://github.com/react-toolbox/react-toolbox/commit/0513cb7)), closes [#616](https://github.com/react-toolbox/react-toolbox/issues/616) +* Fixes #624 ([2a7e340](https://github.com/react-toolbox/react-toolbox/commit/2a7e340)), closes [#624](https://github.com/react-toolbox/react-toolbox/issues/624) +* Forward theme prop from Tabs to TabContent ([8c20848](https://github.com/react-toolbox/react-toolbox/commit/8c20848)) +* get rid of declaration duplicates in components/ ([febf8b5](https://github.com/react-toolbox/react-toolbox/commit/febf8b5)) +* Latest build ([f43dac6](https://github.com/react-toolbox/react-toolbox/commit/f43dac6)) +* Latest build ([b55d2b1](https://github.com/react-toolbox/react-toolbox/commit/b55d2b1)) +* missing MENU for some reason in identifiers ([e359805](https://github.com/react-toolbox/react-toolbox/commit/e359805)) +* Pass the theme from ListItem to ListItemLayout ([3b4387f](https://github.com/react-toolbox/react-toolbox/commit/3b4387f)), closes [#580](https://github.com/react-toolbox/react-toolbox/issues/580) +* Reset overflow when unmounting ([a11fe92](https://github.com/react-toolbox/react-toolbox/commit/a11fe92)) +* Restyle a ternary ([8d65961](https://github.com/react-toolbox/react-toolbox/commit/8d65961)) +* Update datepicker_example_1.txt ([e782b8f](https://github.com/react-toolbox/react-toolbox/commit/e782b8f)) +* Update pickers.js ([49fa53a](https://github.com/react-toolbox/react-toolbox/commit/49fa53a)) +* Update to react 15.2.0 ([3e29844](https://github.com/react-toolbox/react-toolbox/commit/3e29844)) +* chore(dropdown): set value to empty string to prevent uncontrolled errors ([ad52adb](https://github.com/react-toolbox/react-toolbox/commit/ad52adb)) + + + + +## 1.0.1 (2016-06-19) + +* [Fixes #550] Add PropType checking to Menu's position and update docs ([eec457b](https://github.com/react-toolbox/react-toolbox/commit/eec457b)), closes [#550](https://github.com/react-toolbox/react-toolbox/issues/550) +* #575: Use classname 'material-icons' if children is a string ([1d725dc](https://github.com/react-toolbox/react-toolbox/commit/1d725dc)) +* 🤖 ([79472ee](https://github.com/react-toolbox/react-toolbox/commit/79472ee)) +* 1.0.1 release ([b44b168](https://github.com/react-toolbox/react-toolbox/commit/b44b168)) +* add 'suggestionMatch' prop to Autocomplete component to determine how suggestions are matched ([afe5bf1](https://github.com/react-toolbox/react-toolbox/commit/afe5bf1)) +* Added ability to export the DatePickerDialog seperately from the DatePicker ([2d5f519](https://github.com/react-toolbox/react-toolbox/commit/2d5f519)) +* Added autoselect first option on enter ([7bffe8a](https://github.com/react-toolbox/react-toolbox/commit/7bffe8a)) +* change .overlay to .backdrop ([7134c64](https://github.com/react-toolbox/react-toolbox/commit/7134c64)) +* clear the timeout on componentWillUnmount ([647dbfb](https://github.com/react-toolbox/react-toolbox/commit/647dbfb)) +* feat(datepicker,timepicker): add support for `name` prop ([c850245](https://github.com/react-toolbox/react-toolbox/commit/c850245)) +* Fix #536 ([5b76a7f](https://github.com/react-toolbox/react-toolbox/commit/5b76a7f)), closes [#536](https://github.com/react-toolbox/react-toolbox/issues/536) +* Fix #541 ([c19c3e7](https://github.com/react-toolbox/react-toolbox/commit/c19c3e7)), closes [#541](https://github.com/react-toolbox/react-toolbox/issues/541) +* Fix #542 ([6cd4202](https://github.com/react-toolbox/react-toolbox/commit/6cd4202)), closes [#542](https://github.com/react-toolbox/react-toolbox/issues/542) +* Fix a few incorrect exports in typings and build with updated Babel ([68926f8](https://github.com/react-toolbox/react-toolbox/commit/68926f8)) +* Fix cpx command to work correctly when coping sass and ts files ([688f6bc](https://github.com/react-toolbox/react-toolbox/commit/688f6bc)) +* Fix MenuItem onclick called without event ([53f4a5e](https://github.com/react-toolbox/react-toolbox/commit/53f4a5e)) +* Fixed bug with add a month to a date when current day is largest than last day of next month ([0d01405](https://github.com/react-toolbox/react-toolbox/commit/0d01405)) +* Latest build 🤖 ([fccf6f5](https://github.com/react-toolbox/react-toolbox/commit/fccf6f5)) +* Made property for both topbottom and leftright padding of day on calendar picker. Fixes IE11 bug ([cb138fc](https://github.com/react-toolbox/react-toolbox/commit/cb138fc)) +* Replace react-toolbox.d.ts with index.d.ts ([235d914](https://github.com/react-toolbox/react-toolbox/commit/235d914)) +* Update libs with new external .d.ts files ([9856ca0](https://github.com/react-toolbox/react-toolbox/commit/9856ca0)) +* Update TypeScript definition section of README.md ([deb3630](https://github.com/react-toolbox/react-toolbox/commit/deb3630)) +* Update typings to external modules (no more 'declare module ...') to get the definitions working aut ([f8c1a3f](https://github.com/react-toolbox/react-toolbox/commit/f8c1a3f)) +* chore(eslint): fix propTypes order ([d06dd78](https://github.com/react-toolbox/react-toolbox/commit/d06dd78)) +* feat(dropdown): add support for name prop ([ec94e5a](https://github.com/react-toolbox/react-toolbox/commit/ec94e5a)) + + + + +# 1.0.0 (2016-06-04) + +* (feat) set corejs as a dependency ([7ad9594](https://github.com/react-toolbox/react-toolbox/commit/7ad9594)), closes [#382](https://github.com/react-toolbox/react-toolbox/issues/382) +* đŸ’ĩ ([dbba425](https://github.com/react-toolbox/react-toolbox/commit/dbba425)) +* đŸ˜Ĩ ([fc6b702](https://github.com/react-toolbox/react-toolbox/commit/fc6b702)) +* 1.0.0 release ([bd7b846](https://github.com/react-toolbox/react-toolbox/commit/bd7b846)) +* Add export ([d68340e](https://github.com/react-toolbox/react-toolbox/commit/d68340e)) +* Add base class for buttons ([c937673](https://github.com/react-toolbox/react-toolbox/commit/c937673)) +* Add Clock and ClockHours to TimePicker migration ([a2cc04c](https://github.com/react-toolbox/react-toolbox/commit/a2cc04c)) +* Add icon prop to DatePicker ([77c74bf](https://github.com/react-toolbox/react-toolbox/commit/77c74bf)) +* Add lib folder ([7b80621](https://github.com/react-toolbox/react-toolbox/commit/7b80621)) +* Add missing context theme doc for Button ([6d37fe7](https://github.com/react-toolbox/react-toolbox/commit/6d37fe7)) +* Add missing semicolons ([fe390fa](https://github.com/react-toolbox/react-toolbox/commit/fe390fa)) +* Add note about theming in chip readme ([d8a5dc3](https://github.com/react-toolbox/react-toolbox/commit/d8a5dc3)) +* Add onRippleEnded. Fixes #289 ([c612fdf](https://github.com/react-toolbox/react-toolbox/commit/c612fdf)), closes [#289](https://github.com/react-toolbox/react-toolbox/issues/289) +* Add seperate autocomplete with showSuggestionsWhenValueIsSet to spec ([8f2579e](https://github.com/react-toolbox/react-toolbox/commit/8f2579e)) +* Add showSuggestionsWhenValueIsSet prop, used to control autocomplete filter behaviour when multiple= ([5dfee66](https://github.com/react-toolbox/react-toolbox/commit/5dfee66)) +* Add specific imports for FontIcon ([fbdceed](https://github.com/react-toolbox/react-toolbox/commit/fbdceed)) +* Add themed key for avatar and appbar in readme ([cd83d83](https://github.com/react-toolbox/react-toolbox/commit/cd83d83)) +* Add themr to AppBar ([c7f8d83](https://github.com/react-toolbox/react-toolbox/commit/c7f8d83)) +* added ability to select only one row at the time ([29aece7](https://github.com/react-toolbox/react-toolbox/commit/29aece7)) +* Added media-queries for the max-height of he app-bar on mobile devices (56dp and 48dp) ([3c4c1e6](https://github.com/react-toolbox/react-toolbox/commit/3c4c1e6)) +* All components moved to themr 😱 ([a9e8304](https://github.com/react-toolbox/react-toolbox/commit/a9e8304)) +* Autocomplete element size ([12e572f](https://github.com/react-toolbox/react-toolbox/commit/12e572f)) +* Autoinject Autocomplete, Avatar, Chip and Input ([85e248c](https://github.com/react-toolbox/react-toolbox/commit/85e248c)) +* Autoinject Checkbox theme ([d48e243](https://github.com/react-toolbox/react-toolbox/commit/d48e243)) +* Autoinject Drawer theme ([3827ed3](https://github.com/react-toolbox/react-toolbox/commit/3827ed3)) +* Autoinject Navigation theme ([df88b1d](https://github.com/react-toolbox/react-toolbox/commit/df88b1d)) +* Autoinject style for AppBar ([f10748e](https://github.com/react-toolbox/react-toolbox/commit/f10748e)) +* Autoinject styles for Lists ([592024f](https://github.com/react-toolbox/react-toolbox/commit/592024f)) +* Autoinject styles for ProgressBar ([fdb3644](https://github.com/react-toolbox/react-toolbox/commit/fdb3644)) +* Autoinject theme for Card ([05c6dce](https://github.com/react-toolbox/react-toolbox/commit/05c6dce)) +* Autoinject theme for Dialog, DatePicker and Overlay ([4ff92ac](https://github.com/react-toolbox/react-toolbox/commit/4ff92ac)) +* Autoinject theme for dropdown ([7a241e9](https://github.com/react-toolbox/react-toolbox/commit/7a241e9)) +* Autoinject theme for Layout ([e911a9f](https://github.com/react-toolbox/react-toolbox/commit/e911a9f)) +* Autoinject theme for Link ([731153d](https://github.com/react-toolbox/react-toolbox/commit/731153d)) +* Autoinject theme for Switch, Table and Snackbar ([863c821](https://github.com/react-toolbox/react-toolbox/commit/863c821)) +* Autoinject theme for Tabs ([6afb914](https://github.com/react-toolbox/react-toolbox/commit/6afb914)) +* Autoinject theme for Tooltip ([975fb32](https://github.com/react-toolbox/react-toolbox/commit/975fb32)) +* Autoinject theme to Menu component ([f88ddde](https://github.com/react-toolbox/react-toolbox/commit/f88ddde)) +* Autoinject theme to Radio component ([e1b2b6b](https://github.com/react-toolbox/react-toolbox/commit/e1b2b6b)) +* Autoinject theme to Slider ([d810c81](https://github.com/react-toolbox/react-toolbox/commit/d810c81)) +* Autoinjects for Button and IconButton ([6048bb7](https://github.com/react-toolbox/react-toolbox/commit/6048bb7)) +* Avoid null values when parsing input ([310d683](https://github.com/react-toolbox/react-toolbox/commit/310d683)) +* Avoid uncontrolled inputs ([85978a5](https://github.com/react-toolbox/react-toolbox/commit/85978a5)) +* Better PropType syntax and delete required className api ([73c115f](https://github.com/react-toolbox/react-toolbox/commit/73c115f)) +* Better react imports for lists ([95ea35f](https://github.com/react-toolbox/react-toolbox/commit/95ea35f)) +* Better readme for buttons ([d59f95c](https://github.com/react-toolbox/react-toolbox/commit/d59f95c)) +* Better readmes for autocomplete avatar chip and input ([d04c181](https://github.com/react-toolbox/react-toolbox/commit/d04c181)) +* Change autocomplete filter behaviour when multiple=false ([a4810d8](https://github.com/react-toolbox/react-toolbox/commit/a4810d8)) +* Cleanup timers when Menu component unmounts to prevent calls on undefined objects ([8182348](https://github.com/react-toolbox/react-toolbox/commit/8182348)) +* Clear autocomplete query input when pressing backspace and showing all suggestions ([c706184](https://github.com/react-toolbox/react-toolbox/commit/c706184)) +* Destructuring React for some components ([1386a15](https://github.com/react-toolbox/react-toolbox/commit/1386a15)) +* Exclude JSX navigation div if there are no actions ([aaa1cfa](https://github.com/react-toolbox/react-toolbox/commit/aaa1cfa)) +* Finish autoinjects ([c356a2b](https://github.com/react-toolbox/react-toolbox/commit/c356a2b)) +* Fix #454: Chip component unable to display nicely on small screen ([60b8e55](https://github.com/react-toolbox/react-toolbox/commit/60b8e55)), closes [#454](https://github.com/react-toolbox/react-toolbox/issues/454) +* Fix DatePickerDialog to correctly display the previously selected date ([39ad60a](https://github.com/react-toolbox/react-toolbox/commit/39ad60a)) +* Fix linter errors ([33ff491](https://github.com/react-toolbox/react-toolbox/commit/33ff491)) +* fix receive props for Autocomplete component ([19566dd](https://github.com/react-toolbox/react-toolbox/commit/19566dd)) +* Fix tests ([e24152c](https://github.com/react-toolbox/react-toolbox/commit/e24152c)) +* Fix the value of month in datepicker example ([d839515](https://github.com/react-toolbox/react-toolbox/commit/d839515)) +* Fix typo ([c1093b2](https://github.com/react-toolbox/react-toolbox/commit/c1093b2)) +* Fix typo in AppBar readme ([34952ce](https://github.com/react-toolbox/react-toolbox/commit/34952ce)) +* Fix typos in Layout ([78d7c92](https://github.com/react-toolbox/react-toolbox/commit/78d7c92)) +* Fixed sass-lint to 1.5.1 to avoid linting errors ([41189e2](https://github.com/react-toolbox/react-toolbox/commit/41189e2)) +* Fixed. wrong check empty actions ([4d3e2e0](https://github.com/react-toolbox/react-toolbox/commit/4d3e2e0)) +* Fixes in Layout ([75cd934](https://github.com/react-toolbox/react-toolbox/commit/75cd934)) +* Fixes typo in ListItemLayout ([a4de34e](https://github.com/react-toolbox/react-toolbox/commit/a4de34e)) +* Full extension imports in animations ([d5834e0](https://github.com/react-toolbox/react-toolbox/commit/d5834e0)) +* Fullname imports for util files ([767d16b](https://github.com/react-toolbox/react-toolbox/commit/767d16b)) +* Hotfix for incorrect ternary statement in DatePicker ([d7b820a](https://github.com/react-toolbox/react-toolbox/commit/d7b820a)) +* Inject dependencies for Form component ([27962e8](https://github.com/react-toolbox/react-toolbox/commit/27962e8)) +* Latest build ([fbca206](https://github.com/react-toolbox/react-toolbox/commit/fbca206)) +* Latest build ([a1f02d2](https://github.com/react-toolbox/react-toolbox/commit/a1f02d2)) +* Make tests pass ([6329c5d](https://github.com/react-toolbox/react-toolbox/commit/6329c5d)) +* Media queries for dialogs to set wider widths for smaller screens ([ec84e6c](https://github.com/react-toolbox/react-toolbox/commit/ec84e6c)) +* Migrate autocomplete ([92b170f](https://github.com/react-toolbox/react-toolbox/commit/92b170f)) +* Migrate Avatar to themr ([1974336](https://github.com/react-toolbox/react-toolbox/commit/1974336)) +* Migrate button to themr ([29f89fe](https://github.com/react-toolbox/react-toolbox/commit/29f89fe)) +* Migrate Card + refactoring + add defineTheme 🎨 ([bc26c3f](https://github.com/react-toolbox/react-toolbox/commit/bc26c3f)) +* Migrate checkbox to themr ([40be146](https://github.com/react-toolbox/react-toolbox/commit/40be146)) +* Migrate Chip to themr ([b2be1cb](https://github.com/react-toolbox/react-toolbox/commit/b2be1cb)) +* Migrate DatePicker to themr ([709f4b1](https://github.com/react-toolbox/react-toolbox/commit/709f4b1)) +* Migrate dialog to themr ([2fb2de8](https://github.com/react-toolbox/react-toolbox/commit/2fb2de8)) +* Migrate docs to new theme syntax ([5056a9d](https://github.com/react-toolbox/react-toolbox/commit/5056a9d)) +* Migrate Drawer and Overlay to themr ([f6d2d3f](https://github.com/react-toolbox/react-toolbox/commit/f6d2d3f)) +* Migrate Dropdown to themr ([38e2690](https://github.com/react-toolbox/react-toolbox/commit/38e2690)) +* Migrate IconMenu to themr ([5f626e2](https://github.com/react-toolbox/react-toolbox/commit/5f626e2)) +* Migrate input to themr ([243644c](https://github.com/react-toolbox/react-toolbox/commit/243644c)) +* Migrate Layout to themr ([58f8d61](https://github.com/react-toolbox/react-toolbox/commit/58f8d61)) +* Migrate Link to themr ([36869cb](https://github.com/react-toolbox/react-toolbox/commit/36869cb)) +* Migrate List to themr ([c39caf6](https://github.com/react-toolbox/react-toolbox/commit/c39caf6)) +* Migrate Menu to themr ([140cc2c](https://github.com/react-toolbox/react-toolbox/commit/140cc2c)) +* Migrate MenuDivider to themr ([54dca2d](https://github.com/react-toolbox/react-toolbox/commit/54dca2d)) +* Migrate MenuItem to themr ([e20bae5](https://github.com/react-toolbox/react-toolbox/commit/e20bae5)) +* Migrate Navigation to themr ([e5ef5e2](https://github.com/react-toolbox/react-toolbox/commit/e5ef5e2)) +* Migrate ProgressBar to themr ([38cb1b0](https://github.com/react-toolbox/react-toolbox/commit/38cb1b0)) +* Migrate Radio to themr ([306e397](https://github.com/react-toolbox/react-toolbox/commit/306e397)) +* Migrate Ripple to themr ([f4e74e9](https://github.com/react-toolbox/react-toolbox/commit/f4e74e9)) +* Migrate snackbar to themr ([8705c57](https://github.com/react-toolbox/react-toolbox/commit/8705c57)) +* Migrate switch to themr ([d451cf0](https://github.com/react-toolbox/react-toolbox/commit/d451cf0)) +* Migrate Table component to themr ([b75e757](https://github.com/react-toolbox/react-toolbox/commit/b75e757)) +* Migrate the Slider to themr ([de89f9a](https://github.com/react-toolbox/react-toolbox/commit/de89f9a)) +* Migrate TimePicker to themr ([6f2d17d](https://github.com/react-toolbox/react-toolbox/commit/6f2d17d)) +* mixins is already imported in base, hence removed the redundant import | Galeel ([85048a3](https://github.com/react-toolbox/react-toolbox/commit/85048a3)) +* Modify Button's display to be inline-flex ([63f760b](https://github.com/react-toolbox/react-toolbox/commit/63f760b)) +* Modify ripple theme interface to avoid collisions ([4e28d4a](https://github.com/react-toolbox/react-toolbox/commit/4e28d4a)) +* Move body locker from Portal to Overlay ([8a7ddc7](https://github.com/react-toolbox/react-toolbox/commit/8a7ddc7)) +* Move some mixins ([96599d3](https://github.com/react-toolbox/react-toolbox/commit/96599d3)) +* Move tabs to themr ([d6bc5f5](https://github.com/react-toolbox/react-toolbox/commit/d6bc5f5)) +* New README ([27a4420](https://github.com/react-toolbox/react-toolbox/commit/27a4420)) +* Plain SASS imports 🎨 ([419f16f](https://github.com/react-toolbox/react-toolbox/commit/419f16f)) +* Reduce z-index for spec page ([91bd684](https://github.com/react-toolbox/react-toolbox/commit/91bd684)) +* Refactor autocomplete suggestions method to make it more readable ([cb4b736](https://github.com/react-toolbox/react-toolbox/commit/cb4b736)) +* Remove conditional import since SASS does not support them. ([facf4a3](https://github.com/react-toolbox/react-toolbox/commit/facf4a3)) +* Remove defineTheme ([6ba69be](https://github.com/react-toolbox/react-toolbox/commit/6ba69be)) +* Remove linter warning ([4f85f4e](https://github.com/react-toolbox/react-toolbox/commit/4f85f4e)) +* Remove no longer supported method for dropdown ([38827df](https://github.com/react-toolbox/react-toolbox/commit/38827df)) +* Remove style dependency in cards ([9593e03](https://github.com/react-toolbox/react-toolbox/commit/9593e03)) +* Remove style for form ([fee4a19](https://github.com/react-toolbox/react-toolbox/commit/fee4a19)) +* Simpler FontIcon component ([3ba5c11](https://github.com/react-toolbox/react-toolbox/commit/3ba5c11)) +* Small typos in README ([cea8111](https://github.com/react-toolbox/react-toolbox/commit/cea8111)) +* Update DatePicker to handle being passed a value of an empty stirng ([62e5322](https://github.com/react-toolbox/react-toolbox/commit/62e5322)) +* Update dependencies ([6a0d861](https://github.com/react-toolbox/react-toolbox/commit/6a0d861)) +* Update dependencies ([b84a07f](https://github.com/react-toolbox/react-toolbox/commit/b84a07f)) +* Update docs ([115e839](https://github.com/react-toolbox/react-toolbox/commit/115e839)) +* Update global index ([802bd64](https://github.com/react-toolbox/react-toolbox/commit/802bd64)) +* Update node version ([42125fc](https://github.com/react-toolbox/react-toolbox/commit/42125fc)) +* Update readme for menu ([f7ae5a8](https://github.com/react-toolbox/react-toolbox/commit/f7ae5a8)) +* Update Typescript definition to 0.16.2, added , , and ActivableRendererFactory defini ([b8feb9a](https://github.com/react-toolbox/react-toolbox/commit/b8feb9a)) +* Use alternative to scrollX where not available (IE) ([f39dfb4](https://github.com/react-toolbox/react-toolbox/commit/f39dfb4)) +* Y for X ([f017610](https://github.com/react-toolbox/react-toolbox/commit/f017610)) +* Bugfix: delete style in form ([22819ca](https://github.com/react-toolbox/react-toolbox/commit/22819ca)) +* Bugfix: Set empty string in time picker if no time is given ([d2cf4e3](https://github.com/react-toolbox/react-toolbox/commit/d2cf4e3)) + + + + +## 0.16.2 (2016-04-10) + +* 0.16.2 release ([473d1fa](https://github.com/react-toolbox/react-toolbox/commit/473d1fa)) +* Indentify Avatar by constructur in Chip ([6665753](https://github.com/react-toolbox/react-toolbox/commit/6665753)) + + + + +## 0.16.1 (2016-04-10) + +* 0.16.1 release ([eb483dd](https://github.com/react-toolbox/react-toolbox/commit/eb483dd)) +* Add Chip to component index ([0cb2205](https://github.com/react-toolbox/react-toolbox/commit/0cb2205)) +* Include Chip in docs ([84130d4](https://github.com/react-toolbox/react-toolbox/commit/84130d4)) +* Bugfix: use hash history ([cb80113](https://github.com/react-toolbox/react-toolbox/commit/cb80113)) + + + + +# 0.16.0 (2016-04-10) + +* 0.16.0 release ([8e57104](https://github.com/react-toolbox/react-toolbox/commit/8e57104)) +* Adapt pickers to calculate position with scroll ([0d1265e](https://github.com/react-toolbox/react-toolbox/commit/0d1265e)) +* Add inputClassName prop to DatePicker and TimePicker ([47fba11](https://github.com/react-toolbox/react-toolbox/commit/47fba11)) +* Fix #407 ([48e5c48](https://github.com/react-toolbox/react-toolbox/commit/48e5c48)), closes [#407](https://github.com/react-toolbox/react-toolbox/issues/407) +* Fix #425 ([ee4cc54](https://github.com/react-toolbox/react-toolbox/commit/ee4cc54)), closes [#425](https://github.com/react-toolbox/react-toolbox/issues/425) +* Fix #442 ([7d73fb4](https://github.com/react-toolbox/react-toolbox/commit/7d73fb4)), closes [#442](https://github.com/react-toolbox/react-toolbox/issues/442) +* Fix checking if key exists in Autocomplete ([e45b0cb](https://github.com/react-toolbox/react-toolbox/commit/e45b0cb)) +* Fix linter error for layouts ([b0437cd](https://github.com/react-toolbox/react-toolbox/commit/b0437cd)) +* Get rid of jsx extensions 🔮 ([0cb8d8b](https://github.com/react-toolbox/react-toolbox/commit/0cb8d8b)) +* Lint spec files ([2039a12](https://github.com/react-toolbox/react-toolbox/commit/2039a12)) +* Now we are Audiense 💎 ([410cd6b](https://github.com/react-toolbox/react-toolbox/commit/410cd6b)) +* Reduce list unneeded markup ([f6c8304](https://github.com/react-toolbox/react-toolbox/commit/f6c8304)) +* Refactor Overlay into two components and make activable components render only when needed ([958cbb9](https://github.com/react-toolbox/react-toolbox/commit/958cbb9)) +* Remove App from components index ([7e2d4de](https://github.com/react-toolbox/react-toolbox/commit/7e2d4de)) +* Remove unneeded App ([baf4414](https://github.com/react-toolbox/react-toolbox/commit/baf4414)) +* Update dependencies, linter and rules ([516a0a3](https://github.com/react-toolbox/react-toolbox/commit/516a0a3)) +* Update documentation dependencies ([a6e162e](https://github.com/react-toolbox/react-toolbox/commit/a6e162e)) +* Update linting ([c3ef6bd](https://github.com/react-toolbox/react-toolbox/commit/c3ef6bd)) +* updates package.json to work with react 15 ([3812686](https://github.com/react-toolbox/react-toolbox/commit/3812686)) +* Use sass lint ([beeb6ab](https://github.com/react-toolbox/react-toolbox/commit/beeb6ab)) +* Bugfix: style for svg icons in button ([3a20676](https://github.com/react-toolbox/react-toolbox/commit/3a20676)) + + + + +## 0.15.1 (2016-04-07) + +* 0.14.2 release ([3ee2e94](https://github.com/react-toolbox/react-toolbox/commit/3ee2e94)) +* 0.15.0 release ([e3a805b](https://github.com/react-toolbox/react-toolbox/commit/e3a805b)) +* 0.15.1 release ([436d4b4](https://github.com/react-toolbox/react-toolbox/commit/436d4b4)) +* Add allowBlank to Dropdown ([542b58a](https://github.com/react-toolbox/react-toolbox/commit/542b58a)) +* Add chip component ([821c3e1](https://github.com/react-toolbox/react-toolbox/commit/821c3e1)) +* Add onDeleteClick property ([08675d6](https://github.com/react-toolbox/react-toolbox/commit/08675d6)) +* Add prop to autocomplete to place labels below or above input ([d41a77c](https://github.com/react-toolbox/react-toolbox/commit/d41a77c)) +* Added !default to all config values as per #424 ([37f8f4c](https://github.com/react-toolbox/react-toolbox/commit/37f8f4c)) +* Added onMouseUp and onMouseLeave props to Icon Button to make it similar to Button Component. ([7b7b042](https://github.com/react-toolbox/react-toolbox/commit/7b7b042)) +* Aligned Menu Readme properties ([324cce3](https://github.com/react-toolbox/react-toolbox/commit/324cce3)) +* Change snackbar to fix issue where lingering timeouts would effect new activations ([6470b44](https://github.com/react-toolbox/react-toolbox/commit/6470b44)) +* Changed Icon Prop type to String or Element instead of Any. Also fixed an inappropriate example for ([ccf88af](https://github.com/react-toolbox/react-toolbox/commit/ccf88af)) +* Chip - Replace fonticon with inline SVG, tweak size and position ([703ed27](https://github.com/react-toolbox/react-toolbox/commit/703ed27)) +* Chip - tweak stroke width ([cbeef76](https://github.com/react-toolbox/react-toolbox/commit/cbeef76)) +* Clean up chip styling, remove hover and pressed styles ([f96d00e](https://github.com/react-toolbox/react-toolbox/commit/f96d00e)) +* Cleaned up Card documentation. ([6cf753b](https://github.com/react-toolbox/react-toolbox/commit/6cf753b)) +* Don't show actions container in dialog if no actions exist ([ed1f3c6](https://github.com/react-toolbox/react-toolbox/commit/ed1f3c6)) +* Fix style changes from TravisCI build ([d5eebd9](https://github.com/react-toolbox/react-toolbox/commit/d5eebd9)) +* Fixed Dropdown readme example and updated properties. ([fe9312a](https://github.com/react-toolbox/react-toolbox/commit/fe9312a)) +* Fixed grammar mistake on component page. Updated Sidebar's CSS ([233bb67](https://github.com/react-toolbox/react-toolbox/commit/233bb67)) +* Fixed Object Single Selection Bug ([9d2fe8f](https://github.com/react-toolbox/react-toolbox/commit/9d2fe8f)) +* Fixed spacing for list readme ([1a9fe24](https://github.com/react-toolbox/react-toolbox/commit/1a9fe24)) +* Fixed Spacing Issues for items in last commit. ([a841408](https://github.com/react-toolbox/react-toolbox/commit/a841408)) +* Fixed spacing on drawer readme ([3683358](https://github.com/react-toolbox/react-toolbox/commit/3683358)) +* have Dialog.jsx import from './style' and not './style.scss' ([b26e1f6](https://github.com/react-toolbox/react-toolbox/commit/b26e1f6)) +* keepachangelog.com :) ([f7ef77b](https://github.com/react-toolbox/react-toolbox/commit/f7ef77b)) +* only render content of current tab + linting, docs, test ([b6b51a4](https://github.com/react-toolbox/react-toolbox/commit/b6b51a4)) +* Proper property sorting ([5db11d3](https://github.com/react-toolbox/react-toolbox/commit/5db11d3)) +* Revert input error color ([27e59df](https://github.com/react-toolbox/react-toolbox/commit/27e59df)) +* Sorted Appbar's properties. Updated Autocomplete's doc and example ([8494668](https://github.com/react-toolbox/react-toolbox/commit/8494668)) +* Sorted Date Picker Properties ([4917bf7](https://github.com/react-toolbox/react-toolbox/commit/4917bf7)) +* Update autocomplete component to use chips ([620b494](https://github.com/react-toolbox/react-toolbox/commit/620b494)) +* Update chip children prop type, readme ([1a4d363](https://github.com/react-toolbox/react-toolbox/commit/1a4d363)) +* Updated Avatar readme and example ([d3fcaef](https://github.com/react-toolbox/react-toolbox/commit/d3fcaef)) +* Updated Babel Standalone to latest version ([16fac7a](https://github.com/react-toolbox/react-toolbox/commit/16fac7a)) +* Updated Button and Checkbox doc ([b5f2123](https://github.com/react-toolbox/react-toolbox/commit/b5f2123)) +* Updated Dialog Example and sorted properties. ([6b81440](https://github.com/react-toolbox/react-toolbox/commit/6b81440)) +* Updated docs for slider, snacker, switch, table, tabs and time picker ([3649ab1](https://github.com/react-toolbox/react-toolbox/commit/3649ab1)) +* Updated Font Icon Examples. Also updated value type ([21dc421](https://github.com/react-toolbox/react-toolbox/commit/21dc421)) +* Updated Input doc and Example ([94280ce](https://github.com/react-toolbox/react-toolbox/commit/94280ce)) +* Updated Link readme and example to include active element. Also changed icon type from string to any ([588ff39](https://github.com/react-toolbox/react-toolbox/commit/588ff39)) +* Updated List Documentation and example to include list divider ([e7a2622](https://github.com/react-toolbox/react-toolbox/commit/e7a2622)) +* Updated Menu readme to include new properties and changed import statement to match other components ([2f11387](https://github.com/react-toolbox/react-toolbox/commit/2f11387)) +* Updated Navigation Readme. Aligned properties and added quotes around horizontal and vertical for ty ([c57b751](https://github.com/react-toolbox/react-toolbox/commit/c57b751)) +* Updated Progress, Radio and Tooltip Readme. Aligned properties for ripple. ([86e1dca](https://github.com/react-toolbox/react-toolbox/commit/86e1dca)) +* Use children instead of special label and avatar props in Chip component ([dff8a07](https://github.com/react-toolbox/react-toolbox/commit/dff8a07)) +* docs(media): keep navigation for wider screens ([125cac1](https://github.com/react-toolbox/react-toolbox/commit/125cac1)) + + + + +# 0.15.0 (2016-03-24) + +* (feat) renamed to onEscKeyDown and fixed linting errors ([db752d2](https://github.com/react-toolbox/react-toolbox/commit/db752d2)) +* [Table] enhancements ([c5b19c2](https://github.com/react-toolbox/react-toolbox/commit/c5b19c2)) +* 😕 ([b45c8f7](https://github.com/react-toolbox/react-toolbox/commit/b45c8f7)) +* 0.14.1 release ([d8a58bd](https://github.com/react-toolbox/react-toolbox/commit/d8a58bd)) +* 0.14.2 release ([f3ffd85](https://github.com/react-toolbox/react-toolbox/commit/f3ffd85)) +* 0.15.0 release ([b182c09](https://github.com/react-toolbox/react-toolbox/commit/b182c09)) +* add activeClassName to tab component ([52682c5](https://github.com/react-toolbox/react-toolbox/commit/52682c5)) +* Add default statements to color variables ([acde309](https://github.com/react-toolbox/react-toolbox/commit/acde309)) +* Added a few more events to Dialog's overlay ([542f54d](https://github.com/react-toolbox/react-toolbox/commit/542f54d)) +* added data-react-toolbox attribute to FontIcon ([a82595b](https://github.com/react-toolbox/react-toolbox/commit/a82595b)) +* Added hint attribute to input field. ([d2202e1](https://github.com/react-toolbox/react-toolbox/commit/d2202e1)) +* allow app-bar height override ([7ad9189](https://github.com/react-toolbox/react-toolbox/commit/7ad9189)) +* Allow disabling animated bottom border on tabs ([a2543d4](https://github.com/react-toolbox/react-toolbox/commit/a2543d4)) +* Allowing array of pairs key-value as input for autocomplete ([96e868b](https://github.com/react-toolbox/react-toolbox/commit/96e868b)) +* allows to close dialog (and all overlays) when pressing esc ([04c7b04](https://github.com/react-toolbox/react-toolbox/commit/04c7b04)) +* allows to format the date displayed on datepickers input ([16ed926](https://github.com/react-toolbox/react-toolbox/commit/16ed926)) +* Change error PropType to node on Input ([0227b0d](https://github.com/react-toolbox/react-toolbox/commit/0227b0d)) +* Changed HTML element from label to span ([4dcb2d0](https://github.com/react-toolbox/react-toolbox/commit/4dcb2d0)) +* Changed the set state key to countries instead of value ([f81056f](https://github.com/react-toolbox/react-toolbox/commit/f81056f)) +* cleanup listeners on document before unmount ([68b23d2](https://github.com/react-toolbox/react-toolbox/commit/68b23d2)) +* Clock SSR fix ([6173e9b](https://github.com/react-toolbox/react-toolbox/commit/6173e9b)) +* Correctly handle zero as dropdown value ([c812d4c](https://github.com/react-toolbox/react-toolbox/commit/c812d4c)) +* Created required behaviour for input ([cc32e5a](https://github.com/react-toolbox/react-toolbox/commit/cc32e5a)) +* DatePicker autoOk prop ([240864f](https://github.com/react-toolbox/react-toolbox/commit/240864f)) +* dropdown accepts string or number as value ([29edd20](https://github.com/react-toolbox/react-toolbox/commit/29edd20)) +* Dropdown doesn't close on click outside fix ([bc6ae1f](https://github.com/react-toolbox/react-toolbox/commit/bc6ae1f)) +* Dropdown doesn't close on click outside fix ([c1f2b83](https://github.com/react-toolbox/react-toolbox/commit/c1f2b83)) +* Fix #248 ([e263499](https://github.com/react-toolbox/react-toolbox/commit/e263499)), closes [#248](https://github.com/react-toolbox/react-toolbox/issues/248) +* Fix #290 ([f1a098d](https://github.com/react-toolbox/react-toolbox/commit/f1a098d)), closes [#290](https://github.com/react-toolbox/react-toolbox/issues/290) +* Fix #302 ([a64d5e4](https://github.com/react-toolbox/react-toolbox/commit/a64d5e4)), closes [#302](https://github.com/react-toolbox/react-toolbox/issues/302) +* Fix #316 ([852c3ea](https://github.com/react-toolbox/react-toolbox/commit/852c3ea)), closes [#316](https://github.com/react-toolbox/react-toolbox/issues/316) +* Fix #356 ([993afbc](https://github.com/react-toolbox/react-toolbox/commit/993afbc)), closes [#356](https://github.com/react-toolbox/react-toolbox/issues/356) +* Fix #357 ([22b46d9](https://github.com/react-toolbox/react-toolbox/commit/22b46d9)), closes [#357](https://github.com/react-toolbox/react-toolbox/issues/357) +* Fix #361 cancel timer when tabs component unmounts ([380da26](https://github.com/react-toolbox/react-toolbox/commit/380da26)), closes [#361](https://github.com/react-toolbox/react-toolbox/issues/361) +* Fix label for number inputs with 0 as value ([5029b0d](https://github.com/react-toolbox/react-toolbox/commit/5029b0d)) +* fix lint issue by ammending rule ([e6c5be2](https://github.com/react-toolbox/react-toolbox/commit/e6c5be2)) +* fixed linting errors on utils/time.js ([756a3a9](https://github.com/react-toolbox/react-toolbox/commit/756a3a9)) +* Fixes #304 ([ddeb44f](https://github.com/react-toolbox/react-toolbox/commit/ddeb44f)), closes [#304](https://github.com/react-toolbox/react-toolbox/issues/304) +* fixes #369 ([0b16eef](https://github.com/react-toolbox/react-toolbox/commit/0b16eef)), closes [#369](https://github.com/react-toolbox/react-toolbox/issues/369) +* fixes #389 ([1aa67d5](https://github.com/react-toolbox/react-toolbox/commit/1aa67d5)), closes [#389](https://github.com/react-toolbox/react-toolbox/issues/389) +* Fixes small typos in AutoComplete documentation ([01e2eab](https://github.com/react-toolbox/react-toolbox/commit/01e2eab)) +* Forgot to add required attribute to actual input element ([19249d8](https://github.com/react-toolbox/react-toolbox/commit/19249d8)) +* if list item action defined onClick we stop click and mouse down ([14cbf9c](https://github.com/react-toolbox/react-toolbox/commit/14cbf9c)) +* Introduce close() method ([9dcd1d6](https://github.com/react-toolbox/react-toolbox/commit/9dcd1d6)) +* list item can be customized by passing in children commponents ([a2745c8](https://github.com/react-toolbox/react-toolbox/commit/a2745c8)) +* Make drawer compliant with material design guidelines. ([6e586a9](https://github.com/react-toolbox/react-toolbox/commit/6e586a9)), closes [#283](https://github.com/react-toolbox/react-toolbox/issues/283) +* Modified z-index to include default ([953c209](https://github.com/react-toolbox/react-toolbox/commit/953c209)) +* More beauty in the dialog spec ([4fba76e](https://github.com/react-toolbox/react-toolbox/commit/4fba76e)) +* nextState in componentWillUpdate of Menu.js fix ([7adfc59](https://github.com/react-toolbox/react-toolbox/commit/7adfc59)) +* nextState in componentWillUpdate of Menu.js fix ([c2283c0](https://github.com/react-toolbox/react-toolbox/commit/c2283c0)) +* pass through props in Ripple ([0deee32](https://github.com/react-toolbox/react-toolbox/commit/0deee32)) +* removed commented out code ([32ff655](https://github.com/react-toolbox/react-toolbox/commit/32ff655)) +* Removed Error styling when input field is in focus ([c2374ad](https://github.com/react-toolbox/react-toolbox/commit/c2374ad)) +* renderInput() method never used ([ef0fe11](https://github.com/react-toolbox/react-toolbox/commit/ef0fe11)) +* renderInput() method never used ([f4541ee](https://github.com/react-toolbox/react-toolbox/commit/f4541ee)) +* Renders Selected Item when multiple=false ([bef1adf](https://github.com/react-toolbox/react-toolbox/commit/bef1adf)) +* replace data-role with data-react-toolbox ([43bfd3f](https://github.com/react-toolbox/react-toolbox/commit/43bfd3f)) +* Set background to transparent by default ([dce92d3](https://github.com/react-toolbox/react-toolbox/commit/dce92d3)) +* Some minor typo fixes for the README ([191201e](https://github.com/react-toolbox/react-toolbox/commit/191201e)) +* Support `0` value as being numeric ([c2c0ac7](https://github.com/react-toolbox/react-toolbox/commit/c2c0ac7)) +* this is correct ([1d5970f](https://github.com/react-toolbox/react-toolbox/commit/1d5970f)) +* type -> getType as `type` seems to be a keyword in node 5.1 ([7b2347a](https://github.com/react-toolbox/react-toolbox/commit/7b2347a)) +* Typos and grammar corrections for install document ([f77a806](https://github.com/react-toolbox/react-toolbox/commit/f77a806)) +* update Card.jsx ([cacc7d9](https://github.com/react-toolbox/react-toolbox/commit/cacc7d9)) +* Update Dialog's documentation. ([3a3dea6](https://github.com/react-toolbox/react-toolbox/commit/3a3dea6)) +* update List.jsx ([b898d7f](https://github.com/react-toolbox/react-toolbox/commit/b898d7f)) +* update Menu.jsx ([542528d](https://github.com/react-toolbox/react-toolbox/commit/542528d)) +* update RadioButton.jsx ([dba62cf](https://github.com/react-toolbox/react-toolbox/commit/dba62cf)) +* update RadioGroup.jsx ([692ed24](https://github.com/react-toolbox/react-toolbox/commit/692ed24)) +* update readme for tabs ([1cda333](https://github.com/react-toolbox/react-toolbox/commit/1cda333)) +* update Switch.jsx ([413ddb7](https://github.com/react-toolbox/react-toolbox/commit/413ddb7)) +* update Tab.jsx ([52f324d](https://github.com/react-toolbox/react-toolbox/commit/52f324d)) +* update Tabs.jsx ([99b4fca](https://github.com/react-toolbox/react-toolbox/commit/99b4fca)) +* Update to node 4.3.0 ([a609753](https://github.com/react-toolbox/react-toolbox/commit/a609753)) +* Update TS definition file to work properly with TypeScript >= 1.8, README blurb ([ac6834f](https://github.com/react-toolbox/react-toolbox/commit/ac6834f)) +* updated list item spec with button ([ccd4bbb](https://github.com/react-toolbox/react-toolbox/commit/ccd4bbb)) +* Use consistent data attributes ([c0e0b56](https://github.com/react-toolbox/react-toolbox/commit/c0e0b56)) +* Use falsy when cloning menuitems to check if element should be treated ([1075816](https://github.com/react-toolbox/react-toolbox/commit/1075816)) +* When the font-size (or $unit) is small, there's no difference between selected and unselected item ([a78ec39](https://github.com/react-toolbox/react-toolbox/commit/a78ec39)) +* Workaround race condition between menu item layout and container size assessment. ([b2538d8](https://github.com/react-toolbox/react-toolbox/commit/b2538d8)) +* feat(ListItem): add className prop support ([6670e79](https://github.com/react-toolbox/react-toolbox/commit/6670e79)) + + + + +## 0.14.1 (2016-01-26) + +* 0.14.1 release ([b736a5f](https://github.com/react-toolbox/react-toolbox/commit/b736a5f)) +* Add babel standalone for the playground live editor ([0037210](https://github.com/react-toolbox/react-toolbox/commit/0037210)) +* Add missing semicolons ([6eb5838](https://github.com/react-toolbox/react-toolbox/commit/6eb5838)) +* Add TypeScript definition file and typings entry to package.json, as well as a blurb in README.md ([d7b6c6b](https://github.com/react-toolbox/react-toolbox/commit/d7b6c6b)) +* Allow Link to render Tooltips via children prop ([9da2378](https://github.com/react-toolbox/react-toolbox/commit/9da2378)) +* allow passing components to card title and subtitle ([08c0907](https://github.com/react-toolbox/react-toolbox/commit/08c0907)) +* Bebel 6 Integrated, Stage-0 added, React updated ([f6047f8](https://github.com/react-toolbox/react-toolbox/commit/f6047f8)) +* close dropdown when click event is triggered outside the component ([21a6860](https://github.com/react-toolbox/react-toolbox/commit/21a6860)) +* Enable Element to behave as Icon ([998b5a4](https://github.com/react-toolbox/react-toolbox/commit/998b5a4)) +* Enabling passing components as icons in all the components ([80b5b7a](https://github.com/react-toolbox/react-toolbox/commit/80b5b7a)) +* Everything but toolbox-loader has been updated ([bbce96c](https://github.com/react-toolbox/react-toolbox/commit/bbce96c)) +* export raw components ([678bd81](https://github.com/react-toolbox/react-toolbox/commit/678bd81)) +* Fix state changes in slider spec example ([30c277b](https://github.com/react-toolbox/react-toolbox/commit/30c277b)) +* Fixe autocomplete ([3c6b7af](https://github.com/react-toolbox/react-toolbox/commit/3c6b7af)) +* fixed button test ([485be5e](https://github.com/react-toolbox/react-toolbox/commit/485be5e)) +* Fixed linting issues ([7c27b09](https://github.com/react-toolbox/react-toolbox/commit/7c27b09)) +* Fixes #270 ([f16934c](https://github.com/react-toolbox/react-toolbox/commit/f16934c)), closes [#270](https://github.com/react-toolbox/react-toolbox/issues/270) +* Fixes for autocomplete and tests ([f0d5f19](https://github.com/react-toolbox/react-toolbox/commit/f0d5f19)) +* fixing a typo for the List component ([3b3beaf](https://github.com/react-toolbox/react-toolbox/commit/3b3beaf)) +* propagate events in Button ([8dad57e](https://github.com/react-toolbox/react-toolbox/commit/8dad57e)) +* propagate events in Dropdown ([9ce68ae](https://github.com/react-toolbox/react-toolbox/commit/9ce68ae)) +* propagate events in IconMenu ([d92350f](https://github.com/react-toolbox/react-toolbox/commit/d92350f)) +* propagate events in Tab ([0a94499](https://github.com/react-toolbox/react-toolbox/commit/0a94499)) +* propagate events in Tooltip ([a11d152](https://github.com/react-toolbox/react-toolbox/commit/a11d152)) +* removed unused checkbox validations ([39c7c61](https://github.com/react-toolbox/react-toolbox/commit/39c7c61)) +* Removing event from dropdown when not active anymore ([160fb47](https://github.com/react-toolbox/react-toolbox/commit/160fb47)) +* Replace transition-property to transition for Issue#230 ([25a9e65](https://github.com/react-toolbox/react-toolbox/commit/25a9e65)) +* retracted unnecessary addition ([20e41fb](https://github.com/react-toolbox/react-toolbox/commit/20e41fb)) +* update avatar example to use `image` instead of `img` property ([0e60fd2](https://github.com/react-toolbox/react-toolbox/commit/0e60fd2)) +* Upgrading the rest of the dependencies ([c044a22](https://github.com/react-toolbox/react-toolbox/commit/c044a22)) + + + + +# 0.14.0 (2015-12-20) + +* 0.14.0 release ([7949129](https://github.com/react-toolbox/react-toolbox/commit/7949129)) +* Add animated auto transition from hours to minutes in TimePicker ([211d542](https://github.com/react-toolbox/react-toolbox/commit/211d542)) +* add classnames dependecies, fixes #209 ([3e7d75c](https://github.com/react-toolbox/react-toolbox/commit/3e7d75c)), closes [#209](https://github.com/react-toolbox/react-toolbox/issues/209) +* Add error field to date picker ([3479f5b](https://github.com/react-toolbox/react-toolbox/commit/3479f5b)) +* Add error field to timepicker ([20d6787](https://github.com/react-toolbox/react-toolbox/commit/20d6787)) +* Add maxLength attribute to input component ([ffa5044](https://github.com/react-toolbox/react-toolbox/commit/ffa5044)) +* Add missing variable for chevron ([027fc12](https://github.com/react-toolbox/react-toolbox/commit/027fc12)) +* Add neutral prop to avoid to inherit neutral styles ([4403003](https://github.com/react-toolbox/react-toolbox/commit/4403003)) +* Add pickers classNames to customize appereance ([aead7f0](https://github.com/react-toolbox/react-toolbox/commit/aead7f0)) +* Add react-toolbox attributes and className to DatePicker ([f3bcbf9](https://github.com/react-toolbox/react-toolbox/commit/f3bcbf9)) +* Add ripple documentation ([055c6e3](https://github.com/react-toolbox/react-toolbox/commit/055c6e3)) +* Allow CardMedia to have flexible height per documentation ([ae3f4a5](https://github.com/react-toolbox/react-toolbox/commit/ae3f4a5)) +* Better styles for navigation. Fixes #205 ([b963be7](https://github.com/react-toolbox/react-toolbox/commit/b963be7)), closes [#205](https://github.com/react-toolbox/react-toolbox/issues/205) +* Bugfix in dropdown errored styling ([6cc95c5](https://github.com/react-toolbox/react-toolbox/commit/6cc95c5)) +* Change webkit scrollbar removal for a mixin ([40888bb](https://github.com/react-toolbox/react-toolbox/commit/40888bb)) +* Fix icon for link demo ([086a0ae](https://github.com/react-toolbox/react-toolbox/commit/086a0ae)) +* Fix scss-lint errors ([2d931ce](https://github.com/react-toolbox/react-toolbox/commit/2d931ce)) +* Fixes #157 ([b037994](https://github.com/react-toolbox/react-toolbox/commit/b037994)), closes [#157](https://github.com/react-toolbox/react-toolbox/issues/157) +* Fixes #188 ([60f55eb](https://github.com/react-toolbox/react-toolbox/commit/60f55eb)), closes [#188](https://github.com/react-toolbox/react-toolbox/issues/188) +* Fixes #203 ([a88868a](https://github.com/react-toolbox/react-toolbox/commit/a88868a)), closes [#203](https://github.com/react-toolbox/react-toolbox/issues/203) +* Fixes #214 ([abcd097](https://github.com/react-toolbox/react-toolbox/commit/abcd097)), closes [#214](https://github.com/react-toolbox/react-toolbox/issues/214) +* handle mouse leave in IconButton like Button does, fixes #208 ([5ed9184](https://github.com/react-toolbox/react-toolbox/commit/5ed9184)), closes [#208](https://github.com/react-toolbox/react-toolbox/issues/208) +* Hide scrollbars in playground for webkit ([3505941](https://github.com/react-toolbox/react-toolbox/commit/3505941)) +* Import commons.scss once. Fixes #220 ([5fea2e3](https://github.com/react-toolbox/react-toolbox/commit/5fea2e3)), closes [#220](https://github.com/react-toolbox/react-toolbox/issues/220) +* Improve datepicker example ([515169d](https://github.com/react-toolbox/react-toolbox/commit/515169d)) +* Improve layout for calendar in firefox ([8b2316e](https://github.com/react-toolbox/react-toolbox/commit/8b2316e)) +* Make level depend on className for buttons ([2349d69](https://github.com/react-toolbox/react-toolbox/commit/2349d69)) +* Remove opacity prop from Overlay and add invisible. Fixes #183, #178 ([312ec91](https://github.com/react-toolbox/react-toolbox/commit/312ec91)), closes [#183](https://github.com/react-toolbox/react-toolbox/issues/183) [#178](https://github.com/react-toolbox/react-toolbox/issues/178) +* Remove scrollbar in default app spec wrapper ([e788a21](https://github.com/react-toolbox/react-toolbox/commit/e788a21)) +* Remove scrollbars in list items and remove unneeded overflows ([da1c109](https://github.com/react-toolbox/react-toolbox/commit/da1c109)) +* Remove unneded scroll-x hidden ([5293585](https://github.com/react-toolbox/react-toolbox/commit/5293585)) +* Replace `overflow-y: scroll` with `overflow-y: auto` ([58e4e1e](https://github.com/react-toolbox/react-toolbox/commit/58e4e1e)), closes [#218](https://github.com/react-toolbox/react-toolbox/issues/218) +* Update switch examples ([85ff089](https://github.com/react-toolbox/react-toolbox/commit/85ff089)) +* Use full Toolbox input in autocomplete ([802f50f](https://github.com/react-toolbox/react-toolbox/commit/802f50f)) +* Use Input component in dropdowns and make it homogeneous ([2c7d308](https://github.com/react-toolbox/react-toolbox/commit/2c7d308)) + + + + +## 0.13.4 (2015-12-09) + +* 0.13.4 release ([758975c](https://github.com/react-toolbox/react-toolbox/commit/758975c)) +* Add ripple decorator and use it in button and checkbox ([6d7204d](https://github.com/react-toolbox/react-toolbox/commit/6d7204d)) +* Currying Ripple Decorator ([5afbaf5](https://github.com/react-toolbox/react-toolbox/commit/5afbaf5)) +* Fix ListSubHeader case ([cc6e3fb](https://github.com/react-toolbox/react-toolbox/commit/cc6e3fb)) +* Fix ripple positioning when page is scrolled ([0e13ae0](https://github.com/react-toolbox/react-toolbox/commit/0e13ae0)) +* Fix typos in input examples and update example in input readme ([27b7bef](https://github.com/react-toolbox/react-toolbox/commit/27b7bef)) +* Fixes #182 ([9e3ad3b](https://github.com/react-toolbox/react-toolbox/commit/9e3ad3b)), closes [#182](https://github.com/react-toolbox/react-toolbox/issues/182) +* Input was missing html5 type property ([89b41f3](https://github.com/react-toolbox/react-toolbox/commit/89b41f3)) +* Move Ripple main to Decorator approach ([1139fa6](https://github.com/react-toolbox/react-toolbox/commit/1139fa6)) +* Prevent avatar from getting squeezed ([b63d9da](https://github.com/react-toolbox/react-toolbox/commit/b63d9da)) +* Remove ripple loading mixin ([a2e504f](https://github.com/react-toolbox/react-toolbox/commit/a2e504f)) +* Remove unused css in calendar ([4c986e4](https://github.com/react-toolbox/react-toolbox/commit/4c986e4)) +* Rename ListSubheader.jsx to ListSubHeader.jsx ([1189e30](https://github.com/react-toolbox/react-toolbox/commit/1189e30)) +* Typo ([cfad0ea](https://github.com/react-toolbox/react-toolbox/commit/cfad0ea)) +* Use immutable objects in input and checkbox specs ([1951b64](https://github.com/react-toolbox/react-toolbox/commit/1951b64)) +* Use ripple decorator in menus ([947c22d](https://github.com/react-toolbox/react-toolbox/commit/947c22d)) +* Use ripple decorator in Radio buttons ([fa76723](https://github.com/react-toolbox/react-toolbox/commit/fa76723)) +* Use ripple decorator in switch ([b5606eb](https://github.com/react-toolbox/react-toolbox/commit/b5606eb)) +* Use RippleDecorator in IconButton ([43df57a](https://github.com/react-toolbox/react-toolbox/commit/43df57a)) +* Use RippleDecorator in ListItem ([8edf492](https://github.com/react-toolbox/react-toolbox/commit/8edf492)) + + + + +## 0.13.3 (2015-12-03) + +* 0.13.3 release ([4696aa2](https://github.com/react-toolbox/react-toolbox/commit/4696aa2)) +* Add inline styles for dropdown example in docs ([7619c05](https://github.com/react-toolbox/react-toolbox/commit/7619c05)) +* Add missing default to some globals ([26d7b8a](https://github.com/react-toolbox/react-toolbox/commit/26d7b8a)) +* Fix checkbox example ([e291120](https://github.com/react-toolbox/react-toolbox/commit/e291120)) +* Fix checkbox readme ([c8246f5](https://github.com/react-toolbox/react-toolbox/commit/c8246f5)) +* Fix icons for navigation examples ([16de3b4](https://github.com/react-toolbox/react-toolbox/commit/16de3b4)) +* Fix input example ([43f546f](https://github.com/react-toolbox/react-toolbox/commit/43f546f)) +* Fix timepicker example ([22bd750](https://github.com/react-toolbox/react-toolbox/commit/22bd750)) +* Fixes #180 ([0835863](https://github.com/react-toolbox/react-toolbox/commit/0835863)), closes [#180](https://github.com/react-toolbox/react-toolbox/issues/180) + + + + +## 0.13.2 (2015-12-02) + +* 0.13.2 release ([8620fd4](https://github.com/react-toolbox/react-toolbox/commit/8620fd4)) +* Change capitalization to match the filesystem exactly. ([9b0e50e](https://github.com/react-toolbox/react-toolbox/commit/9b0e50e)) + + + + +## 0.13.1 (2015-11-29) + +* 0.13.1 release ([086047c](https://github.com/react-toolbox/react-toolbox/commit/086047c)) +* Move classnames dependency to peerdependencies ([5994f50](https://github.com/react-toolbox/react-toolbox/commit/5994f50)) + + + + +# 0.13.0 (2015-11-29) + +* 0.13.0 release ([def382b](https://github.com/react-toolbox/react-toolbox/commit/def382b)) +* Adapt avatar to current linter constraints ([61ac76c](https://github.com/react-toolbox/react-toolbox/commit/61ac76c)) +* Adapt cards codestyle to the current constraints ([52b8723](https://github.com/react-toolbox/react-toolbox/commit/52b8723)) +* add .npmgnore ([a26a1cd](https://github.com/react-toolbox/react-toolbox/commit/a26a1cd)) +* Add avatar to docs ([b249d58](https://github.com/react-toolbox/react-toolbox/commit/b249d58)) +* Add floating label for pickers. Fixes #137 ([d468c9f](https://github.com/react-toolbox/react-toolbox/commit/d468c9f)), closes [#137](https://github.com/react-toolbox/react-toolbox/issues/137) +* Added component as required by the card title component ([dba68e7](https://github.com/react-toolbox/react-toolbox/commit/dba68e7)) +* Added additional examples in spec ([38e9dd3](https://github.com/react-toolbox/react-toolbox/commit/38e9dd3)) +* Added icon font stylesheet to index.html for docs and spec ([4cb7fe1](https://github.com/react-toolbox/react-toolbox/commit/4cb7fe1)) +* Added script to auto add component definitions to bottom of readme ([4ceee8d](https://github.com/react-toolbox/react-toolbox/commit/4ceee8d)) +* Allow img as children for avatar ([bf68c83](https://github.com/react-toolbox/react-toolbox/commit/bf68c83)) +* Better avatar component ([a830c93](https://github.com/react-toolbox/react-toolbox/commit/a830c93)) +* Better spacing for cards layout ([ca48169](https://github.com/react-toolbox/react-toolbox/commit/ca48169)) +* Better touch ripple handling ([d0e4135](https://github.com/react-toolbox/react-toolbox/commit/d0e4135)) +* Capitalize list component filename ([7367964](https://github.com/react-toolbox/react-toolbox/commit/7367964)) +* Change layout for cards in spec ([2742bf9](https://github.com/react-toolbox/react-toolbox/commit/2742bf9)) +* changing months in datepicker (Firefox) is failing as event object is undefined ([87cf774](https://github.com/react-toolbox/react-toolbox/commit/87cf774)) +* Complete implementation for Avatar ([2106d0e](https://github.com/react-toolbox/react-toolbox/commit/2106d0e)) +* Delete loading prop from buttons ([5248f87](https://github.com/react-toolbox/react-toolbox/commit/5248f87)) +* Extract IconButton and small fixes ([9769bfb](https://github.com/react-toolbox/react-toolbox/commit/9769bfb)) +* Few more variations added ([0d1d023](https://github.com/react-toolbox/react-toolbox/commit/0d1d023)) +* Finish IconButton ([69521f8](https://github.com/react-toolbox/react-toolbox/commit/69521f8)) +* First version of stateless form ([9de67a4](https://github.com/react-toolbox/react-toolbox/commit/9de67a4)) +* Fix array check on autocomplete ([726a777](https://github.com/react-toolbox/react-toolbox/commit/726a777)) +* Fix icons in icon menu example ([5a002b4](https://github.com/react-toolbox/react-toolbox/commit/5a002b4)) +* Fixed docs component scope error and added card example ([2117354](https://github.com/react-toolbox/react-toolbox/commit/2117354)) +* Fixed typo ([4d52011](https://github.com/react-toolbox/react-toolbox/commit/4d52011)) +* Fixes in Input component ([f23a3c6](https://github.com/react-toolbox/react-toolbox/commit/f23a3c6)) +* Improve Avatar validation ([cdd7d77](https://github.com/react-toolbox/react-toolbox/commit/cdd7d77)) +* Make label red in case of error for Input ([de921b0](https://github.com/react-toolbox/react-toolbox/commit/de921b0)) +* Move card sizes to rem units ([ba70d60](https://github.com/react-toolbox/react-toolbox/commit/ba70d60)) +* Moved updated fonticon to new file ([6206e70](https://github.com/react-toolbox/react-toolbox/commit/6206e70)) +* New approach for Tooltips ([1c57370](https://github.com/react-toolbox/react-toolbox/commit/1c57370)) +* New interface for onChange event (key, value, event) ([05ec7a3](https://github.com/react-toolbox/react-toolbox/commit/05ec7a3)) +* New interface for onChange event (value, event) ([fd0e565](https://github.com/react-toolbox/react-toolbox/commit/fd0e565)) +* New interface for onChange event (value, event) ([9b1cb72](https://github.com/react-toolbox/react-toolbox/commit/9b1cb72)) +* New interface for onChange event (value, event) ([d7bd4f5](https://github.com/react-toolbox/react-toolbox/commit/d7bd4f5)) +* New interface for onChange event (value, event) ([51ca0fa](https://github.com/react-toolbox/react-toolbox/commit/51ca0fa)) +* New interface for onChange event (value, event) ([ee17dcf](https://github.com/react-toolbox/react-toolbox/commit/ee17dcf)) +* New interface for onChange event (value, event) ([0837999](https://github.com/react-toolbox/react-toolbox/commit/0837999)) +* New interface for onChange event (value, event) ([e9566d0](https://github.com/react-toolbox/react-toolbox/commit/e9566d0)) +* No abbr... ([b190ecc](https://github.com/react-toolbox/react-toolbox/commit/b190ecc)) +* Pass linter errors for button ([395ce5b](https://github.com/react-toolbox/react-toolbox/commit/395ce5b)) +* Pass linter rules ([25964bf](https://github.com/react-toolbox/react-toolbox/commit/25964bf)) +* Pass scss lint ([2dae5b7](https://github.com/react-toolbox/react-toolbox/commit/2dae5b7)) +* Pass scss lint ([eb8b83d](https://github.com/react-toolbox/react-toolbox/commit/eb8b83d)) +* Rebased branch on deep-restructure ([c65ab37](https://github.com/react-toolbox/react-toolbox/commit/c65ab37)) +* Rebasing with master ([6d9f9aa](https://github.com/react-toolbox/react-toolbox/commit/6d9f9aa)) +* Refactor app and app_bar ([db30db8](https://github.com/react-toolbox/react-toolbox/commit/db30db8)) +* Remove classnames decorator ([e1b04a2](https://github.com/react-toolbox/react-toolbox/commit/e1b04a2)) +* Remove extra lines ([6a644a4](https://github.com/react-toolbox/react-toolbox/commit/6a644a4)) +* Remove flex attributes styling ([ad916fb](https://github.com/react-toolbox/react-toolbox/commit/ad916fb)) +* Remove font import from globals ([64b87d0](https://github.com/react-toolbox/react-toolbox/commit/64b87d0)) +* Remove Form from spec for now ([54c3af2](https://github.com/react-toolbox/react-toolbox/commit/54c3af2)) +* Remove jsx extension from component index files, replace with js ([f3d047e](https://github.com/react-toolbox/react-toolbox/commit/f3d047e)) +* Remove jsx extension from imports in components ([da0f1a6](https://github.com/react-toolbox/react-toolbox/commit/da0f1a6)) +* Remove SelectorFormat to allow camelCase for CSSModules ([6ed03ad](https://github.com/react-toolbox/react-toolbox/commit/6ed03ad)) +* Remove unneeded example from avatar example ([a907ebf](https://github.com/react-toolbox/react-toolbox/commit/a907ebf)) +* Remove unneeded ripple dependency in calendar ([387afcf](https://github.com/react-toolbox/react-toolbox/commit/387afcf)) +* Removed font icon style dependency, fixes #151 ([c9e3663](https://github.com/react-toolbox/react-toolbox/commit/c9e3663)), closes [#151](https://github.com/react-toolbox/react-toolbox/issues/151) +* Removed old file ([eea0c0e](https://github.com/react-toolbox/react-toolbox/commit/eea0c0e)) +* Rename list to List and use ClassNames in ListItem ([3d9b921](https://github.com/react-toolbox/react-toolbox/commit/3d9b921)) +* Rename lists subcomponents and little fixes ([598d805](https://github.com/react-toolbox/react-toolbox/commit/598d805)) +* Rename most components index to actual components ([cfebdb5](https://github.com/react-toolbox/react-toolbox/commit/cfebdb5)) +* Rename some components to new naming approach ([1611b49](https://github.com/react-toolbox/react-toolbox/commit/1611b49)) +* Reorganize pickers ([ceb2ce4](https://github.com/react-toolbox/react-toolbox/commit/ceb2ce4)) +* Replace dependency `classnames-minimal` with `classnames` ([f5134d2](https://github.com/react-toolbox/react-toolbox/commit/f5134d2)) +* Reverted to previous spec root.jsx ([5c8330a](https://github.com/react-toolbox/react-toolbox/commit/5c8330a)) +* Small changes in card readme ([f2738a0](https://github.com/react-toolbox/react-toolbox/commit/f2738a0)) +* Started card overhaul ([37199c2](https://github.com/react-toolbox/react-toolbox/commit/37199c2)) +* Update babel-eslint to latest version ([6495af3](https://github.com/react-toolbox/react-toolbox/commit/6495af3)) +* Update documentation ([4ef730e](https://github.com/react-toolbox/react-toolbox/commit/4ef730e)) +* Update FontIcon docs ([a1a8546](https://github.com/react-toolbox/react-toolbox/commit/a1a8546)) +* Update Home Cards to new component version ([bc81894](https://github.com/react-toolbox/react-toolbox/commit/bc81894)) +* Update README.md ([1c822d2](https://github.com/react-toolbox/react-toolbox/commit/1c822d2)) +* Use classNames in Autocomplete ([c9061e2](https://github.com/react-toolbox/react-toolbox/commit/c9061e2)) +* Use ClassNames in CalendarDay ([fdeccda](https://github.com/react-toolbox/react-toolbox/commit/fdeccda)) +* Use ClassNames in Checkbox component ([50544ab](https://github.com/react-toolbox/react-toolbox/commit/50544ab)) +* Use ClassNames in Dialog component ([9286e1c](https://github.com/react-toolbox/react-toolbox/commit/9286e1c)) +* Use ClassNames in Drawer ([ee45186](https://github.com/react-toolbox/react-toolbox/commit/ee45186)) +* Use ClassNames in Dropdown ([1370e2a](https://github.com/react-toolbox/react-toolbox/commit/1370e2a)) +* Use Classnames in Link ([bf726ba](https://github.com/react-toolbox/react-toolbox/commit/bf726ba)) +* Use ClassNames in ListItemCheckbox ([edcb7f5](https://github.com/react-toolbox/react-toolbox/commit/edcb7f5)) +* Use ClassNames in Menu ([794a385](https://github.com/react-toolbox/react-toolbox/commit/794a385)) +* Use ClassNames in ProgressBar ([215936f](https://github.com/react-toolbox/react-toolbox/commit/215936f)) +* Use ClassNames in Radio ([3b1e1f0](https://github.com/react-toolbox/react-toolbox/commit/3b1e1f0)) +* Use ClassNames in Slider ([e328ffc](https://github.com/react-toolbox/react-toolbox/commit/e328ffc)) +* Use ClassNames in Snackbar ([9516200](https://github.com/react-toolbox/react-toolbox/commit/9516200)) +* Use ClassNames in TableRow ([c5d0d15](https://github.com/react-toolbox/react-toolbox/commit/c5d0d15)) +* Use ClassNames in Tabs and rename files ([35f8f12](https://github.com/react-toolbox/react-toolbox/commit/35f8f12)) +* Use ClassNames in Tooltip ([db43b19](https://github.com/react-toolbox/react-toolbox/commit/db43b19)) +* Use IconButton in Calendar ([2e414e9](https://github.com/react-toolbox/react-toolbox/commit/2e414e9)) +* Use IconButton in card examples ([404e2e4](https://github.com/react-toolbox/react-toolbox/commit/404e2e4)) +* Use IconButton in IconMenu ([c42b3c6](https://github.com/react-toolbox/react-toolbox/commit/c42b3c6)) +* Using the new interface for all form fields components. ([e9001c5](https://github.com/react-toolbox/react-toolbox/commit/e9001c5)) +* Working on card documentation ([987feb8](https://github.com/react-toolbox/react-toolbox/commit/987feb8)) +* Bugfix: rename with-legend class to withLegend ([2b9c615](https://github.com/react-toolbox/react-toolbox/commit/2b9c615)) + + + + +## 0.12.13 (2015-11-21) + +* 0.12.13 release ([92a5369](https://github.com/react-toolbox/react-toolbox/commit/92a5369)) +* Add selectable property to table. Fixes #145 ([fb29096](https://github.com/react-toolbox/react-toolbox/commit/fb29096)), closes [#145](https://github.com/react-toolbox/react-toolbox/issues/145) +* Better imports organization. Fixes #140 ([364e270](https://github.com/react-toolbox/react-toolbox/commit/364e270)), closes [#140](https://github.com/react-toolbox/react-toolbox/issues/140) +* Improve ripple performance. Fixes #142 ([ac5501b](https://github.com/react-toolbox/react-toolbox/commit/ac5501b)), closes [#142](https://github.com/react-toolbox/react-toolbox/issues/142) +* Update eslint and plugins and add some rules to make it pass ([1bfd44e](https://github.com/react-toolbox/react-toolbox/commit/1bfd44e)) + + + + +## 0.12.12 (2015-11-21) + +* 0.12.11 release ([a93ab7e](https://github.com/react-toolbox/react-toolbox/commit/a93ab7e)) +* 0.12.12 release ([3507bcf](https://github.com/react-toolbox/react-toolbox/commit/3507bcf)) +* Add touch ripple for buttons ([7841b43](https://github.com/react-toolbox/react-toolbox/commit/7841b43)) +* Add touch ripple for buttons ([63a0c48](https://github.com/react-toolbox/react-toolbox/commit/63a0c48)) +* Add touch support for ripple ([bd236e1](https://github.com/react-toolbox/react-toolbox/commit/bd236e1)) +* Add touch support for ripple ([1ab45db](https://github.com/react-toolbox/react-toolbox/commit/1ab45db)) +* Auto import base in commons file ([1193e99](https://github.com/react-toolbox/react-toolbox/commit/1193e99)) +* Fix straggling ) ([6d4ae47](https://github.com/react-toolbox/react-toolbox/commit/6d4ae47)) +* New property delay in milliseconds. ([ef6bd08](https://github.com/react-toolbox/react-toolbox/commit/ef6bd08)) +* Use milliseconds for timeout. ([7fc2617](https://github.com/react-toolbox/react-toolbox/commit/7fc2617)) +* Use normal overflow on rounded buttons ([0d5310d](https://github.com/react-toolbox/react-toolbox/commit/0d5310d)) +* Use scale for ripple instead of width and height ([f6840de](https://github.com/react-toolbox/react-toolbox/commit/f6840de)) + + + + +## 0.12.11 (2015-11-19) + +* [autocomplete] Fix #134 ([1cf41fe](https://github.com/react-toolbox/react-toolbox/commit/1cf41fe)), closes [#134](https://github.com/react-toolbox/react-toolbox/issues/134) +* 0.12.11 release ([966f457](https://github.com/react-toolbox/react-toolbox/commit/966f457)) +* Auto import base in commons file ([2fc419f](https://github.com/react-toolbox/react-toolbox/commit/2fc419f)) +* Define all colors as RGB ([dd8a176](https://github.com/react-toolbox/react-toolbox/commit/dd8a176)) +* Remove all `unquote` calls ([addc7f3](https://github.com/react-toolbox/react-toolbox/commit/addc7f3)) + + + + +## 0.12.10 (2015-11-18) + +* 0.12.10 release ([e1f60b7](https://github.com/react-toolbox/react-toolbox/commit/e1f60b7)) +* Add hack to allow overflow hidden with border radio in old webkit ([b12bf6e](https://github.com/react-toolbox/react-toolbox/commit/b12bf6e)) +* Change actions for authors cards in landing ([a24cad0](https://github.com/react-toolbox/react-toolbox/commit/a24cad0)) +* Change scale3d property to scale in radio button ([64baf5d](https://github.com/react-toolbox/react-toolbox/commit/64baf5d)) +* Disable responsive in docs for now ([9f6a415](https://github.com/react-toolbox/react-toolbox/commit/9f6a415)) +* Do not include commons in app wrapper ([9905403](https://github.com/react-toolbox/react-toolbox/commit/9905403)) +* Restyle layout to use transforms in main docs ([b8941e1](https://github.com/react-toolbox/react-toolbox/commit/b8941e1)) + + + + +## 0.12.9 (2015-11-18) + +* 0.12.9 release ([23fd0f3](https://github.com/react-toolbox/react-toolbox/commit/23fd0f3)) +* Add scss-lint to dev dependencies ([8aa5fa9](https://github.com/react-toolbox/react-toolbox/commit/8aa5fa9)) +* Fix examples for tab ([e0a4168](https://github.com/react-toolbox/react-toolbox/commit/e0a4168)) +* Pass scss lint ([5b7ca28](https://github.com/react-toolbox/react-toolbox/commit/5b7ca28)) +* Remove code autoload in playground ([0cc5a6f](https://github.com/react-toolbox/react-toolbox/commit/0cc5a6f)) +* Remove scss lint from package until migrating to sass-lint ([f8ff162](https://github.com/react-toolbox/react-toolbox/commit/f8ff162)) +* Remove section titles from tabs in tabs example ([6c75479](https://github.com/react-toolbox/react-toolbox/commit/6c75479)) + + + + +## 0.12.8 (2015-11-18) + +* 0.12.8 release ([21d0485](https://github.com/react-toolbox/react-toolbox/commit/21d0485)) +* Change example with new property 'maxLength' ([9dedee6](https://github.com/react-toolbox/react-toolbox/commit/9dedee6)) +* New property 'maxLength' ([477b770](https://github.com/react-toolbox/react-toolbox/commit/477b770)) +* Refactor class list generation in `Input` component ([76a7e91](https://github.com/react-toolbox/react-toolbox/commit/76a7e91)) + + + + +## 0.12.7 (2015-11-18) + +* 0.12.7 release ([cdc0814](https://github.com/react-toolbox/react-toolbox/commit/cdc0814)) +* Add scrollX/Y for components not wrapped in App ([2bf510f](https://github.com/react-toolbox/react-toolbox/commit/2bf510f)) +* Change button properties and support toggle icon buttons ([26cecdc](https://github.com/react-toolbox/react-toolbox/commit/26cecdc)) +* Fix scss linter errors and bugfix in snackbar ([54ad233](https://github.com/react-toolbox/react-toolbox/commit/54ad233)) +* Fixes #124 ([81e2661](https://github.com/react-toolbox/react-toolbox/commit/81e2661)), closes [#124](https://github.com/react-toolbox/react-toolbox/issues/124) + + + + +## 0.12.6 (2015-11-17) + +* Patch: Placeholder in ([98f2920](https://github.com/react-toolbox/react-toolbox/commit/98f2920)) +* Adapt docs to new buttons ([ab40974](https://github.com/react-toolbox/react-toolbox/commit/ab40974)) +* Add icons for cards in landing docs page ([2d4dcef](https://github.com/react-toolbox/react-toolbox/commit/2d4dcef)) +* adding cross-env command to npm start scripts for windows compatibility. ([4227201](https://github.com/react-toolbox/react-toolbox/commit/4227201)) +* Allow children for buttons and use it as link where there is href prop ([4707a26](https://github.com/react-toolbox/react-toolbox/commit/4707a26)) +* Bumped such as NPM Commands ([94c8747](https://github.com/react-toolbox/react-toolbox/commit/94c8747)) +* removing UV_THREADPOOL_SIZE set, now executed from npm start script. ([fe7b4d5](https://github.com/react-toolbox/react-toolbox/commit/fe7b4d5)) +* Set raised button for first test example ([3e91b97](https://github.com/react-toolbox/react-toolbox/commit/3e91b97)) +* Use i tagname for icons ([709cc37](https://github.com/react-toolbox/react-toolbox/commit/709cc37)) + + + + +## 0.12.5 (2015-11-16) + +* 0.12.5 release ([b351237](https://github.com/react-toolbox/react-toolbox/commit/b351237)) + + + + +## 0.12.4 (2015-11-16) + +* 0.12.4 release ([ac1c924](https://github.com/react-toolbox/react-toolbox/commit/ac1c924)) +* Change examples for use new properties 'minDate' and 'maxDate' ([0cacdf1](https://github.com/react-toolbox/react-toolbox/commit/0cacdf1)) +* force date when it's out of range ([20d8834](https://github.com/react-toolbox/react-toolbox/commit/20d8834)) +* Lock year like a change date (when it's out of range) ([f31dde2](https://github.com/react-toolbox/react-toolbox/commit/f31dde2)) +* New style for calendar (material design new spec) ([0e54523](https://github.com/react-toolbox/react-toolbox/commit/0e54523)) + + + + +## 0.12.3 (2015-11-16) + +* 0.12.3 release ([e285625](https://github.com/react-toolbox/react-toolbox/commit/e285625)) +* Change quotes to pass linter rules ([14ad835](https://github.com/react-toolbox/react-toolbox/commit/14ad835)) +* Enable App component to hold refs ([c9e700f](https://github.com/react-toolbox/react-toolbox/commit/c9e700f)) +* Import globals in font icon to get the url config variable for the font ([e7850c4](https://github.com/react-toolbox/react-toolbox/commit/e7850c4)) +* New properties 'minDate' & 'maxDate' ([67e6a7e](https://github.com/react-toolbox/react-toolbox/commit/67e6a7e)) + + + + +## 0.12.2 (2015-11-15) + +* 0.12.2 release ([f3355b6](https://github.com/react-toolbox/react-toolbox/commit/f3355b6)) +* Add a section to explain App wrapper ([92e6aae](https://github.com/react-toolbox/react-toolbox/commit/92e6aae)) +* Round ripple for floating buttons ([c09f7c4](https://github.com/react-toolbox/react-toolbox/commit/c09f7c4)) +* Update install.md ([de6bfdf](https://github.com/react-toolbox/react-toolbox/commit/de6bfdf)) +* Update README.md ([a208570](https://github.com/react-toolbox/react-toolbox/commit/a208570)) + + + + +## 0.12.1 (2015-11-15) + +* 0.12.1 release ([7667f39](https://github.com/react-toolbox/react-toolbox/commit/7667f39)) +* Fix description and homepage in package ([f5594fe](https://github.com/react-toolbox/react-toolbox/commit/f5594fe)) + + + + +# 0.12.0 (2015-11-15) + +* 0.12.0 release ([b5c2590](https://github.com/react-toolbox/react-toolbox/commit/b5c2590)) +* Add back onBlur and onFocus for Switch component ([acdb2ca](https://github.com/react-toolbox/react-toolbox/commit/acdb2ca)) +* Add Overlay component ([14c8cb5](https://github.com/react-toolbox/react-toolbox/commit/14c8cb5)) +* Add proper example in switch readme ([d915346](https://github.com/react-toolbox/react-toolbox/commit/d915346)) +* Add react-toolbox attribute to dialog ([5fbe67b](https://github.com/react-toolbox/react-toolbox/commit/5fbe67b)) +* Add toolbox version to webpack configuration ([50d99d2](https://github.com/react-toolbox/react-toolbox/commit/50d99d2)) +* Added babel polyfill to docs to fix ie11 bug, fixes #99 ([431bc3a](https://github.com/react-toolbox/react-toolbox/commit/431bc3a)), closes [#99](https://github.com/react-toolbox/react-toolbox/issues/99) +* Defer hiding in 500ms for tooltips ([7e694b4](https://github.com/react-toolbox/react-toolbox/commit/7e694b4)) +* don't hide navigation while playground is loaded if screen is 1200px+ in width ([51f8338](https://github.com/react-toolbox/react-toolbox/commit/51f8338)) +* Extract selected item from menu ([58ac44a](https://github.com/react-toolbox/react-toolbox/commit/58ac44a)) +* Extract value from radio group state ([02dc01b](https://github.com/react-toolbox/react-toolbox/commit/02dc01b)) +* Fixes #72 and #97 ([1b6bb5f](https://github.com/react-toolbox/react-toolbox/commit/1b6bb5f)), closes [#72](https://github.com/react-toolbox/react-toolbox/issues/72) [#97](https://github.com/react-toolbox/react-toolbox/issues/97) +* Get real height of parent ([bacb02b](https://github.com/react-toolbox/react-toolbox/commit/bacb02b)) +* keeping 0.0.3 better-npm-run ([162df8f](https://github.com/react-toolbox/react-toolbox/commit/162df8f)) +* keeping sass-loader ^3.0.0 and toolbox-loader 0.0.2 ([52f261f](https://github.com/react-toolbox/react-toolbox/commit/52f261f)) +* Minor changes (help to read) ([cbbf602](https://github.com/react-toolbox/react-toolbox/commit/cbbf602)) +* Minor fixes ([37f1bf2](https://github.com/react-toolbox/react-toolbox/commit/37f1bf2)) +* Missing code in ([d37b3d5](https://github.com/react-toolbox/react-toolbox/commit/d37b3d5)) +* Move onActive to tab in tabs ([832e01f](https://github.com/react-toolbox/react-toolbox/commit/832e01f)) +* New and refactored stateless tabs ([50b113b](https://github.com/react-toolbox/react-toolbox/commit/50b113b)) +* Not necesary overlay events ([597d6fd](https://github.com/react-toolbox/react-toolbox/commit/597d6fd)) +* Now uses internal component (using its new property opacity) ([9aca75a](https://github.com/react-toolbox/react-toolbox/commit/9aca75a)) +* Now opacity set by property ([6cd6fd7](https://github.com/react-toolbox/react-toolbox/commit/6cd6fd7)) +* Pure ([d5294cc](https://github.com/react-toolbox/react-toolbox/commit/d5294cc)) +* Pure ([c1c1a9a](https://github.com/react-toolbox/react-toolbox/commit/c1c1a9a)) +* Readme update. Short instructions to start docs locally ([e476893](https://github.com/react-toolbox/react-toolbox/commit/e476893)) +* Refactor dropdown and put value state out ([4590367](https://github.com/react-toolbox/react-toolbox/commit/4590367)) +* Remove not needed click handler in snackbar ([846699a](https://github.com/react-toolbox/react-toolbox/commit/846699a)) +* Remove unused event variable in table component ([9096f8f](https://github.com/react-toolbox/react-toolbox/commit/9096f8f)) +* Removed babel-polyfill from docs and added ie11 polyfills to main component library ([9975b8d](https://github.com/react-toolbox/react-toolbox/commit/9975b8d)) +* removing better-npm-script dependency. ([7d48800](https://github.com/react-toolbox/react-toolbox/commit/7d48800)) +* Rename active to index in tabs 😕 ([e15c421](https://github.com/react-toolbox/react-toolbox/commit/e15c421)) +* Set .active class only when component has a opacity > 0 ([17cc28d](https://github.com/react-toolbox/react-toolbox/commit/17cc28d)) +* Stateless table component ([272a37f](https://github.com/react-toolbox/react-toolbox/commit/272a37f)) +* Tooltip using a parent with relative position ([6918072](https://github.com/react-toolbox/react-toolbox/commit/6918072)) +* Update example for list checkbox ([32804ab](https://github.com/react-toolbox/react-toolbox/commit/32804ab)) +* Update README.md ([63a1c87](https://github.com/react-toolbox/react-toolbox/commit/63a1c87)) +* Update README.md ([db93a75](https://github.com/react-toolbox/react-toolbox/commit/db93a75)) +* Update README.md ([5b9472c](https://github.com/react-toolbox/react-toolbox/commit/5b9472c)) +* Use component for set the correct position in components. ([8d0649a](https://github.com/react-toolbox/react-toolbox/commit/8d0649a)) +* Use new Overlay component in dialogs and dependencies ([2c17688](https://github.com/react-toolbox/react-toolbox/commit/2c17688)) +* Use Overlay component in drawers ([cadc3e2](https://github.com/react-toolbox/react-toolbox/commit/cadc3e2)) +* using better-npm-run for cross platform node_env and uv_threadpool_size vars ([10eb6c3](https://github.com/react-toolbox/react-toolbox/commit/10eb6c3)) +* using cross-env for env var compatibility ([d301a7a](https://github.com/react-toolbox/react-toolbox/commit/d301a7a)) + + + + +## 0.11.5 (2015-11-11) + +* 💩 ([fb94605](https://github.com/react-toolbox/react-toolbox/commit/fb94605)) +* 🤗 ([e815f09](https://github.com/react-toolbox/react-toolbox/commit/e815f09)) +* 0.11.5 release ([0c11acc](https://github.com/react-toolbox/react-toolbox/commit/0c11acc)) +* Add full color palette ([b5bcca7](https://github.com/react-toolbox/react-toolbox/commit/b5bcca7)) +* Add node version info in contributors readme section ([838f818](https://github.com/react-toolbox/react-toolbox/commit/838f818)) +* Add production env when building ([a412d22](https://github.com/react-toolbox/react-toolbox/commit/a412d22)) +* Alphabetical Order for properties and methods ([147088b](https://github.com/react-toolbox/react-toolbox/commit/147088b)) +* Avoid object assign in preview component ([9171279](https://github.com/react-toolbox/react-toolbox/commit/9171279)) +* change documentation ([653150c](https://github.com/react-toolbox/react-toolbox/commit/653150c)) +* Delete repeated pickers in spec ([bcec735](https://github.com/react-toolbox/react-toolbox/commit/bcec735)) +* Extract state from autocomplete ([703d4c6](https://github.com/react-toolbox/react-toolbox/commit/703d4c6)) +* Extract value from slider state and fix tests ([7d6c898](https://github.com/react-toolbox/react-toolbox/commit/7d6c898)) +* Fix disabled ripple click error ([ff936cb](https://github.com/react-toolbox/react-toolbox/commit/ff936cb)) +* Fixed typo ([ae95446](https://github.com/react-toolbox/react-toolbox/commit/ae95446)) +* Fixes #89 ([7a1181a](https://github.com/react-toolbox/react-toolbox/commit/7a1181a)), closes [#89](https://github.com/react-toolbox/react-toolbox/issues/89) +* Improve code for slider ([0a8b6b0](https://github.com/react-toolbox/react-toolbox/commit/0a8b6b0)) +* Improve date picker ([7311489](https://github.com/react-toolbox/react-toolbox/commit/7311489)) +* Improve pickers ([5fc1359](https://github.com/react-toolbox/react-toolbox/commit/5fc1359)) +* Improvements in checkbox and adapt dependencies to stateless behavior ([1d9cde9](https://github.com/react-toolbox/react-toolbox/commit/1d9cde9)) +* minor changes ([7aec185](https://github.com/react-toolbox/react-toolbox/commit/7aec185)) +* Minor changes ([49acc41](https://github.com/react-toolbox/react-toolbox/commit/49acc41)) +* New rule for (type: date or time) ([34cef32](https://github.com/react-toolbox/react-toolbox/commit/34cef32)) +* Next version ([9d7eebd](https://github.com/react-toolbox/react-toolbox/commit/9d7eebd)) +* Proper import path for documentation files ([67ab874](https://github.com/react-toolbox/react-toolbox/commit/67ab874)) +* Proper link for donations ([0a2761a](https://github.com/react-toolbox/react-toolbox/commit/0a2761a)) +* Pure
and improve events. ([0fe79fd](https://github.com/react-toolbox/react-toolbox/commit/0fe79fd)) +* Pure ([42b9496](https://github.com/react-toolbox/react-toolbox/commit/42b9496)) +* Pure timepicker, fixes #33 ([476729f](https://github.com/react-toolbox/react-toolbox/commit/476729f)), closes [#33](https://github.com/react-toolbox/react-toolbox/issues/33) +* Restore root and remove missing console log ([0dd4bb6](https://github.com/react-toolbox/react-toolbox/commit/0dd4bb6)) +* Set font URLs as variables ([fe86854](https://github.com/react-toolbox/react-toolbox/commit/fe86854)) +* Set sinon official 2.0 branch ([4af52d1](https://github.com/react-toolbox/react-toolbox/commit/4af52d1)) +* Stateless DatePicker ([57d0109](https://github.com/react-toolbox/react-toolbox/commit/57d0109)) +* Stateless input ([f5957bc](https://github.com/react-toolbox/react-toolbox/commit/f5957bc)) +* Stateless TimePicker ([2130057](https://github.com/react-toolbox/react-toolbox/commit/2130057)) +* Update examples and documentation for slider ([362c0cf](https://github.com/react-toolbox/react-toolbox/commit/362c0cf)) +* Update README.md ([116e598](https://github.com/react-toolbox/react-toolbox/commit/116e598)) +* Bugfix: avoid delay in slider knob ([24c4c39](https://github.com/react-toolbox/react-toolbox/commit/24c4c39)) + + + + +## 0.11.3 (2015-11-07) + +*
using the new stateless ([b3150f4](https://github.com/react-toolbox/react-toolbox/commit/b3150f4)) +* 😗 ([f239946](https://github.com/react-toolbox/react-toolbox/commit/f239946)) +* 😟 ([462b258](https://github.com/react-toolbox/react-toolbox/commit/462b258)) +* Add a couple of links to the components spec page ([af1ac20](https://github.com/react-toolbox/react-toolbox/commit/af1ac20)) +* Add a drawer panel with playground area ([ba5432a](https://github.com/react-toolbox/react-toolbox/commit/ba5432a)) +* Add analytics ([dcd95e6](https://github.com/react-toolbox/react-toolbox/commit/dcd95e6)) +* add app_bar to spec ([18ed189](https://github.com/react-toolbox/react-toolbox/commit/18ed189)) +* Add auto property to autocomplete ([76e3f98](https://github.com/react-toolbox/react-toolbox/commit/76e3f98)) +* add babel to devDepedenecy ([d0936c2](https://github.com/react-toolbox/react-toolbox/commit/d0936c2)) +* add commons.scss to spec html ([55c654d](https://github.com/react-toolbox/react-toolbox/commit/55c654d)) +* Add deploy command ([dd9954d](https://github.com/react-toolbox/react-toolbox/commit/dd9954d)) +* Add docs for radio buttons ([0df2d8d](https://github.com/react-toolbox/react-toolbox/commit/0df2d8d)) +* Add docs for snackbar ([b8a3c90](https://github.com/react-toolbox/react-toolbox/commit/b8a3c90)) +* Add docs for the font icon ([ad3a39d](https://github.com/react-toolbox/react-toolbox/commit/ad3a39d)) +* Add docs subproject ([de3af12](https://github.com/react-toolbox/react-toolbox/commit/de3af12)) +* Add document for the root component documentation ([dd5948e](https://github.com/react-toolbox/react-toolbox/commit/dd5948e)) +* Add documentation and example for appbar and autocomplete ([484db1e](https://github.com/react-toolbox/react-toolbox/commit/484db1e)) +* Add documentation and example for menus ([2a93731](https://github.com/react-toolbox/react-toolbox/commit/2a93731)) +* Add documentation and examples for cards ([211cb97](https://github.com/react-toolbox/react-toolbox/commit/211cb97)) +* Add documentation and fixes for dropdown ([7c7ed76](https://github.com/react-toolbox/react-toolbox/commit/7c7ed76)) +* Add documentation for date picker and remove structure section from other docs ([4eb0c1b](https://github.com/react-toolbox/react-toolbox/commit/4eb0c1b)) +* Add documentation for dialog ([c2461a8](https://github.com/react-toolbox/react-toolbox/commit/c2461a8)) +* Add documentation for Tabs ([9d809de](https://github.com/react-toolbox/react-toolbox/commit/9d809de)) +* Add drawer documentation ([811bb7b](https://github.com/react-toolbox/react-toolbox/commit/811bb7b)) +* Add dynamic loader for Markdown examples 😎 ([b58d688](https://github.com/react-toolbox/react-toolbox/commit/b58d688)) +* Add favicon ([793f54c](https://github.com/react-toolbox/react-toolbox/commit/793f54c)) +* Add gh pages package ([e152e93](https://github.com/react-toolbox/react-toolbox/commit/e152e93)) +* Add head tag info ([86b6c8b](https://github.com/react-toolbox/react-toolbox/commit/86b6c8b)) +* Add highligh for markdown loader ([f8c8435](https://github.com/react-toolbox/react-toolbox/commit/f8c8435)) +* Add input docs ([a049d99](https://github.com/react-toolbox/react-toolbox/commit/a049d99)) +* Add instalation page and layout ([f1b1345](https://github.com/react-toolbox/react-toolbox/commit/f1b1345)) +* Add language legend to markdown docs ([303ca9c](https://github.com/react-toolbox/react-toolbox/commit/303ca9c)) +* Add language to code in list docs ([21f47af](https://github.com/react-toolbox/react-toolbox/commit/21f47af)) +* Add layout for components in doc ([659b5bb](https://github.com/react-toolbox/react-toolbox/commit/659b5bb)) +* Add link docs ([73e5fa0](https://github.com/react-toolbox/react-toolbox/commit/73e5fa0)) +* Add list docs ([5a1d15e](https://github.com/react-toolbox/react-toolbox/commit/5a1d15e)) +* Add main components page and default playground example ([61b8a70](https://github.com/react-toolbox/react-toolbox/commit/61b8a70)) +* Add missing jsx legend to dialog docs ([bc668b9](https://github.com/react-toolbox/react-toolbox/commit/bc668b9)) +* Add navigation docs ([754e939](https://github.com/react-toolbox/react-toolbox/commit/754e939)) +* Add object assign ([b126fe7](https://github.com/react-toolbox/react-toolbox/commit/b126fe7)) +* Add option to avoid removing comments in HTML build ([6cd364f](https://github.com/react-toolbox/react-toolbox/commit/6cd364f)) +* Add Playground component ([1e20183](https://github.com/react-toolbox/react-toolbox/commit/1e20183)) +* Add progressbar docs ([b5b7b13](https://github.com/react-toolbox/react-toolbox/commit/b5b7b13)) +* add rimraf devDependencies ([efb9cd2](https://github.com/react-toolbox/react-toolbox/commit/efb9cd2)) +* add sass sourcemap in dev ([2433d71](https://github.com/react-toolbox/react-toolbox/commit/2433d71)) +* Add scripts to generate a js+css version ([8c4c795](https://github.com/react-toolbox/react-toolbox/commit/8c4c795)) +* Add sidebar and better layout for documentation ([8dcc782](https://github.com/react-toolbox/react-toolbox/commit/8dcc782)) +* Add slider documentation ([41d5cb7](https://github.com/react-toolbox/react-toolbox/commit/41d5cb7)) +* Add Snackbar spec ([715d898](https://github.com/react-toolbox/react-toolbox/commit/715d898)) +* Add some changes for the home page ([0b1e46f](https://github.com/react-toolbox/react-toolbox/commit/0b1e46f)) +* Add some missing semicolons ([246c572](https://github.com/react-toolbox/react-toolbox/commit/246c572)) +* Add spec to Button component ([fff3720](https://github.com/react-toolbox/react-toolbox/commit/fff3720)) +* Add support button to home page ([3236a3f](https://github.com/react-toolbox/react-toolbox/commit/3236a3f)) +* Add switch docs ([f63103c](https://github.com/react-toolbox/react-toolbox/commit/f63103c)) +* Add theme configuration for docs ([f3b70a5](https://github.com/react-toolbox/react-toolbox/commit/f3b70a5)) +* Add time picker docs ([b4124a5](https://github.com/react-toolbox/react-toolbox/commit/b4124a5)) +* Add toolbox loader for production build ([cd525ca](https://github.com/react-toolbox/react-toolbox/commit/cd525ca)) +* add UV_THREADPOOL_SIZE ([8ed0fc1](https://github.com/react-toolbox/react-toolbox/commit/8ed0fc1)) +* added bumped configuration ([6ad44d7](https://github.com/react-toolbox/react-toolbox/commit/6ad44d7)) +* Added component to Package and Bundle ([193ba8b](https://github.com/react-toolbox/react-toolbox/commit/193ba8b)) +* Added one-dark theme for editor ([236a373](https://github.com/react-toolbox/react-toolbox/commit/236a373)) +* Added publish in Github and NPM ([226d83d](https://github.com/react-toolbox/react-toolbox/commit/226d83d)) +* Authors data for ([2f489eb](https://github.com/react-toolbox/react-toolbox/commit/2f489eb)) +* Babel to stage 2 and remove decorators ([7c43f93](https://github.com/react-toolbox/react-toolbox/commit/7c43f93)) +* Basic transition for Playground ([962b321](https://github.com/react-toolbox/react-toolbox/commit/962b321)) +* Before deploy create a new build ([d03a43b](https://github.com/react-toolbox/react-toolbox/commit/d03a43b)) +* Better example for links ([116e2e8](https://github.com/react-toolbox/react-toolbox/commit/116e2e8)) +* Better example for links ([97ca9d6](https://github.com/react-toolbox/react-toolbox/commit/97ca9d6)) +* Better navigation example ([1bae72b](https://github.com/react-toolbox/react-toolbox/commit/1bae72b)) +* Better one paragraph 🙄 ([3e9b029](https://github.com/react-toolbox/react-toolbox/commit/3e9b029)) +* Better variables and props for button ([614b1b1](https://github.com/react-toolbox/react-toolbox/commit/614b1b1)) +* Better without subtitles ([de967c4](https://github.com/react-toolbox/react-toolbox/commit/de967c4)) +* Bootstrap pages ([e897de5](https://github.com/react-toolbox/react-toolbox/commit/e897de5)) +* Bugfix in snackbar zindex ([5d4dc92](https://github.com/react-toolbox/react-toolbox/commit/5d4dc92)) +* Bugfix with ripple in floating button ([93c2143](https://github.com/react-toolbox/react-toolbox/commit/93c2143)) +* Bugfixes ([b89c0ec](https://github.com/react-toolbox/react-toolbox/commit/b89c0ec)) +* Change copy for authors ([70f43ad](https://github.com/react-toolbox/react-toolbox/commit/70f43ad)) +* change footer in drawer navigation ([8f87be4](https://github.com/react-toolbox/react-toolbox/commit/8f87be4)) +* Changes in README ([0651a38](https://github.com/react-toolbox/react-toolbox/commit/0651a38)) +* Clever way to auto-hide (full CSS) ([5e18ccb](https://github.com/react-toolbox/react-toolbox/commit/5e18ccb)) +* Complete and reorganize first approach for documentation pages ([e487001](https://github.com/react-toolbox/react-toolbox/commit/e487001)) +* Complete button docs ([6486b80](https://github.com/react-toolbox/react-toolbox/commit/6486b80)) +* Complete docs for checkbox ([3c07bb9](https://github.com/react-toolbox/react-toolbox/commit/3c07bb9)) +* Config production env in webpack for docs ([b789ed0](https://github.com/react-toolbox/react-toolbox/commit/b789ed0)) +* Control visibility with JavaScript (decoupled way for any kind of element or ) ([d0c8e4a](https://github.com/react-toolbox/react-toolbox/commit/d0c8e4a)) +* Csscomb and better organization for slider ([1b73310](https://github.com/react-toolbox/react-toolbox/commit/1b73310)) +* Csscomb and better style for switch scss ([5f2b096](https://github.com/react-toolbox/react-toolbox/commit/5f2b096)) +* Csscomb for inputs ([6f9b880](https://github.com/react-toolbox/react-toolbox/commit/6f9b880)) +* Csscomb for menus ([49317ba](https://github.com/react-toolbox/react-toolbox/commit/49317ba)) +* Csscomb for ripple ([17b8a05](https://github.com/react-toolbox/react-toolbox/commit/17b8a05)) +* Disable source mapping to speed up build time ([d4f1387](https://github.com/react-toolbox/react-toolbox/commit/d4f1387)) +* Documentation for
([806e484](https://github.com/react-toolbox/react-toolbox/commit/806e484)) +* Downgrade karma phantom launcher ([7455a89](https://github.com/react-toolbox/react-toolbox/commit/7455a89)) +* Extract some variables from drawer sass ([d2befec](https://github.com/react-toolbox/react-toolbox/commit/d2befec)) +* First approach for ([2afd343](https://github.com/react-toolbox/react-toolbox/commit/2afd343)) +* First approach of ([c663178](https://github.com/react-toolbox/react-toolbox/commit/c663178)) +* First steps in landing: show authors like s ([1a3ff86](https://github.com/react-toolbox/react-toolbox/commit/1a3ff86)) +* First steps styling documentation and enhaced style for and ([d180bbe](https://github.com/react-toolbox/react-toolbox/commit/d180bbe)) +* First steps with ([edee162](https://github.com/react-toolbox/react-toolbox/commit/edee162)) +* First version of basic MD
([8944335](https://github.com/react-toolbox/react-toolbox/commit/8944335)) +* fix ([2aad274](https://github.com/react-toolbox/react-toolbox/commit/2aad274)) +* Fix cname config for deploy ([2ed9376](https://github.com/react-toolbox/react-toolbox/commit/2ed9376)) +* fix css-modules composes ([e80dd0f](https://github.com/react-toolbox/react-toolbox/commit/e80dd0f)) +* fix es6 class react this bind ([7ff854f](https://github.com/react-toolbox/react-toolbox/commit/7ff854f)) +* fix for doc build ([4131094](https://github.com/react-toolbox/react-toolbox/commit/4131094)) +* fix lint ([c7ce470](https://github.com/react-toolbox/react-toolbox/commit/c7ce470)) +* fix lint ([46ee761](https://github.com/react-toolbox/react-toolbox/commit/46ee761)) +* fix lint ([b7a3e01](https://github.com/react-toolbox/react-toolbox/commit/b7a3e01)) +* Fix linter errors ([6545e2b](https://github.com/react-toolbox/react-toolbox/commit/6545e2b)) +* Fix markdown for button ([9ca68eb](https://github.com/react-toolbox/react-toolbox/commit/9ca68eb)) +* Fix MD for dialog ([7474c39](https://github.com/react-toolbox/react-toolbox/commit/7474c39)) +* Fix name for identify components ([0468c87](https://github.com/react-toolbox/react-toolbox/commit/0468c87)) +* Fix release number ([8d59c0a](https://github.com/react-toolbox/react-toolbox/commit/8d59c0a)) +* Fix some errors and change opinionated eslint ([e89d6df](https://github.com/react-toolbox/react-toolbox/commit/e89d6df)) +* Fix typo in example readme md ([b4f9f5e](https://github.com/react-toolbox/react-toolbox/commit/b4f9f5e)) +* Fix typos ([e43a6b2](https://github.com/react-toolbox/react-toolbox/commit/e43a6b2)) +* Fix url avatar for test examples 🤕 ([9e7bec0](https://github.com/react-toolbox/react-toolbox/commit/9e7bec0)) +* FIx version 0.11.2 ([af9b6a2](https://github.com/react-toolbox/react-toolbox/commit/af9b6a2)) +* FIXED eslint ([531e7e0](https://github.com/react-toolbox/react-toolbox/commit/531e7e0)) +* Fixed z-index ([93c6c47](https://github.com/react-toolbox/react-toolbox/commit/93c6c47)) +* Fixes #45 removing Object.assign and avoiding to include a polyfill ([8c682c3](https://github.com/react-toolbox/react-toolbox/commit/8c682c3)), closes [#45](https://github.com/react-toolbox/react-toolbox/issues/45) +* Fixes #48 ([de52a1e](https://github.com/react-toolbox/react-toolbox/commit/de52a1e)), closes [#48](https://github.com/react-toolbox/react-toolbox/issues/48) +* Fixes #52 ([b516a5a](https://github.com/react-toolbox/react-toolbox/commit/b516a5a)), closes [#52](https://github.com/react-toolbox/react-toolbox/issues/52) +* Fixes for the slider ([31762b7](https://github.com/react-toolbox/react-toolbox/commit/31762b7)) +* Footer in ([07ce014](https://github.com/react-toolbox/react-toolbox/commit/07ce014)) +* highlight.js dependency ([7217208](https://github.com/react-toolbox/react-toolbox/commit/7217208)) +* Improve config, add ExtractTextPlugin and configure launch with 100 size for threadpool ([b7ba8c1](https://github.com/react-toolbox/react-toolbox/commit/b7ba8c1)) +* Improve documentation for appbar autocomplete and button ([1e662d1](https://github.com/react-toolbox/react-toolbox/commit/1e662d1)) +* Improve markdown format ([7c87940](https://github.com/react-toolbox/react-toolbox/commit/7c87940)) +* Improvements for build ([4a9d8cf](https://github.com/react-toolbox/react-toolbox/commit/4a9d8cf)) +* Improvements for the documentation markdown ([b3a98df](https://github.com/react-toolbox/react-toolbox/commit/b3a98df)) +* Include
in documentation ([f626716](https://github.com/react-toolbox/react-toolbox/commit/f626716)) +* Include CNAME for react-toolbox.com ([0e0ce3b](https://github.com/react-toolbox/react-toolbox/commit/0e0ce3b)) +* Include example of readme for landing ([1e47f03](https://github.com/react-toolbox/react-toolbox/commit/1e47f03)) +* Include examples and include in bundle. ([de43b22](https://github.com/react-toolbox/react-toolbox/commit/de43b22)) +* Independent scroll for and (looks like a app) ([0e268a4](https://github.com/react-toolbox/react-toolbox/commit/0e268a4)) +* Interface for all ([2b5d687](https://github.com/react-toolbox/react-toolbox/commit/2b5d687)) +* Link all components ([14a63cf](https://github.com/react-toolbox/react-toolbox/commit/14a63cf)) +* Lint code ([24c3390](https://github.com/react-toolbox/react-toolbox/commit/24c3390)) +* Lint more files ([ce9bd76](https://github.com/react-toolbox/react-toolbox/commit/ce9bd76)) +* Little fixes and change dependencies ([936c896](https://github.com/react-toolbox/react-toolbox/commit/936c896)) +* Make darker theme primary color for docs ([7880a36](https://github.com/react-toolbox/react-toolbox/commit/7880a36)) +* Minor changes ([103c945](https://github.com/react-toolbox/react-toolbox/commit/103c945)) +* Minor changes ([02c6024](https://github.com/react-toolbox/react-toolbox/commit/02c6024)) +* Minor changes ([959169a](https://github.com/react-toolbox/react-toolbox/commit/959169a)) +* Minor changes ([d7c5dbe](https://github.com/react-toolbox/react-toolbox/commit/d7c5dbe)) +* Minor changes for playground ([ffd7fd5](https://github.com/react-toolbox/react-toolbox/commit/ffd7fd5)) +* Missing quote ([f4f3ef0](https://github.com/react-toolbox/react-toolbox/commit/f4f3ef0)) +* Missing stuff from the previos commit 😂 ([e1b9c6f](https://github.com/react-toolbox/react-toolbox/commit/e1b9c6f)) +* More easy for create a editable/selectable table. ([e5c6cba](https://github.com/react-toolbox/react-toolbox/commit/e5c6cba)) +* More refactoring for sass variables ([786dd59](https://github.com/react-toolbox/react-toolbox/commit/786dd59)) +* Move autocomplete property values to variables ([4511d8a](https://github.com/react-toolbox/react-toolbox/commit/4511d8a)) +* Move calendar inside date picker ([23bbfb9](https://github.com/react-toolbox/react-toolbox/commit/23bbfb9)) +* Move CNAME ([ff07d13](https://github.com/react-toolbox/react-toolbox/commit/ff07d13)) +* Move some checkboxes properties to file ([d109841](https://github.com/react-toolbox/react-toolbox/commit/d109841)) +* Move the rest of components important property values to variables ([0f6355a](https://github.com/react-toolbox/react-toolbox/commit/0f6355a)) +* New approach using instance methods show & hide. ([493df0e](https://github.com/react-toolbox/react-toolbox/commit/493df0e)) +* New layout and organization. 🙉 ([77ff2ac](https://github.com/react-toolbox/react-toolbox/commit/77ff2ac)) +* Normalize code font ([f03ecbc](https://github.com/react-toolbox/react-toolbox/commit/f03ecbc)) +* Now head dispatch a selected value (for select/unselect all rows) ([0f9a38a](https://github.com/react-toolbox/react-toolbox/commit/0f9a38a)) +* Now you can select all rows, or independent row. You have a new method getSelected() which gives you ([1712fc9](https://github.com/react-toolbox/react-toolbox/commit/1712fc9)) +* optimize for production ([23ccf62](https://github.com/react-toolbox/react-toolbox/commit/23ccf62)) +* Organize radio buttons and groups ([07c17b0](https://github.com/react-toolbox/react-toolbox/commit/07c17b0)) +* over className ;) (less is better) ([abf7088](https://github.com/react-toolbox/react-toolbox/commit/abf7088)) +* Prepare base file to handle theming ([ef882fc](https://github.com/react-toolbox/react-toolbox/commit/ef882fc)) +* Proper link for README npm link ([4faa261](https://github.com/react-toolbox/react-toolbox/commit/4faa261)) +* Pure dialog ([6e6c1ce](https://github.com/react-toolbox/react-toolbox/commit/6e6c1ce)) +* Pure drawer ([fa94c4e](https://github.com/react-toolbox/react-toolbox/commit/fa94c4e)) +* README initial version ([926cf95](https://github.com/react-toolbox/react-toolbox/commit/926cf95)) +* Refactor documentation styles ([a1c0e77](https://github.com/react-toolbox/react-toolbox/commit/a1c0e77)) +* Remove 'active' property (it's a state) ([019ed57](https://github.com/react-toolbox/react-toolbox/commit/019ed57)) +* Remove dataSource state from autocomplete ([3b48501](https://github.com/react-toolbox/react-toolbox/commit/3b48501)) +* Remove flex data attributes from components ([0abc1e1](https://github.com/react-toolbox/react-toolbox/commit/0abc1e1)) +* Remove form from the docs ([00e09ce](https://github.com/react-toolbox/react-toolbox/commit/00e09ce)) +* remove local phantomjs ([de26a0f](https://github.com/react-toolbox/react-toolbox/commit/de26a0f)) +* Remove unneeded css variables ([da2c85c](https://github.com/react-toolbox/react-toolbox/commit/da2c85c)) +* Rename component doc to readme.md ([2423d09](https://github.com/react-toolbox/react-toolbox/commit/2423d09)) +* Reorder project ([0aca8fe](https://github.com/react-toolbox/react-toolbox/commit/0aca8fe)) +* Reorder properties for datepicker ([8fc11d3](https://github.com/react-toolbox/react-toolbox/commit/8fc11d3)) +* Reorder styles for list and dialog ([0dcd382](https://github.com/react-toolbox/react-toolbox/commit/0dcd382)) +* Reorder styles for tabs ([f5155f8](https://github.com/react-toolbox/react-toolbox/commit/f5155f8)) +* Resolve linter errors ([ec6e72b](https://github.com/react-toolbox/react-toolbox/commit/ec6e72b)) +* Restructure docs index ([19a4990](https://github.com/react-toolbox/react-toolbox/commit/19a4990)) +* Select/Unselect all rows ([8894081](https://github.com/react-toolbox/react-toolbox/commit/8894081)) +* separate generate changelog in two steps ([a06d45f](https://github.com/react-toolbox/react-toolbox/commit/a06d45f)) +* Set threadpool size in server.js ([bec58a3](https://github.com/react-toolbox/react-toolbox/commit/bec58a3)) +* set UV_THREADPOOL_SIZE=100 ([9824ebc](https://github.com/react-toolbox/react-toolbox/commit/9824ebc)) +* Setup new file structure for sass files ([33a508c](https://github.com/react-toolbox/react-toolbox/commit/33a508c)) +* Show tooltip is in a mixin (for reuse in another components)... it's necessary be a stateless behavi ([68055ca](https://github.com/react-toolbox/react-toolbox/commit/68055ca)) +* Social link from Authors and fixed github buttons ([a6157e0](https://github.com/react-toolbox/react-toolbox/commit/a6157e0)) +* Some changes to home ([a73e4ff](https://github.com/react-toolbox/react-toolbox/commit/a73e4ff)) +* Some fixes and include extract text webpack plugin ([be1bde6](https://github.com/react-toolbox/react-toolbox/commit/be1bde6)) +* Style for components demo ([0a6bd9c](https://github.com/react-toolbox/react-toolbox/commit/0a6bd9c)) +* Styles much better ([5c1489a](https://github.com/react-toolbox/react-toolbox/commit/5c1489a)) +* Switch between drawer of components and drawer of playground ([d210ae8](https://github.com/react-toolbox/react-toolbox/commit/d210ae8)) +* Take build out of deploy command ([1547bd6](https://github.com/react-toolbox/react-toolbox/commit/1547bd6)) +* Temporary disable tests for slider ☚ī¸ ([5ea1484](https://github.com/react-toolbox/react-toolbox/commit/5ea1484)) +* Update config to add CNAME to docs ([76ee1d8](https://github.com/react-toolbox/react-toolbox/commit/76ee1d8)) +* Update configuration section in readme ([32c4910](https://github.com/react-toolbox/react-toolbox/commit/32c4910)) +* Update package json ([20dbcd6](https://github.com/react-toolbox/react-toolbox/commit/20dbcd6)) +* Update package json ([48c2f0d](https://github.com/react-toolbox/react-toolbox/commit/48c2f0d)) +* Update phantomjs launcher ([f042376](https://github.com/react-toolbox/react-toolbox/commit/f042376)) +* update readme ([92b6f34](https://github.com/react-toolbox/react-toolbox/commit/92b6f34)) +* Update README.md ([9903cb9](https://github.com/react-toolbox/react-toolbox/commit/9903cb9)) +* Update server config for documentation ([9fc08b6](https://github.com/react-toolbox/react-toolbox/commit/9fc08b6)) +* Update travis node to 4.2.1 ([fbbb123](https://github.com/react-toolbox/react-toolbox/commit/fbbb123)) +* update webpack dev, test and build & update eslint rule ([4fb976a](https://github.com/react-toolbox/react-toolbox/commit/4fb976a)) +* Updates ([98cdadb](https://github.com/react-toolbox/react-toolbox/commit/98cdadb)) +* Updates ([c56dc4c](https://github.com/react-toolbox/react-toolbox/commit/c56dc4c)) +* Updates ([dbf0fea](https://github.com/react-toolbox/react-toolbox/commit/dbf0fea)) +* Updates ([6a06774](https://github.com/react-toolbox/react-toolbox/commit/6a06774)) +* Updates ([77cffe6](https://github.com/react-toolbox/react-toolbox/commit/77cffe6)) +* Updates ([521ed03](https://github.com/react-toolbox/react-toolbox/commit/521ed03)) +* Use 'monokai' theme for ([ec500a5](https://github.com/react-toolbox/react-toolbox/commit/ec500a5)) +* use autobind-decorator ([6c278f2](https://github.com/react-toolbox/react-toolbox/commit/6c278f2)) +* Use correct theme colors ([153b880](https://github.com/react-toolbox/react-toolbox/commit/153b880)) +* use es6 classes & remove react-addons-pure-render-mixin ([9ad9f35](https://github.com/react-toolbox/react-toolbox/commit/9ad9f35)) +* use react-transform ([4f94682](https://github.com/react-toolbox/react-toolbox/commit/4f94682)) +* Use static avatars ([1dbf7fa](https://github.com/react-toolbox/react-toolbox/commit/1dbf7fa)) +* Bugfix: read input DOM reference with ReactDOM in autocomplete ([8e5150c](https://github.com/react-toolbox/react-toolbox/commit/8e5150c)) + + + + +## 0.10.20 (2015-10-20) + +* finished ([a9f09f6](https://github.com/react-toolbox/react-toolbox/commit/a9f09f6)) +* using SaSS ([ffe3a7b](https://github.com/react-toolbox/react-toolbox/commit/ffe3a7b)) +*
can save in localstorage ([248581e](https://github.com/react-toolbox/react-toolbox/commit/248581e)) +* forget that now I need semi-colon ([7cfe100](https://github.com/react-toolbox/react-toolbox/commit/7cfe100)) +* and finished ([6b5259d](https://github.com/react-toolbox/react-toolbox/commit/6b5259d)) +* Adapt card to new ripple ([aa4cbd7](https://github.com/react-toolbox/react-toolbox/commit/aa4cbd7)) +* Add a classname attribute and refactor progress bar ([e58acd1](https://github.com/react-toolbox/react-toolbox/commit/e58acd1)) +* Add a prefixer module to set inline prefixed properties ([5954010](https://github.com/react-toolbox/react-toolbox/commit/5954010)) +* Add an install of phantom2 before install hook on travis ([69d0358](https://github.com/react-toolbox/react-toolbox/commit/69d0358)) +* Add autoprefixer local css config. Add most local css to slider ([275bf7c](https://github.com/react-toolbox/react-toolbox/commit/275bf7c)) +* Add basic list component ([bb6b631](https://github.com/react-toolbox/react-toolbox/commit/bb6b631)) +* Add behavior to select the hour ([9ade334](https://github.com/react-toolbox/react-toolbox/commit/9ade334)) +* Add calendar component ([8a967f1](https://github.com/react-toolbox/react-toolbox/commit/8a967f1)) +* Add checkbox component ([8726557](https://github.com/react-toolbox/react-toolbox/commit/8726557)) +* Add circular progress bar ([2e811f3](https://github.com/react-toolbox/react-toolbox/commit/2e811f3)) +* Add composes exception for scss linter ([1eb220d](https://github.com/react-toolbox/react-toolbox/commit/1eb220d)) +* Add current spec files ([81150bc](https://github.com/react-toolbox/react-toolbox/commit/81150bc)) +* Add cursor pointer for clock face and disable text selection ([9585b35](https://github.com/react-toolbox/react-toolbox/commit/9585b35)) +* Add date picker ([d709093](https://github.com/react-toolbox/react-toolbox/commit/d709093)) +* Add date picker initial version ([8f2734d](https://github.com/react-toolbox/react-toolbox/commit/8f2734d)) +* Add date utils ([1c1f498](https://github.com/react-toolbox/react-toolbox/commit/1c1f498)) +* Add date-time module in es6 ([88dc8f6](https://github.com/react-toolbox/react-toolbox/commit/88dc8f6)) +* Add displaName for all components used in timepicker ([ad359aa](https://github.com/react-toolbox/react-toolbox/commit/ad359aa)) +* Add documentation and fixes for date picker ([8880287](https://github.com/react-toolbox/react-toolbox/commit/8880287)) +* Add documentation for progress bar ([45cae5c](https://github.com/react-toolbox/react-toolbox/commit/45cae5c)) +* Add documentation for time picker ([bdf798d](https://github.com/react-toolbox/react-toolbox/commit/bdf798d)) +* Add ES6 prefixer ([7170dd8](https://github.com/react-toolbox/react-toolbox/commit/7170dd8)) +* Add ES6 support end eslint config files ([801bcd4](https://github.com/react-toolbox/react-toolbox/commit/801bcd4)) +* Add first version of ES6 autocomplete ([f2ad55b](https://github.com/react-toolbox/react-toolbox/commit/f2ad55b)) +* Add focus for buttons ([a48e735](https://github.com/react-toolbox/react-toolbox/commit/a48e735)) +* Add generic helper utils ([ae47335](https://github.com/react-toolbox/react-toolbox/commit/ae47335)) +* Add IconMenu component ([c96e218](https://github.com/react-toolbox/react-toolbox/commit/c96e218)) +* Add linear progress bar ([4c68f6b](https://github.com/react-toolbox/react-toolbox/commit/4c68f6b)) +* Add mixins for typography ([366f81d](https://github.com/react-toolbox/react-toolbox/commit/366f81d)) +* Add new switch migrated to sass ([097242b](https://github.com/react-toolbox/react-toolbox/commit/097242b)) +* Add onClick to font icon ([2978dec](https://github.com/react-toolbox/react-toolbox/commit/2978dec)) +* Add phantomjs polyfill ([a0bf311](https://github.com/react-toolbox/react-toolbox/commit/a0bf311)) +* Add pickers test files ([ae525cb](https://github.com/react-toolbox/react-toolbox/commit/ae525cb)) +* Add pure render mixin to calendar ([5d75f4a](https://github.com/react-toolbox/react-toolbox/commit/5d75f4a)) +* Add pure render mixin to date picker ([1a7b6d1](https://github.com/react-toolbox/react-toolbox/commit/1a7b6d1)) +* Add radio button component ([07d182a](https://github.com/react-toolbox/react-toolbox/commit/07d182a)) +* Add radio button component and improvements for radio and checkbox ([91cdb51](https://github.com/react-toolbox/react-toolbox/commit/91cdb51)) +* Add React hot loader ([b206ab7](https://github.com/react-toolbox/react-toolbox/commit/b206ab7)) +* Add react plugin to eslinter ([8b0a91f](https://github.com/react-toolbox/react-toolbox/commit/8b0a91f)) +* Add script to package.json to run test with watch and set default to single run ([42e9863](https://github.com/react-toolbox/react-toolbox/commit/42e9863)) +* Add slider documentation ([2b943eb](https://github.com/react-toolbox/react-toolbox/commit/2b943eb)) +* Add slider initial version ([2b3cc84](https://github.com/react-toolbox/react-toolbox/commit/2b3cc84)) +* Add slider spec ([a6223ad](https://github.com/react-toolbox/react-toolbox/commit/a6223ad)) +* Add slider test component ([ad1ae54](https://github.com/react-toolbox/react-toolbox/commit/ad1ae54)) +* Add slider to spec index ([89fcc9a](https://github.com/react-toolbox/react-toolbox/commit/89fcc9a)) +* Add some examples for slider and little improvements ([341425b](https://github.com/react-toolbox/react-toolbox/commit/341425b)) +* Add some todos for input and autocomplete ([5167b35](https://github.com/react-toolbox/react-toolbox/commit/5167b35)) +* Add spec with usage of progress bar component ([abc19e1](https://github.com/react-toolbox/react-toolbox/commit/abc19e1)) +* Add support for ES6 JSX modules ([7aa068a](https://github.com/react-toolbox/react-toolbox/commit/7aa068a)) +* Add test helper to render into document ([8c50245](https://github.com/react-toolbox/react-toolbox/commit/8c50245)) +* Add test utils ES6 ([908712c](https://github.com/react-toolbox/react-toolbox/commit/908712c)) +* Add time picker first implementation ([5625a47](https://github.com/react-toolbox/react-toolbox/commit/5625a47)) +* Add title to date picker test component ([b473004](https://github.com/react-toolbox/react-toolbox/commit/b473004)) +* Add Travis CI config file ([3f39538](https://github.com/react-toolbox/react-toolbox/commit/3f39538)) +* Added commons (font-face, and normalize) ([c176289](https://github.com/react-toolbox/react-toolbox/commit/c176289)) +* Added components ([32daeef](https://github.com/react-toolbox/react-toolbox/commit/32daeef)) +* Added new package ([f9f2ec7](https://github.com/react-toolbox/react-toolbox/commit/f9f2ec7)) +* Added new references of components ([45560ba](https://github.com/react-toolbox/react-toolbox/commit/45560ba)) +* Adjust time picker spacing ([5051057](https://github.com/react-toolbox/react-toolbox/commit/5051057)) +* Ajust snap color ([873c980](https://github.com/react-toolbox/react-toolbox/commit/873c980)) +* All components need get/set value methods. ([b22d3be](https://github.com/react-toolbox/react-toolbox/commit/b22d3be)) +* Aside ([3d68797](https://github.com/react-toolbox/react-toolbox/commit/3d68797)) +* Autocomplete ([d9774f5](https://github.com/react-toolbox/react-toolbox/commit/d9774f5)) +* Available in component. ([e787c74](https://github.com/react-toolbox/react-toolbox/commit/e787c74)) +* Avoid state in clock hand ([a89f75a](https://github.com/react-toolbox/react-toolbox/commit/a89f75a)) +* Basic ([b78a7b0](https://github.com/react-toolbox/react-toolbox/commit/b78a7b0)) +* Basic documentation for all components ([e68e871](https://github.com/react-toolbox/react-toolbox/commit/e68e871)) +* Basic input using material design ([704a527](https://github.com/react-toolbox/react-toolbox/commit/704a527)) +* Better indentation for progress bar doc md ([73ed889](https://github.com/react-toolbox/react-toolbox/commit/73ed889)) +* Better style for disabled checked radio button ([b36230c](https://github.com/react-toolbox/react-toolbox/commit/b36230c)) +* Better style for lists ([5aacd7c](https://github.com/react-toolbox/react-toolbox/commit/5aacd7c)) +* Better transition between values and selected value ([dfa754f](https://github.com/react-toolbox/react-toolbox/commit/dfa754f)) +* Bugfix importing utils in calendar ([f5d1651](https://github.com/react-toolbox/react-toolbox/commit/f5d1651)) +* Bugfix in clock hand ([d6c82aa](https://github.com/react-toolbox/react-toolbox/commit/d6c82aa)) +* Calendar refactoring ([18a51d8](https://github.com/react-toolbox/react-toolbox/commit/18a51d8)) +* Call init ([302d21e](https://github.com/react-toolbox/react-toolbox/commit/302d21e)) +* Card ([f7a3079](https://github.com/react-toolbox/react-toolbox/commit/f7a3079)) +* Change webpack process ([c111030](https://github.com/react-toolbox/react-toolbox/commit/c111030)) +* Changes for spec demo ([c833dd7](https://github.com/react-toolbox/react-toolbox/commit/c833dd7)) +* Changes on spec ([96c4c5f](https://github.com/react-toolbox/react-toolbox/commit/96c4c5f)) +* Classes for different states ([d99c275](https://github.com/react-toolbox/react-toolbox/commit/d99c275)) +* Configure webpack dev server to accept connections from mobile ([40948c2](https://github.com/react-toolbox/react-toolbox/commit/40948c2)) +* Consolidate keys and values with proptype.any ([d227181](https://github.com/react-toolbox/react-toolbox/commit/d227181)) +* Consolidate properties ([5775ab4](https://github.com/react-toolbox/react-toolbox/commit/5775ab4)) +* Convert .stylus to .scss ([cdd79bd](https://github.com/react-toolbox/react-toolbox/commit/cdd79bd)) +* Create CSS not react-inline ([1571653](https://github.com/react-toolbox/react-toolbox/commit/1571653)) +* Delete coffeescript prefixer ([dc79b20](https://github.com/react-toolbox/react-toolbox/commit/dc79b20)) +* Delete console log type ([14e1f85](https://github.com/react-toolbox/react-toolbox/commit/14e1f85)) +* Delete empty folder ([6a64570](https://github.com/react-toolbox/react-toolbox/commit/6a64570)) +* Determine correct origin of ([0f5a58c](https://github.com/react-toolbox/react-toolbox/commit/0f5a58c)) +* Determine type of fieldset ([92bd5ca](https://github.com/react-toolbox/react-toolbox/commit/92bd5ca)) +* Dialog ([d991efc](https://github.com/react-toolbox/react-toolbox/commit/d991efc)) +* Disable linting of parameter reassignation ([5a451ac](https://github.com/react-toolbox/react-toolbox/commit/5a451ac)) +* Disable warning for underscore in variables in ESLint ([fea1ef2](https://github.com/react-toolbox/react-toolbox/commit/fea1ef2)) +* DisplayName property ([f4618ae](https://github.com/react-toolbox/react-toolbox/commit/f4618ae)) +* Documentation ([afda33d](https://github.com/react-toolbox/react-toolbox/commit/afda33d)) +* Documentation for