react-spinners
Advanced tools
Comparing version 0.13.0-beta.7 to 0.13.0
@@ -5,2 +5,9 @@ # Change Log | ||
## 0.13.0 | ||
- 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. | ||
## 0.13.0-beta.7 | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "react-spinners", | ||
"version": "0.13.0-beta.7", | ||
"version": "0.13.0", | ||
"description": "A collection of react loading spinners", | ||
@@ -50,3 +50,3 @@ "repository": { | ||
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls", | ||
"remove:tag": "npm dist-tag rm react-spinners", | ||
"remove:tag": "npm dist-tag rm react-spinners next", | ||
"publish:next": "npm publish --tag next && npm run clean", | ||
@@ -53,0 +53,0 @@ "storybook": "start-storybook -p 6006", |
@@ -23,2 +23,4 @@ # React Spinners | ||
[Storybook](https://www.davidhu.io/react-spinners/storybook/) | ||
## Installation | ||
@@ -25,0 +27,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
505465
168