Skip to content

Commit 0910350

Browse files
committed
Version bump
1 parent bbd368a commit 0910350

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.9.0
2+
### Breaking changes:
3+
4+
* Reworked animation component, now the lib uses CSS transitions from semantic-ui, removed react-motion. This should help with performance
5+
* Removed *initialAnimation*, *enterAnimation*, *leaveAnimation*, *onAnimationStyle* old props
6+
* Added *enter*, *leave*, *enterDuration*, *leaveDuration* animation props instead
7+
* Removed animation from accordion (temporary), removed *animating* prop from accordion
8+
9+
Updated deps
10+
Removed react-addons-shallow-compare
11+
12+
113
# 0.8.5
214
Meta: Use correct class name
315
Popup: Target property is required now and can be DOM element or react component instance (from ref)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-react",
3-
"version": "0.8.5",
3+
"version": "0.9.0",
44
"description": "React components for Semantic UI.",
55
"main": "./lib",
66
"files": [

0 commit comments

Comments
 (0)