diff --git a/.babelrc b/.babelrc
index e0e22ee73..420173781 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,11 +1,9 @@
{
- "stage": 2,
- "optional": ["es7.classProperties"],
+ "presets": ["es2015", "stage-0", "react"],
"env": {
"development": {
- "plugins": ["react-transform"],
- "extra": {
- "react-transform": {
+ "plugins": [
+ ["react-transform", {
"transforms": [{
"transform": "react-transform-hmr",
"imports": ["react"],
@@ -14,8 +12,8 @@
"transform": "react-transform-catch-errors",
"imports": ["react", "redbox-react"]
}]
- }
- }
+ }]
+ ]
}
}
}
diff --git a/.bumpedrc b/.bumpedrc
index 023de6484..04826e51e 100644
--- a/.bumpedrc
+++ b/.bumpedrc
@@ -3,7 +3,6 @@ files: [
]
plugins:
-
prerelease:
'Linting config files':
@@ -17,15 +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 origin dev && git push --tags origin dev'
'Publishing at NPM':
plugin: 'bumped-terminal'
diff --git a/.csscomb.json b/.csscomb.json
deleted file mode 100644
index 3a6196e37..000000000
--- a/.csscomb.json
+++ /dev/null
@@ -1,317 +0,0 @@
-{
- "always-semicolon": true,
- "block-indent": 2,
- "color-case": "lower",
- "color-shorthand": true,
- "element-case": "lower",
- "eof-newline": true,
- "leading-zero": false,
- "remove-empty-rulesets": true,
- "space-after-colon": 1,
- "space-after-combinator": 1,
- "space-before-selector-delimiter": 0,
- "space-between-declarations": "\n",
- "space-after-opening-brace": "\n",
- "space-before-closing-brace": "\n",
- "space-before-colon": 0,
- "space-before-combinator": 1,
- "space-before-opening-brace": 1,
- "strip-spaces": true,
- "unitless-zero": true,
- "vendor-prefix-align": true,
- "sort-order": [
- [
- "$variable",
- "$extend",
- "$include",
- "composes",
- "position",
- "top",
- "right",
- "bottom",
- "left",
- "z-index",
- "-webkit-box-sizing",
- "-moz-box-sizing",
- "box-sizing",
- "display",
- "float",
- "width",
- "min-width",
- "max-width",
- "height",
- "min-height",
- "max-height",
- "flex",
- "flex-direction",
- "flex-flow",
- "flex-grow",
- "flex-order",
- "flex-pack",
- "flex-align",
- "align-content",
- "align-items",
- "justify-content",
- "padding",
- "padding-top",
- "padding-right",
- "padding-bottom",
- "padding-left",
- "margin",
- "margin-top",
- "margin-right",
- "margin-bottom",
- "margin-left",
- "overflow",
- "overflow-x",
- "overflow-y",
- "-webkit-overflow-scrolling",
- "-ms-overflow-x",
- "-ms-overflow-y",
- "-ms-overflow-style",
- "clip",
- "clear",
- "font",
- "font-family",
- "font-size",
- "font-style",
- "font-weight",
- "font-variant",
- "font-size-adjust",
- "font-stretch",
- "font-effect",
- "font-emphasize",
- "font-emphasize-position",
- "font-emphasize-style",
- "font-smooth",
- "-webkit-hyphens",
- "-moz-hyphens",
- "hyphens",
- "line-height",
- "color",
- "text-align",
- "-webkit-text-align-last",
- "-moz-text-align-last",
- "-ms-text-align-last",
- "text-align-last",
- "text-emphasis",
- "text-emphasis-color",
- "text-emphasis-style",
- "text-emphasis-position",
- "text-decoration",
- "text-indent",
- "text-justify",
- "text-outline",
- "-ms-text-overflow",
- "text-overflow",
- "text-overflow-ellipsis",
- "text-overflow-mode",
- "text-shadow",
- "text-transform",
- "text-wrap",
- "-webkit-text-size-adjust",
- "-ms-text-size-adjust",
- "letter-spacing",
- "-ms-word-break",
- "word-break",
- "word-spacing",
- "-ms-word-wrap",
- "word-wrap",
- "-moz-tab-size",
- "-o-tab-size",
- "tab-size",
- "white-space",
- "vertical-align",
- "list-style",
- "list-style-position",
- "list-style-type",
- "list-style-image",
- "pointer-events",
- "-ms-touch-action",
- "touch-action",
- "cursor",
- "visibility",
- "zoom",
- "table-layout",
- "empty-cells",
- "caption-side",
- "border-spacing",
- "border-collapse",
- "content",
- "quotes",
- "counter-reset",
- "counter-increment",
- "resize",
- "-webkit-user-select",
- "-moz-user-select",
- "-ms-user-select",
- "-o-user-select",
- "user-select",
- "nav-index",
- "nav-up",
- "nav-right",
- "nav-down",
- "nav-left",
- "background",
- "background-color",
- "background-image",
- "-ms-filter:\\'progid:DXImageTransform.Microsoft.gradient",
- "filter:progid:DXImageTransform.Microsoft.gradient",
- "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
- "filter",
- "background-repeat",
- "background-attachment",
- "background-position",
- "background-position-x",
- "background-position-y",
- "-webkit-background-clip",
- "-moz-background-clip",
- "background-clip",
- "background-origin",
- "-webkit-background-size",
- "-moz-background-size",
- "-o-background-size",
- "background-size",
- "border",
- "border-color",
- "border-style",
- "border-width",
- "border-top",
- "border-top-color",
- "border-top-style",
- "border-top-width",
- "border-right",
- "border-right-color",
- "border-right-style",
- "border-right-width",
- "border-bottom",
- "border-bottom-color",
- "border-bottom-style",
- "border-bottom-width",
- "border-left",
- "border-left-color",
- "border-left-style",
- "border-left-width",
- "border-radius",
- "border-top-left-radius",
- "border-top-right-radius",
- "border-bottom-right-radius",
- "border-bottom-left-radius",
- "-webkit-border-image",
- "-moz-border-image",
- "-o-border-image",
- "border-image",
- "-webkit-border-image-source",
- "-moz-border-image-source",
- "-o-border-image-source",
- "border-image-source",
- "-webkit-border-image-slice",
- "-moz-border-image-slice",
- "-o-border-image-slice",
- "border-image-slice",
- "-webkit-border-image-width",
- "-moz-border-image-width",
- "-o-border-image-width",
- "border-image-width",
- "-webkit-border-image-outset",
- "-moz-border-image-outset",
- "-o-border-image-outset",
- "border-image-outset",
- "-webkit-border-image-repeat",
- "-moz-border-image-repeat",
- "-o-border-image-repeat",
- "border-image-repeat",
- "outline",
- "outline-width",
- "outline-style",
- "outline-color",
- "outline-offset",
- "-webkit-box-shadow",
- "-moz-box-shadow",
- "box-shadow",
- "filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
- "-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha",
- "opacity",
- "-ms-interpolation-mode",
- "-webkit-transition",
- "-moz-transition",
- "-ms-transition",
- "-o-transition",
- "transition",
- "-webkit-transition-delay",
- "-moz-transition-delay",
- "-ms-transition-delay",
- "-o-transition-delay",
- "transition-delay",
- "-webkit-transition-timing-function",
- "-moz-transition-timing-function",
- "-ms-transition-timing-function",
- "-o-transition-timing-function",
- "transition-timing-function",
- "-webkit-transition-duration",
- "-moz-transition-duration",
- "-ms-transition-duration",
- "-o-transition-duration",
- "transition-duration",
- "-webkit-transition-property",
- "-moz-transition-property",
- "-ms-transition-property",
- "-o-transition-property",
- "transition-property",
- "transform-style",
- "-webkit-transform",
- "-moz-transform",
- "-ms-transform",
- "-o-transform",
- "transform",
- "-webkit-transform-origin",
- "-moz-transform-origin",
- "-ms-transform-origin",
- "-o-transform-origin",
- "transform-origin",
- "-webkit-animation",
- "-moz-animation",
- "-ms-animation",
- "-o-animation",
- "animation",
- "-webkit-animation-name",
- "-moz-animation-name",
- "-ms-animation-name",
- "-o-animation-name",
- "animation-name",
- "-webkit-animation-duration",
- "-moz-animation-duration",
- "-ms-animation-duration",
- "-o-animation-duration",
- "animation-duration",
- "-webkit-animation-play-state",
- "-moz-animation-play-state",
- "-ms-animation-play-state",
- "-o-animation-play-state",
- "animation-play-state",
- "-webkit-animation-timing-function",
- "-moz-animation-timing-function",
- "-ms-animation-timing-function",
- "-o-animation-timing-function",
- "animation-timing-function",
- "-webkit-animation-delay",
- "-moz-animation-delay",
- "-ms-animation-delay",
- "-o-animation-delay",
- "animation-delay",
- "-webkit-animation-iteration-count",
- "-moz-animation-iteration-count",
- "-ms-animation-iteration-count",
- "-o-animation-iteration-count",
- "animation-iteration-count",
- "-webkit-animation-direction",
- "-moz-animation-direction",
- "-ms-animation-direction",
- "-o-animation-direction",
- "animation-direction",
- "backface-visibility",
- "will-change",
- "fill"
- ]
- ]
-}
diff --git a/.eslintrc b/.eslintrc
index 32c6d3f36..136e551f9 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -17,6 +17,7 @@
"parser": "babel-eslint",
"plugins": [
+ "babel",
"react"
],
@@ -31,7 +32,7 @@
"comma-style": [2, "last"],
"complexity": [0, 11],
"constructor-super": [2],
- "consistent-return": [2],
+ "consistent-return": [0],
"consistent-this": [0, "that"],
"curly": [2, "multi-line"],
"default-case": [2],
@@ -43,7 +44,6 @@
"func-names": [0],
"func-style": [0, "declaration"],
"generator-star-spacing": [2, "after"],
- "strict": [2, "always"],
"guard-for-in": [0],
"handle-callback-err": [0],
"key-spacing": [2, {
@@ -57,9 +57,7 @@
"max-params": [0, 3],
"max-statements": [0, 10],
"new-parens": [2],
- "new-cap": [2, {
- "capIsNewExceptions": ["CSSModules", "ToInteger", "ToObject", "ToPrimitive", "ToUint32"]
- }],
+ "new-cap": [0],
"newline-after-var": [0],
"no-alert": [2],
"no-array-constructor": [2],
@@ -80,7 +78,6 @@
"no-else-return": [0],
"no-empty": [2],
"no-empty-character-class": [2],
- "no-empty-label": [2],
"no-eq-null": [0],
"no-eval": [2],
"no-ex-assign": [2],
@@ -150,7 +147,9 @@
"no-undefined": [0],
"no-underscore-dangle": [0],
"no-unreachable": [2],
- "no-unused-expressions": [2],
+ "no-unused-expressions": [2, {
+ "allowShortCircuit": true
+ }],
"no-unused-vars": [1, {
"vars": "all",
"args": "after-used"
@@ -163,24 +162,19 @@
"location": "start"
}],
"no-with": [2],
+ "object-shorthand": [2],
"one-var": [0],
"operator-assignment": [0, "always"],
- "operator-linebreak": [2, "after"],
+ "operator-linebreak": [2, "before"],
"padded-blocks": [0],
"prefer-const": [2],
+ "prefer-spread": [2],
"quote-props": [0],
"radix": [0],
"semi": [2],
- "semi-spacing": [2, {
- "before": false,
- "after": true
- }],
"sort-vars": [0],
- "space-after-keywords": [2, "always"],
- "space-before-function-paren": [2, {
- "anonymous": "always",
- "named": "always"
- }],
+ "keyword-spacing": [2, {"after": true}],
+ "space-before-function-paren": [2, { "anonymous": "always", "named": "always" }],
"space-before-blocks": [0, "always"],
"space-in-brackets": [0, "never", {
"singleValue": true,
@@ -192,7 +186,6 @@
}],
"space-in-parens": [2, "never"],
"space-infix-ops": [2],
- "space-return-throw-case": [2],
"space-unary-ops": [2, {
"words": true,
"nonwords": false
@@ -208,8 +201,27 @@
"yoda": [2, "never", {
"exceptRange": true
}],
- "react/jsx-uses-react": [2],
- "react/jsx-uses-vars": [2],
- "react/react-in-jsx-scope": [2]
+ "react/display-name": 0,
+ "react/jsx-boolean-value": 1,
+ "react/jsx-closing-bracket-location": 0,
+ "react/jsx-curly-spacing": 1,
+ "react/jsx-max-props-per-line": 0,
+ "react/jsx-indent-props": 0,
+ "react/jsx-no-duplicate-props": 1,
+ "react/jsx-no-undef": 1,
+ "react/jsx-pascal-case": 1,
+ "react/sort-prop-types": 1,
+ "react/jsx-sort-props": 0,
+ "react/jsx-uses-react": 1,
+ "react/jsx-uses-vars": 1,
+ "react/no-danger": 0,
+ "react/no-did-mount-set-state": 0,
+ "react/no-did-update-set-state": 1,
+ "react/no-multi-comp": 0,
+ "react/no-unknown-property": 1,
+ "react/prop-types": [2, {"ignore": ["onMouseDown", "onTouchStart"]}],
+ "react/react-in-jsx-scope": 1,
+ "react/self-closing-comp": 1,
+ "react/sort-comp": 1
}
}
diff --git a/.gitignore b/.gitignore
index bb9bc230a..5aba682b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
-build
lib
+build
node_modules
npm-debug.log
+.idea
+.DS_Store
diff --git a/.lintstagedrc b/.lintstagedrc
new file mode 100644
index 000000000..8a2904f4d
--- /dev/null
+++ b/.lintstagedrc
@@ -0,0 +1,7 @@
+{
+ "*.js": [
+ "eslint --fix",
+ "git add"
+ ],
+ "*.scss": "sass-lint --max-warnings 0 -v"
+}
diff --git a/.npmignore b/.npmignore
new file mode 100644
index 000000000..528c6b250
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,11 @@
+.*rc
+.eslintignore
+.csscomb.json
+.*.yml
+.editorconfig
+karma.conf.js
+server.js
+tests.webpack.js
+webpack.config.*
+docs
+spec
diff --git a/.nvmrc b/.nvmrc
index fae6e3d04..9e3a93350 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
-4.2.1
+4.4.3
diff --git a/.sass-lint.yml b/.sass-lint.yml
new file mode 100644
index 000000000..abd6057ef
--- /dev/null
+++ b/.sass-lint.yml
@@ -0,0 +1,397 @@
+options:
+ formatter: stylish
+ merge-default-rules: false
+rules:
+ border-zero: 1
+ brace-style:
+ - 1
+ - allow-single-line: true
+ class-name-format:
+ - 0
+ - convention: hyphenatedlowercase
+ clean-import-paths:
+ - 1
+ - filename-extension: false
+ leading-underscore: false
+ empty-line-between-blocks:
+ - 0
+ - ignore-single-line-rulesets: true
+ extends-before-declarations: 0
+ extends-before-mixins: 0
+ final-newline:
+ - 1
+ - include: true
+ force-attribute-nesting: 0
+ force-element-nesting: 0
+ force-pseudo-nesting: 0
+ function-name-format:
+ - 1
+ - allow-leading-underscore: true
+ convention: hyphenatedlowercase
+ hex-length:
+ - 1
+ - style: short
+ hex-notation:
+ - 1
+ - style: lowercase
+ id-name-format:
+ - 0
+ - convention: hyphenatedlowercase
+ indentation:
+ - 1
+ - size: 2
+ leading-zero:
+ - 0
+ - include: false
+ mixin-name-format:
+ - 1
+ - allow-leading-underscore: true
+ convention: hyphenatedlowercase
+ mixins-before-declarations: 0
+ nesting-depth: 0
+ no-color-literals: 0
+ no-css-comments: 1
+ no-debug: 1
+ no-duplicate-properties:
+ - 1
+ - exclude: []
+ no-empty-rulesets: 1
+ no-ids: 1
+ no-important: 0
+ no-invalid-hex: 1
+ no-mergeable-selectors: 0
+ no-misspelled-properties:
+ - 1
+ - extra-properties:
+ - composes
+ no-qualifying-elements:
+ - 0
+ - allow-element-with-attribute: false
+ allow-element-with-class: false
+ allow-element-with-id: false
+ no-trailing-zero: 1
+ no-url-protocols: 1
+ placeholder-in-extend: 0
+ property-sort-order:
+ - 1
+ - ignore-custom-properties: false
+ order:
+ - $variable
+ - $extend
+ - $include
+ - composes
+ - position
+ - top
+ - right
+ - bottom
+ - left
+ - z-index
+ - '-webkit-box-sizing'
+ - '-moz-box-sizing'
+ - box-sizing
+ - display
+ - float
+ - width
+ - min-width
+ - max-width
+ - height
+ - min-height
+ - max-height
+ - flex
+ - flex-align
+ - flex-direction
+ - flex-flow
+ - flex-grow
+ - flex-order
+ - flex-pack
+ - flex-wrap
+ - align-content
+ - align-items
+ - justify-content
+ - padding
+ - padding-top
+ - padding-right
+ - padding-bottom
+ - padding-left
+ - margin
+ - margin-top
+ - margin-right
+ - margin-bottom
+ - margin-left
+ - overflow
+ - overflow-x
+ - overflow-y
+ - '-webkit-overflow-scrolling'
+ - '-ms-overflow-x'
+ - '-ms-overflow-y'
+ - '-ms-overflow-style'
+ - clip
+ - clear
+ - font
+ - font-family
+ - font-size
+ - font-style
+ - font-weight
+ - font-variant
+ - font-size-adjust
+ - font-stretch
+ - font-effect
+ - font-emphasize
+ - font-emphasize-position
+ - font-emphasize-style
+ - font-smooth
+ - '-webkit-hyphens'
+ - '-moz-hyphens'
+ - hyphens
+ - line-height
+ - color
+ - text-align
+ - '-webkit-text-align-last'
+ - '-moz-text-align-last'
+ - '-ms-text-align-last'
+ - text-align-last
+ - text-emphasis
+ - text-emphasis-color
+ - text-emphasis-style
+ - text-emphasis-position
+ - text-decoration
+ - text-indent
+ - text-justify
+ - text-outline
+ - '-ms-text-overflow'
+ - text-overflow
+ - text-overflow-ellipsis
+ - text-overflow-mode
+ - text-shadow
+ - text-transform
+ - text-wrap
+ - '-webkit-text-size-adjust'
+ - '-ms-text-size-adjust'
+ - letter-spacing
+ - '-ms-word-break'
+ - word-break
+ - word-spacing
+ - '-ms-word-wrap'
+ - word-wrap
+ - '-moz-tab-size'
+ - '-o-tab-size'
+ - tab-size
+ - white-space
+ - vertical-align
+ - list-style
+ - list-style-position
+ - list-style-type
+ - list-style-image
+ - pointer-events
+ - '-ms-touch-action'
+ - touch-action
+ - cursor
+ - visibility
+ - zoom
+ - table-layout
+ - empty-cells
+ - caption-side
+ - border-spacing
+ - border-collapse
+ - content
+ - quotes
+ - counter-reset
+ - counter-increment
+ - resize
+ - '-webkit-user-select'
+ - '-moz-user-select'
+ - '-ms-user-select'
+ - '-o-user-select'
+ - user-select
+ - nav-index
+ - nav-up
+ - nav-right
+ - nav-down
+ - nav-left
+ - background
+ - background-color
+ - background-image
+ - "-ms-filter:\\'progid:DXImageTransform.Microsoft.gradient"
+ - 'filter:progid:DXImageTransform.Microsoft.gradient'
+ - 'filter:progid:DXImageTransform.Microsoft.AlphaImageLoader'
+ - filter
+ - background-repeat
+ - background-attachment
+ - background-position
+ - background-position-x
+ - background-position-y
+ - '-webkit-background-clip'
+ - '-moz-background-clip'
+ - background-clip
+ - background-origin
+ - '-webkit-background-size'
+ - '-moz-background-size'
+ - '-o-background-size'
+ - background-size
+ - border
+ - border-color
+ - border-style
+ - border-width
+ - border-top
+ - border-top-color
+ - border-top-style
+ - border-top-width
+ - border-right
+ - border-right-color
+ - border-right-style
+ - border-right-width
+ - border-bottom
+ - border-bottom-color
+ - border-bottom-style
+ - border-bottom-width
+ - border-left
+ - border-left-color
+ - border-left-style
+ - border-left-width
+ - border-radius
+ - border-top-left-radius
+ - border-top-right-radius
+ - border-bottom-right-radius
+ - border-bottom-left-radius
+ - '-webkit-border-image'
+ - '-moz-border-image'
+ - '-o-border-image'
+ - border-image
+ - '-webkit-border-image-source'
+ - '-moz-border-image-source'
+ - '-o-border-image-source'
+ - border-image-source
+ - '-webkit-border-image-slice'
+ - '-moz-border-image-slice'
+ - '-o-border-image-slice'
+ - border-image-slice
+ - '-webkit-border-image-width'
+ - '-moz-border-image-width'
+ - '-o-border-image-width'
+ - border-image-width
+ - '-webkit-border-image-outset'
+ - '-moz-border-image-outset'
+ - '-o-border-image-outset'
+ - border-image-outset
+ - '-webkit-border-image-repeat'
+ - '-moz-border-image-repeat'
+ - '-o-border-image-repeat'
+ - border-image-repeat
+ - outline
+ - outline-width
+ - outline-style
+ - outline-color
+ - outline-offset
+ - '-webkit-box-shadow'
+ - '-moz-box-shadow'
+ - box-shadow
+ - 'filter:progid:DXImageTransform.Microsoft.Alpha(Opacity'
+ - "-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha"
+ - opacity
+ - '-ms-interpolation-mode'
+ - '-webkit-transition'
+ - '-moz-transition'
+ - '-ms-transition'
+ - '-o-transition'
+ - transition
+ - '-webkit-transition-delay'
+ - '-moz-transition-delay'
+ - '-ms-transition-delay'
+ - '-o-transition-delay'
+ - transition-delay
+ - '-webkit-transition-timing-function'
+ - '-moz-transition-timing-function'
+ - '-ms-transition-timing-function'
+ - '-o-transition-timing-function'
+ - transition-timing-function
+ - '-webkit-transition-duration'
+ - '-moz-transition-duration'
+ - '-ms-transition-duration'
+ - '-o-transition-duration'
+ - transition-duration
+ - '-webkit-transition-property'
+ - '-moz-transition-property'
+ - '-ms-transition-property'
+ - '-o-transition-property'
+ - transition-property
+ - transform-style
+ - '-webkit-transform'
+ - '-moz-transform'
+ - '-ms-transform'
+ - '-o-transform'
+ - transform
+ - '-webkit-transform-origin'
+ - '-moz-transform-origin'
+ - '-ms-transform-origin'
+ - '-o-transform-origin'
+ - transform-origin
+ - '-webkit-animation'
+ - '-moz-animation'
+ - '-ms-animation'
+ - '-o-animation'
+ - animation
+ - '-webkit-animation-name'
+ - '-moz-animation-name'
+ - '-ms-animation-name'
+ - '-o-animation-name'
+ - animation-name
+ - '-webkit-animation-duration'
+ - '-moz-animation-duration'
+ - '-ms-animation-duration'
+ - '-o-animation-duration'
+ - animation-duration
+ - '-webkit-animation-play-state'
+ - '-moz-animation-play-state'
+ - '-ms-animation-play-state'
+ - '-o-animation-play-state'
+ - animation-play-state
+ - '-webkit-animation-timing-function'
+ - '-moz-animation-timing-function'
+ - '-ms-animation-timing-function'
+ - '-o-animation-timing-function'
+ - animation-timing-function
+ - '-webkit-animation-delay'
+ - '-moz-animation-delay'
+ - '-ms-animation-delay'
+ - '-o-animation-delay'
+ - animation-delay
+ - '-webkit-animation-iteration-count'
+ - '-moz-animation-iteration-count'
+ - '-ms-animation-iteration-count'
+ - '-o-animation-iteration-count'
+ - animation-iteration-count
+ - '-webkit-animation-direction'
+ - '-moz-animation-direction'
+ - '-ms-animation-direction'
+ - '-o-animation-direction'
+ - animation-direction
+ - backface-visibility
+ - will-change
+ - fill
+ quotes:
+ - 1
+ - style: double
+ shorthand-values: 1
+ single-line-per-selector: 0
+ space-after-bang:
+ - 1
+ - include: false
+ space-after-colon: 1
+ space-after-comma: 0
+ space-before-bang:
+ - 1
+ - include: true
+ space-before-brace:
+ - 1
+ - include: true
+ space-before-colon: 1
+ space-between-parens:
+ - 1
+ - include: false
+ trailing-semicolon: 1
+ url-quotes: 1
+ variable-name-format:
+ - 1
+ - allow-leading-underscore: true
+ convention: hyphenatedlowercase
+ zero-unit: 1
diff --git a/.scss-lint.yml b/.scss-lint.yml
deleted file mode 100644
index 58d80c532..000000000
--- a/.scss-lint.yml
+++ /dev/null
@@ -1,470 +0,0 @@
-scss_files: "./components/**/*.scss"
-
-linters:
- BangFormat:
- enabled: true
- space_before_bang: true
- space_after_bang: false
-
- BorderZero:
- enabled: true
-
- ColorKeyword:
- enabled: true
-
- ColorVariable:
- enabled: false
-
- Comment:
- enabled: true
- exclude: []
-
- DebugStatement:
- enabled: true
-
- DeclarationOrder:
- enabled: false
-
- DuplicateProperty:
- enabled: true
- exclude: []
-
- ElsePlacement:
- enabled: true
- style: same_line # or 'new_line'
-
- EmptyLineBetweenBlocks:
- enabled: false
- ignore_single_line_blocks: true
-
- EmptyRule:
- enabled: true
-
- FinalNewline:
- enabled: true
- present: true
-
- HexLength:
- enabled: true
- style: short # or 'long'
-
- HexNotation:
- enabled: true
- style: lowercase # or 'uppercase'
-
- HexValidation:
- enabled: true
-
- IdSelector:
- enabled: true
-
- ImportantRule:
- enabled: false
-
- ImportPath:
- enabled: true
- leading_underscore: false
- filename_extension: false
-
- Indentation:
- enabled: true
- character: space # or 'tab'
- width: 2
-
- LeadingZero:
- enabled: false
- style: exclude_zero # or 'include_zero'
-
- MergeableSelector:
- enabled: false
- force_nesting: true
-
- NameFormat:
- enabled: true
- allow_leading_underscore: true
- convention: hyphenated_lowercase # or 'BEM', or a regex pattern
-
- NestingDepth:
- enabled: false
-
- PlaceholderInExtend:
- enabled: false
-
- PropertySortOrder:
- enabled: true
- ignore_unspecified: false
- severity: warning
- exclude: []
- order: [
- "$variable",
- "$extend",
- "$include",
- "composes",
- "position",
- "top",
- "right",
- "bottom",
- "left",
- "z-index",
- "-webkit-box-sizing",
- "-moz-box-sizing",
- "box-sizing",
- "display",
- "float",
- "width",
- "min-width",
- "max-width",
- "height",
- "min-height",
- "max-height",
- "flex",
- "flex-direction",
- "flex-flow",
- "flex-grow",
- "flex-order",
- "flex-pack",
- "flex-align",
- "align-content",
- "align-items",
- "justify-content",
- "padding",
- "padding-top",
- "padding-right",
- "padding-bottom",
- "padding-left",
- "margin",
- "margin-top",
- "margin-right",
- "margin-bottom",
- "margin-left",
- "overflow",
- "overflow-x",
- "overflow-y",
- "-webkit-overflow-scrolling",
- "-ms-overflow-x",
- "-ms-overflow-y",
- "-ms-overflow-style",
- "clip",
- "clear",
- "font",
- "font-family",
- "font-size",
- "font-style",
- "font-weight",
- "font-variant",
- "font-size-adjust",
- "font-stretch",
- "font-effect",
- "font-emphasize",
- "font-emphasize-position",
- "font-emphasize-style",
- "font-smooth",
- "-webkit-hyphens",
- "-moz-hyphens",
- "hyphens",
- "line-height",
- "color",
- "text-align",
- "-webkit-text-align-last",
- "-moz-text-align-last",
- "-ms-text-align-last",
- "text-align-last",
- "text-emphasis",
- "text-emphasis-color",
- "text-emphasis-style",
- "text-emphasis-position",
- "text-decoration",
- "text-indent",
- "text-justify",
- "text-outline",
- "-ms-text-overflow",
- "text-overflow",
- "text-overflow-ellipsis",
- "text-overflow-mode",
- "text-shadow",
- "text-transform",
- "text-wrap",
- "-webkit-text-size-adjust",
- "-ms-text-size-adjust",
- "letter-spacing",
- "-ms-word-break",
- "word-break",
- "word-spacing",
- "-ms-word-wrap",
- "word-wrap",
- "-moz-tab-size",
- "-o-tab-size",
- "tab-size",
- "white-space",
- "vertical-align",
- "list-style",
- "list-style-position",
- "list-style-type",
- "list-style-image",
- "pointer-events",
- "-ms-touch-action",
- "touch-action",
- "cursor",
- "visibility",
- "zoom",
- "table-layout",
- "empty-cells",
- "caption-side",
- "border-spacing",
- "border-collapse",
- "content",
- "quotes",
- "counter-reset",
- "counter-increment",
- "resize",
- "-webkit-user-select",
- "-moz-user-select",
- "-ms-user-select",
- "-o-user-select",
- "user-select",
- "nav-index",
- "nav-up",
- "nav-right",
- "nav-down",
- "nav-left",
- "background",
- "background-color",
- "background-image",
- "-ms-filter:\\'progid:DXImageTransform.Microsoft.gradient",
- "filter:progid:DXImageTransform.Microsoft.gradient",
- "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
- "filter",
- "background-repeat",
- "background-attachment",
- "background-position",
- "background-position-x",
- "background-position-y",
- "-webkit-background-clip",
- "-moz-background-clip",
- "background-clip",
- "background-origin",
- "-webkit-background-size",
- "-moz-background-size",
- "-o-background-size",
- "background-size",
- "border",
- "border-color",
- "border-style",
- "border-width",
- "border-top",
- "border-top-color",
- "border-top-style",
- "border-top-width",
- "border-right",
- "border-right-color",
- "border-right-style",
- "border-right-width",
- "border-bottom",
- "border-bottom-color",
- "border-bottom-style",
- "border-bottom-width",
- "border-left",
- "border-left-color",
- "border-left-style",
- "border-left-width",
- "border-radius",
- "border-top-left-radius",
- "border-top-right-radius",
- "border-bottom-right-radius",
- "border-bottom-left-radius",
- "-webkit-border-image",
- "-moz-border-image",
- "-o-border-image",
- "border-image",
- "-webkit-border-image-source",
- "-moz-border-image-source",
- "-o-border-image-source",
- "border-image-source",
- "-webkit-border-image-slice",
- "-moz-border-image-slice",
- "-o-border-image-slice",
- "border-image-slice",
- "-webkit-border-image-width",
- "-moz-border-image-width",
- "-o-border-image-width",
- "border-image-width",
- "-webkit-border-image-outset",
- "-moz-border-image-outset",
- "-o-border-image-outset",
- "border-image-outset",
- "-webkit-border-image-repeat",
- "-moz-border-image-repeat",
- "-o-border-image-repeat",
- "border-image-repeat",
- "outline",
- "outline-width",
- "outline-style",
- "outline-color",
- "outline-offset",
- "-webkit-box-shadow",
- "-moz-box-shadow",
- "box-shadow",
- "filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
- "-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha",
- "opacity",
- "-ms-interpolation-mode",
- "-webkit-transition",
- "-moz-transition",
- "-ms-transition",
- "-o-transition",
- "transition",
- "-webkit-transition-delay",
- "-moz-transition-delay",
- "-ms-transition-delay",
- "-o-transition-delay",
- "transition-delay",
- "-webkit-transition-timing-function",
- "-moz-transition-timing-function",
- "-ms-transition-timing-function",
- "-o-transition-timing-function",
- "transition-timing-function",
- "-webkit-transition-duration",
- "-moz-transition-duration",
- "-ms-transition-duration",
- "-o-transition-duration",
- "transition-duration",
- "-webkit-transition-property",
- "-moz-transition-property",
- "-ms-transition-property",
- "-o-transition-property",
- "transition-property",
- "transform-style",
- "-webkit-transform",
- "-moz-transform",
- "-ms-transform",
- "-o-transform",
- "transform",
- "-webkit-transform-origin",
- "-moz-transform-origin",
- "-ms-transform-origin",
- "-o-transform-origin",
- "transform-origin",
- "-webkit-animation",
- "-moz-animation",
- "-ms-animation",
- "-o-animation",
- "animation",
- "-webkit-animation-name",
- "-moz-animation-name",
- "-ms-animation-name",
- "-o-animation-name",
- "animation-name",
- "-webkit-animation-duration",
- "-moz-animation-duration",
- "-ms-animation-duration",
- "-o-animation-duration",
- "animation-duration",
- "-webkit-animation-play-state",
- "-moz-animation-play-state",
- "-ms-animation-play-state",
- "-o-animation-play-state",
- "animation-play-state",
- "-webkit-animation-timing-function",
- "-moz-animation-timing-function",
- "-ms-animation-timing-function",
- "-o-animation-timing-function",
- "animation-timing-function",
- "-webkit-animation-delay",
- "-moz-animation-delay",
- "-ms-animation-delay",
- "-o-animation-delay",
- "animation-delay",
- "-webkit-animation-iteration-count",
- "-moz-animation-iteration-count",
- "-ms-animation-iteration-count",
- "-o-animation-iteration-count",
- "animation-iteration-count",
- "-webkit-animation-direction",
- "-moz-animation-direction",
- "-ms-animation-direction",
- "-o-animation-direction",
- "animation-direction",
- "backface-visibility",
- "will-change",
- "fill"
- ]
-
- PropertySpelling:
- enabled: true
- extra_properties: [composes]
-
- QualifyingElement:
- enabled: false
- allow_element_with_attribute: false
- allow_element_with_class: false
- allow_element_with_id: false
-
- SelectorDepth:
- enabled: false
-
- SelectorFormat:
- enabled: true
- convention: hyphenated_lowercase # or 'BEM', or 'snake_case', or 'camel_case', or a regex pattern
-
- Shorthand:
- enabled: true
-
- SingleLinePerProperty:
- enabled: true
- allow_single_line_rule_sets: true
-
- SingleLinePerSelector:
- enabled: false
-
- SpaceAfterComma:
- enabled: false
-
- SpaceAfterPropertyColon:
- enabled: true
- style: at_least_one_space # or 'no_space', or 'at_least_one_space', or 'aligned'
-
- SpaceAfterPropertyName:
- enabled: true
-
- SpaceBeforeBrace:
- enabled: true
- style: space
- allow_single_line_padding: true
-
- SpaceBetweenParens:
- enabled: true
- spaces: 0
-
- StringQuotes:
- enabled: true
- style: double_quotes
-
- TrailingSemicolon:
- enabled: true
-
- TrailingZero:
- enabled: false
-
- UnnecessaryMantissa:
- enabled: true
-
- UnnecessaryParentReference:
- enabled: true
-
- UrlFormat:
- enabled: true
-
- UrlQuotes:
- enabled: true
-
- VendorPrefixes:
- enabled: true
- identifier_list: base
- include: []
- exclude: []
-
- ZeroUnit:
- enabled: true
-
- Compass::*:
- enabled: false
diff --git a/.travis.yml b/.travis.yml
index 697d35da4..32f6e0478 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,11 @@
+sudo: false
+
language: node_js
+
node_js:
- - "4.2.1"
+ - 6
+ - 4
+
script:
- npm run lint
- npm test
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 000000000..743b17061
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,1562 @@
+
+## 1.1.2 (2016-08-11)
+
+* 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))
+
+
+
+
+## 1.1.1 (2016-08-08)
+
+* 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))
+
+
+
+
+# 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