Releases: huozhi/respinner
Releases · huozhi/respinner
v4.0.3
- Fixes the types configuration in package.json, remove duplicated index.d.ts
Full Changelog: v4.0.2...v4.0.3
v4.0.0
Core changes
- Upgrade bundler to output assets from es5 to es2018
- Fixed react warnings
Document changes
Full Changelog: v3.0.8...v4.0.0
v3.0.8
Patches
- Use svg animation for more spinners #32
Misc
v3.0.7
Patches
Switching some css + svg cases, especially rotating animation to svg animation for safari compatible. This fixes the long time issue that some transform css doesn't work on svg pretty well in safari.
v3.0.6
Updates
Respinner now supports SSR in next.js
v3.0.5
What's Changed
- Support mjs extension and exports sugar @huozhi in #22
- Add doc for svg reuse section