react-md-spinner v1.0.0 Release Notes
Release Date: 2019-06-09 // almost 6 years ago-
๐ 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 onssrBehavior
API.
๐ Changed to use
stylis
instead ofinline-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.
Previous changes from v0.4.0
-
- ๐ Replace deprecated lifecycle hook. Thanks @ChrisBrownie55 !