# CHANGELOG ## 1.0.0 (2019-06-09) ### New Features - Rewrite with TypeScript! - Small bundle size!! - Build process using rollup and babel. (support `module` field) - Storybook examples. ### Breaking Changes - Remove `useAgent` props. (always vendor prefixes) - Remove `useAgent` argument on `ssrBehavior` API. Changed to use `stylis` instead of `inline-style-prefixer`. Along with that, we now always have a vendor prefix for styles in `@keyframes`. These changes have the benefit of reducing the bundle size. ### Internal Changes - TSLint -> ESLint. - Using Prettier. - Using Dependabot. ## 0.4.0 (2019-06-01) - Replace deprecated lifecycle hook. Thanks [@ChrisBrownie55](https://github.com/ChrisBrownie55) ! ## 0.3.0 (2018-07-08) - Add `borderSize` props. Thanks [@dbalas](https://github.com/dbalas) ! ## 0.2.5 (2017-07-22) - Changes unused Component types from `undefined` to `{}` Thanks [@nbgraham](https://github.com/nbgraham) ! ## 0.2.4 (2017-05-22) - Add type declaration file for typescript [#9](https://github.com/tsuyoshiwada/react-md-spinner/pull/9) Thanks [@devholic](https://github.com/devholic) !! ## 0.2.3 (2017-05-08) - [rofrischmann/inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer) update to `3.0.3`. [#8](https://github.com/tsuyoshiwada/react-md-spinner/pull/8) Thanks [@MichaelDeBoey](https://github.com/MichaelDeBoey). - Bump 'react-highlight' dependency. - Add dependencies [caniuse-api](https://github.com/nyalab/caniuse-api) package. ## 0.2.2 (2017-04-21) - Use 'prop-types' package instead of React.PropTypes. ([#6](https://github.com/tsuyoshiwada/react-md-spinner/pull/6)) Thanks [@MichaelDeBoey](https://github.com/MichaelDeBoey). ## 0.2.1 (2017-03-09) - Update dev/dependencies. - [rofrischmann/inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer) update to `3.0.1`. ## 0.2.0 (2017-02-02) ### New features - Full support for Server-Side Rendering. [#3](https://github.com/tsuyoshiwada/react-md-spinner/issues/3). - Thanks [@cescoferraro](https://github.com/cescoferraro)! - Add `ssrBehavior` utilities. - Please checkout [examples](./examples/) directory for details. ### Minor changes - Add [examples](./examples/). - Update docs. - Add this ChangeLog. - Change to `docs` from `demo` for gh-pages. - Update dependencies. ## 0.1.0 (2016-09-23) ### New features - Add `userAgent` props. (for Server-Side Rendering) - Thanks [@ryan-codingintrigue](https://github.com/ryan-codingintrigue)! ### Minor changes - Update dependencies. ## 0.0.3 (2016-07-19) - Fix specification of the numeric string on size prop. - Update dependencies. ## 0.0.2 (2016-07-03) - Fix npm files in package.json. ## 0.0.1 (2016-07-03) - First release.