chore(deps): bump react-spinners from 0.10.4 to 0.13.4
Bumps react-spinners from 0.10.4 to 0.13.4.
Release notes
Sourced from react-spinners's releases.
0.13.0
Major Changes
Feature: Removed
@emotion/reactas 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 0.12.0
Feature: Add support for custom props such as
aria-labelFeature: UpdatedRiseLoaderrise amount to be the same assizeprop instead of hard coded 30pxBreaking Change:
cssprop is renamed tocssOverrideto avoid conflicts with css-in-js librariesStorybook 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: inheritto the default styles to fix the rendering issue- bugfix: GridLoader's rendering issue
0.12.0
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.
Changelog
Sourced from react-spinners's changelog.
0.13.4
- bugfix: fix server side render issue on
HashLoader0.13.3
- bugfix: Fix PuffLoader initial rendering issue
0.13.2
- remove next version badge until needed
0.13.1
- update homepage in package.json
0.13.0
- Rewrite each loader from the ground up using functional components.
- Replaced
@emotionwith 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
cssprop tocssOverrideto avoid type conflicts with css-in-js libraries.0.13.0-beta.7
- bugfix: fix style warnings on ClipLoader and CircleLoader
0.13.0-beta.6
- bugfix: fix GridLoader rendering issue
0.13.0-beta.5
- BREAKING CHANGE:
cssprop has been renamed tocssOverrideto avoid type conflicts with css-in-js libraries such as emotion and styled-components0.13.0-beta.4
- bugfix: Fix
document is not definedwhen rendering server side0.13.0-beta.3
- update
.npmignoreto ignorestoriesfolder, yarn error log0.13.0-beta.2
- bugfix: Update
tsconfig.jsonto ignorestoriesfolder. This caused the outputted files to not be in the root directory and breaking the imports.0.13.0-beta.1
- bugfix: Properly assign important tag to
GridLoaderwidth prop.
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)