All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Update demo page link to
https://www.react-spinners.com
- Update emotion package to emotion 10
- Breaking change: replaced
className
prop withcss
prop to match Emotion 10.
- update
package.json
to include wider range of version forrecompose
- add
loaders
andspinners
keyword to package.json
- update how
onlyUpdateForKeys
is imported fromrecompose
. Reduced import cost from26kb
to19kb
.
- update README
.babelrc
to useenv
preset
- fix README example import to using correct loader
- add default value for unit props to README
- update readme to include unit props for each loader
- fix single loader import.
- add
className
toindex.d.ts
- update readme to include single loader import
- Remove second import method from readme. Add deprecation warning to 0.4.0
Note: this release has a critical issue and was deprecated. Please update to 0.4.1 or higher.
- Add
className
prop to loaders - Deprecated
loaderStyle
prop for loaders to follow Emotion module standard
Note: this release was deprecated through removing loaderStyle
prop. Please update to 0.4.1 or higher.
- Add
loaderStyle
prop to loaders to allow more customized loader.
- bugfix: fixed rendering issue for FadeLoader, SyncLoader, RotateLoader, and MoonLoader
- Moved
babel-plugin-emotion
to devDependencies and updates to 9.1.0.
- Added
unit
props to each loader to allow%
units on css - bugfix: fixed string concatenation on some loaders that prevented the correct rendering.
- bugfix: add missing
px
forborder-radius
inScaleLoader
styling. - add
minor
andmajor
versioning scripts topackage.json
- add
ISSUE_TEMPLATE.md
andPULL_REQUEST_TEMPLATE.MD
- removed codesponsers from readme.
- updated devDendencies to latest stable versions
- removed unused npm scripts from
package.json
- minor linting fixes after update.
- add
^16.0.0
toreact
andreact-dom
peerDependencies.
- bugfix: change
borderRadius
toborder-radius
inRingLoader
so the browser will recognize the css.
- bugfix: moved
prop-types
to from devDependencies to dependencies. This fixes thePackage not found
error for projects that do not includeprop-types
as a dependency.
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
- add TypeScript typings
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
- bugfix: moved
emotion
from devDependency to dependency. This fixed thePackage not found
error.
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
- update
emotion
package version from7.2.0
to8.0.6
.
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
- update dependencies versions.
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
- fixed some typo in readme.
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
- updated readme.
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
- bugfix: fixed
PulseLoader
size default prop to be the correct type.
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
- bugfix: moved
recompose
from devDependency to dependency. - update author field in
package.json
.
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
- update margin column in readme proptype table.
- update contributors list in
package.json
.
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
- update readme to include note about
react-emotion
plugin for babel. - fixed circleci badge to go to circle ci instead of npm.
- removed flow from test script.
Note: this release has a critical issue and was deprecated. Please update to 0.2.1 or higher.
- removed
domkit
as a dependency and replaced it withemotion
. This package now officially supports `Server Side Rendering.