All Versions
117
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 3

  • v0.12.0-beta.1 Changes

    • โช reverted devDepencies react back to v17 until tests can be migrated away from enzyme. #471
  • v0.12.0-alpha.3 Changes

    • ๐Ÿ‘• migrate from circle-ci to github actions for lint/jest
    • ๐Ÿ”‹ Feature: add support for react 18 #464
  • v0.12.0-alpha.2 Changes

    • Update pragma to /** @jsxImportSource @emotion/react */ to fix issue with the new jsx runtime.
    • โšก๏ธ update all dependencies to latest version and rebuild demo site
  • v0.12.0-alpha.1 Changes

    • ๐Ÿ”‹ Feature: output commonjs, es module, and umd file types.
  • v0.11.0 Changes

    • ๐Ÿ”‹ Feature: added speedMultiplier prop to allow controlling the speed of animations.
  • v0.11.0-beta.1 Changes

    • No changes, just promoting to beta
  • v0.11.0-alpha.8 Changes

    • โšก๏ธ Update readme to include speed multiplier prop
  • v0.11.0-alpha.7 Changes

    • Implemented speedMultiplier props to all loaders
    • โž• Added feature flag to demo site. adding a url param speed-multiplier=true will enable to input
  • v0.11.0-alpha.6 Changes

    • ๐Ÿ”จ Refactored all the tests using shared specs to reduce maintenance cost.
    • โœ‚ Removed unnecessary type in colors.ts to let typescript infer.
  • v0.11.0-alpha.5 Changes

    • โœ… Implement speedMultipler prop to PulseLoader. This is done to test the API for a single loader before adding to the rest.