2020-08-09
- 🆕 Add base progress component, support basic arc progress bar.
2020-10-9
- 📄 Use raw image in README.
- ⚙️ Extract default value to default.ts, and destruct PI and round() from Math.
2020-10-10
- 🆕 Support dynamic percentage animation.
2020-10-15
- 🆕 Add
onAnimationStart
andonAnimationEnd
lifecycles. - ⚙️ Modify default data value.
- 💿 Perfect examples.
2020-10-17
- 🆕 Deploy component examples to GitHub Page.
- ⚙️ Replace
awesome-typescript-loader
withbabel
. - 💿 Perfect examples.
2020-11-02
- 📄 Remove
@types/react
dependency, and ignore more file in.npmignore
.