Skip to content

Commit

Permalink
ver. 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
光弘 committed Oct 28, 2017
1 parent 07f352f commit 60ea5c0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# history

## 0.2.2

* `CHANGED` update `rc-animate` to `^2.0.0`

## 0.2.1

* `CHANGED` fit React@15
Expand Down
2 changes: 0 additions & 2 deletions demo/AnimateDemo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class Demo extends React.Component {
placeholder="请选择动画效果"
defaultValue={me.state.dialogEffect}
onChange={me.handleChange.bind(me)}
transitionName="slideUp"
>
{[
'fade',
Expand Down Expand Up @@ -131,7 +130,6 @@ class Demo extends React.Component {
placeholder="请选择动画效果"
defaultValue={me.state.tipEffect}
onChange={me.handleChange2.bind(me)}
transitionName="slideUp"
>
{['crop', 'flip', 'zoom'].map(item => (
<Select.Option key={item}>
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uxcore-animate",
"version": "0.2.1",
"version": "0.2.2",
"description": "uxcore-animate component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-animate.git",
"author": "eternalsky",
Expand Down Expand Up @@ -42,20 +42,20 @@
"react-addons-test-utils": "15.x",
"react-dom": "15.x",
"react-test-renderer": "15.x",
"uxcore-button": "^0.4.6",
"uxcore-dialog": "^0.4.5",
"uxcore-button": "*",
"uxcore-dialog": "*",
"uxcore-kuma": "*",
"uxcore-message": "^0.5.0",
"uxcore-popover": "^0.5.0",
"uxcore-select2": "^0.4.0",
"uxcore-message": "*",
"uxcore-popover": "*",
"uxcore-select2": "*",
"uxcore-tools": "0.2.x",
"uxcore-tooltip": "^0.4.5"
"uxcore-tooltip": "*"
},
"dependencies": {
"classnames": "^2.1.2",
"object-assign": "^4.0.0",
"prop-types": "15.x",
"rc-animate": "~2.0.2"
"rc-animate": "^2.0.0"
},
"contributors": [],
"license": "MIT"
Expand Down

0 comments on commit 60ea5c0

Please sign in to comment.