Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 798 Bytes

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 798 Bytes

CHANGE LOG

0.1.0

2020-08-09

  • 🆕 Add base progress component, support basic arc progress bar.

0.1.3

2020-10-9

  • 📄 Use raw image in README.
  • ⚙️ Extract default value to default.ts, and destruct PI and round() from Math.

0.2.1

2020-10-10

  • 🆕 Support dynamic percentage animation.

0.3.0

2020-10-15

  • 🆕 Add onAnimationStart and onAnimationEnd lifecycles.
  • ⚙️ Modify default data value.
  • 💿 Perfect examples.

0.3.1

2020-10-17

  • 🆕 Deploy component examples to GitHub Page.
  • ⚙️ Replace awesome-typescript-loader with babel.
  • 💿 Perfect examples.

0.3.6

2020-11-02

  • 📄 Remove @types/react dependency, and ignore more file in .npmignore.