UNPKG

1.26 kBMarkdownView Raw
1# Changelog
2
3## 3.1.3
4
5`2021.01.08`
6
7- fix: add opacity transition. [#96](https://github.com/react-component/progress/pull/96)
8- chore: use github actions. [#97](https://github.com/react-component/progress/pull/97)
9- chore: use dumi. [#98](https://github.com/react-component/progress/pull/98)
10
11## 3.1.2
12
13`2020.12.29`
14
15- fix: line progress percentage. [#94](https://github.com/react-component/progress/pull/94)
16
17## 3.1.1
18
19`2020.10.21`
20
21- chore: support react 17. [#87](https://github.com/react-component/progress/pull/87)
22
23## 3.1.0
24
25`2020-09-01`
26
27- chore: use father. [#85](https://github.com/react-component/progress/pull/85)
28
29## 3.0.0
30
31- Refactor to hooks.
32
33## 2.5.0
34
35- Progress.Circle supports gradient color now. #73
36
37![](https://user-images.githubusercontent.com/8358236/60152506-576be480-9813-11e9-9d0e-451060dfdcb9.png)
38
39## 2.4.0
40
41- publish TypeScript typings to the npm registry.
42- fixed progress order in percent list.
43- Add `transition` prop.
44
45## 2.3.0
46
47- `percentage` & `strokeColor` can now use array of value.
48
49## 2.2.0
50- when circle percent == 0, make stroke not visible
51
52## 2.1.0
53- Add `gapDegree` `gapPosition` props.
54
55## 2.0.0
56
57- refactor code
58- Add `prefixCls` `className` `style` props.
59- Add `strokeLinecap` for shape of end in progress bar.