Skip to content

Releases: huozhi/respinner

v5.0.0

22 Nov 11:15

Choose a tag to compare

Features

  • feat: add color prop by @huozhi in #45
  • Published ESM only package

Full Changelog: v4.0.3...v5.0.0

v4.0.3

14 Sep 10:17

Choose a tag to compare

  • Fixes the types configuration in package.json, remove duplicated index.d.ts

Full Changelog: v4.0.2...v4.0.3

v4.0.2

14 Sep 07:17

Choose a tag to compare

Patches

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

25 Jun 21:59

Choose a tag to compare

What's Changed

  • docs: add metadata and update gif by @huozhi in #37
  • Fix clock default props and update readme by @huozhi in #38

Full Changelog: v4.0.0...v4.0.1

v4.0.0

25 Jun 18:43

Choose a tag to compare

Core changes

  • Upgrade bundler to output assets from es5 to es2018
  • Fixed react warnings

Document changes

  • Use next.js for docs

Full Changelog: v3.0.8...v4.0.0

v3.0.8

20 Sep 23:54

Choose a tag to compare

Patches

  • Use svg animation for more spinners #32

Misc

  • site: add og info #31

v3.0.7

20 Sep 16:38

Choose a tag to compare

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

16 Jan 13:21

Choose a tag to compare

Updates

Respinner now supports SSR in next.js

v3.0.5

14 Jan 17:44

Choose a tag to compare

What's Changed

  • Support mjs extension and exports sugar @huozhi in #22
  • Add doc for svg reuse section