Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetliakov committed Oct 28, 2016
1 parent bbd368a commit 0910350
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.9.0
### Breaking changes:

* Reworked animation component, now the lib uses CSS transitions from semantic-ui, removed react-motion. This should help with performance
* Removed *initialAnimation*, *enterAnimation*, *leaveAnimation*, *onAnimationStyle* old props
* Added *enter*, *leave*, *enterDuration*, *leaveDuration* animation props instead
* Removed animation from accordion (temporary), removed *animating* prop from accordion

Updated deps
Removed react-addons-shallow-compare


# 0.8.5
Meta: Use correct class name
Popup: Target property is required now and can be DOM element or react component instance (from ref)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-react",
"version": "0.8.5",
"version": "0.9.0",
"description": "React components for Semantic UI.",
"main": "./lib",
"files": [
Expand Down

0 comments on commit 0910350

Please sign in to comment.