Skip to content

Commit 3bd6838

Browse files
committed
✨ 2.5.0
1 parent dcf6f23 commit 3bd6838

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

HISTORY.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22

33
---
44

5+
## 2.5.0
6+
7+
- Progress.Circle supports gradient color now. #73
8+
9+
![](https://user-images.githubusercontent.com/8358236/60152506-576be480-9813-11e9-9d0e-451060dfdcb9.png)
10+
511
## 2.4.0
612

713
- publish TypeScript typings to the npm registry.
8-
- fixed progress order in percent list
14+
- fixed progress order in percent list.
915
- Add `transition` prop.
1016

1117
## 2.3.0
12-
- `percentage` & `strokeColor` can now use array of value
18+
19+
- `percentage` & `strokeColor` can now use array of value.
1320

1421
## 2.2.0
1522
- when circle percent == 0, make stroke not visible

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-progress",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "progress ui component for react",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)