Releases: alex996/react-css-spinners
Releases · alex996/react-css-spinners
v4.0.2
v4.0.1
v4.0.0
- Upgrade Storybook to
next
(currently,v6.0.0-rc.14
) - Remove default margin from spinners, always default to
64px
size - Revise CSS to use absolute values (instead of calculating 80/64 ratio)
- Use
lds-circle
styles for<Circle />
to stick with loading.io naming - Move CSS var defaults from JS to CSS
v3.1.2
v3.1.1
v3.1.0
- Implement remaining spinners
- Enable customization via props
- Update Storybook, add knobs
- Add docs on styling & tooling
- Update dependencies, rewrite readme
Important changes
- IE 11 is no longer supported due to CSS vars required for styling
- CommonJS build is now only transpiled for Node 10 ignoring browser targets
v3.0.0
- Remove explicit CSS imports
- Require CSS implicitly via end-user build toolchain
Breaking changes
You don't need to import CSS anymore (unless loading from a CDN). You do however need to support .css
imports via css-loader
, sass-loader
, or other. See example config for common scenarios (CDN, CSR, SSR) under /examples
.