Skip to content

Commit

Permalink
Updated component to version 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Dec 22, 2015
1 parent f820087 commit 19843c0
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 2.1.7 - Dec 19, 2015

- **Transition** - Fixes `noAnimation` error to more reasonably announce that the element is "not in the DOM" [#3040](https://github.com/Semantic-Org/Semantic-UI/issues/3040)

### Version 2.1.5 - Nov 1, 2015

- **Transition** - Fixed bug where static transitions (those that dont animate in/out of view) would not fire `onComplete` event
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.1.6"
"version": "2.1.7"
}
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.1.6 - Transition
* # Semantic UI 2.1.7 - Transition
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -1063,7 +1063,7 @@ _module.exports.settings = {

// possible errors
error: {
noAnimation : 'There is no css animation matching the one you specified. Please make sure your css is vendor prefixed, and you have included transition css.',
noAnimation : 'Element is no longer attached to DOM. Unable to animate.',
repeated : 'That animation is already occurring, cancelling repeated animation',
method : 'The method you called is not defined',
support : 'This browser does not support CSS animations'
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name : 'semantic:ui-transition',
summary : 'Semantic UI - Transition: Single component release',
version : '2.1.6',
version : '2.1.7',
git : 'git://github.com/Semantic-Org/UI-Transition.git',
});

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-ui-transition",
"version": "2.1.6",
"version": "2.1.7",
"title": "Semantic UI - Transition",
"description": "Single component release of transition",
"homepage": "http://www.semantic-ui.com",
Expand Down
2 changes: 1 addition & 1 deletion transition.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.1.6 - Transition
* # Semantic UI 2.1.7 - Transition
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions transition.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.1.6 - Transition
* # Semantic UI 2.1.7 - Transition
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -1062,7 +1062,7 @@ $.fn.transition.settings = {

// possible errors
error: {
noAnimation : 'There is no css animation matching the one you specified. Please make sure your css is vendor prefixed, and you have included transition css.',
noAnimation : 'Element is no longer attached to DOM. Unable to animate.',
repeated : 'That animation is already occurring, cancelling repeated animation',
method : 'The method you called is not defined',
support : 'This browser does not support CSS animations'
Expand Down
2 changes: 1 addition & 1 deletion transition.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions transition.min.js

Large diffs are not rendered by default.

0 comments on commit 19843c0

Please sign in to comment.