Skip to content

Releases: davidhu2000/react-spinners

v0.17.0

21 Apr 16:03
0a3a88c
Compare
Choose a tag to compare

Features

  • fix: add use client to ensure loaders run on server components by @davidhu2000 in #639

Chores

Remove unused outputted files from published package, including umd files, duplicated cjs files, test files, and unnecessary config files. This decreased the total package size by 321KB,

- 541KB
+ 220KB

Changelog

Full Changelog: v0.16.1...v0.17.0

v0.16.1

14 Apr 21:56
Compare
Choose a tag to compare

What's Changed

  • fix: update scale loader prop to be optional to fix breaking change by @davidhu2000 in #638

Full Changelog: v0.16.0...v0.16.1

v0.16.0

14 Apr 20:36
Compare
Choose a tag to compare

Caution

This version included a breaking change in ScaleLoader where the newly introduced barCount prop was not marked as optional. This issue has been patched in v0.16.1.

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

06 Dec 04:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.1...v0.15.0

0.14.1

26 Jun 16:20
Compare
Choose a tag to compare

What's Changed

  • Revert "fix: multiple hash loader with different color renders as the same color" by @davidhu2000 in #605

Full Changelog: 0.14.0...0.14.1

0.14.0

26 Jun 05:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.8...0.14.0

v0.13.8

19 Jan 03:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.7...v0.13.8

0.13.7

03 Dec 06:06
Compare
Choose a tag to compare

What's Changed

fix: PacmanLoader container height/width to adjust with size prop

0.13.0

25 Jun 23:21
a0609b1
Compare
Choose a tag to compare

Major Changes

Feature: Removed @emotion/react as a dependency and rewrote all components as functional components. This library now has ZERO dependencies.

This resulted in a huge component size reduction. As compared between 0.12.0 and 0.13.0

0.13.0
Screen Shot 2022-06-25 at 4 20 30 PM
0.12.0
Screen Shot 2022-06-25 at 4 20 34 PM

Feature: Add support for custom props such as aria-label
Feature: Updated RiseLoader rise amount to be the same as size prop instead of hard coded 30px

Breaking Change: css prop is renamed to cssOverride to avoid conflicts with css-in-js libraries

Storybook is introduced to better demo the components. The demo site is simplified to only allow color changes.

Minor Changes

  • replaced enzyme with react testing library
  • bugfix: add display: inherit to the default styles to fix the rendering issue
  • bugfix: GridLoader's rendering issue

0.12.0

16 May 01:30
Compare
Choose a tag to compare

Major Changes

  • Feature: output commonjs, es module, and umd file types.
  • Feature: add support for react 18 #464

Minor Changes

  • bugfix: Update pragma to /** @jsxImportSource @emotion/react */ to fix issue with the new jsx runtime.