-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
236 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
--- | ||
|
||
## 2.6.0 | ||
|
||
- Refactor to hooks. | ||
|
||
## 2.5.0 | ||
|
||
- Progress.Circle supports gradient color now. #73 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "rc-progress", | ||
"version": "2.5.3", | ||
"version": "2.6.0", | ||
"description": "progress ui component for react", | ||
"keywords": [ | ||
"react", | ||
|
@@ -9,15 +9,14 @@ | |
"progress" | ||
], | ||
"homepage": "http://github.com/react-component/progress", | ||
"author": "[email protected]", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:react-component/progress.git" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/react-component/progress/issues" | ||
}, | ||
"licenses": "MIT", | ||
"license": "MIT", | ||
"main": "lib/index", | ||
"module": "es/index", | ||
"types": "./typings/index.d.ts", | ||
|
@@ -42,8 +41,8 @@ | |
"build": "rc-tools run build", | ||
"gh-pages": "rc-tools run gh-pages", | ||
"start": "rc-tools run server", | ||
"compile": "rc-tools run compile --babel-runtime", | ||
"pub": "rc-tools run pub --babel-runtime", | ||
"compile": "rc-tools run compile", | ||
"pub": "rc-tools run pub", | ||
"lint": "rc-tools run lint", | ||
"lint:fix": "rc-tools run lint --fix", | ||
"prettier": "rc-tools run prettier", | ||
|
@@ -69,7 +68,6 @@ | |
] | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "6.x", | ||
"prop-types": "^15.5.8" | ||
"classnames": "^2.2.6" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.