react-md-spinner v1.0.0 Release Notes

Release Date: 2019-06-09 // almost 5 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 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.

Previous changes from v0.4.0