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

Changelog History
Page 1

  • v0.13.6 Changes

    • ๐Ÿ‘Œ Improve formatting of example code to include data-testid prop
  • v0.13.5 Changes

    • ๐Ÿ‘Œ Improve README to include additional available props via span tag
  • v0.13.4 Changes

    • ๐Ÿ›  bugfix: fix server side render issue on HashLoader
  • v0.13.3 Changes

    • ๐Ÿ›  bugfix: Fix PuffLoader initial rendering issue
  • v0.13.2 Changes

    • โœ‚ remove next version badge until needed
  • v0.13.1 Changes

    • โšก๏ธ update homepage in package.json
  • v0.13.0 Changes

    • Rewrite each loader from the ground up using functional components.
    • ๐Ÿ’… Replaced @emotion with vanilla javascript and inline style to reduce component size by 75%. This project now have 0 dependencies, while continuing to support server side rendering.
    • โž• Added support for custom props such as aria-label
    • ๐Ÿ“‡ renamed css prop to cssOverride to avoid type conflicts with css-in-js libraries.
  • v0.13.0-beta.7 Changes

    • ๐Ÿ›  bugfix: fix style warnings on ClipLoader and CircleLoader
  • v0.13.0-beta.6 Changes

    • ๐Ÿ›  bugfix: fix GridLoader rendering issue
  • v0.13.0-beta.5 Changes

    • ๐Ÿ’ฅ BREAKING CHANGE: css prop has been renamed to cssOverride to avoid type conflicts with css-in-js libraries such as emotion and styled-components