Skip to content

Commit

Permalink
Updated component to version 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Feb 28, 2015
1 parent aaf0fa2 commit 3731c5a
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 30 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Version 1.10.0 - February 23, 2015

- **Transition** - Transitions now have `interval` to allow grouped elements to animate one by one with a delay between each animation. Grouped animations determine order based on transition direction to avoid reflows, or can manually be reversed by using <code>reverse: true</code> [See Examples](http://laptop-vm:9778/modules/transition.html#grouped-transitions) for more details.
- **Transition** - Transitions now have `interval` to allow grouped elements to animate one by one with a delay between each animation. Grouped animations determine order based on transition direction to avoid reflows, or can manually be reversed by using <code>reverse: true</code> [See Examples](http://www.semantic-ui.com/modules/transition.html#grouped-transitions) for more details.
- **Transition** - Webkit `failSafe` used for [Chromium Bug #437860](https://code.google.com/p/chromium/issues/detail?id=437860) now also works for queued animations
-**Transition** - `useFailSafe` was incorrectly shown as `false` by default

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": "1.10.2"
"version": "1.10.4"
}
7 changes: 3 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* # Semantic - Transition
/*!
* # Semantic UI 1.10.4 - Transition
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2014 Contributor
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
Expand Down Expand Up @@ -394,7 +394,6 @@ $.fn.transition = function() {
}
if(module.cache.style) {
module.verbose('Restoring original style attribute', module.cache.style);
console.log('restoring cache', module.cache.style);
$module.attr('style', module.cache.style);
}
if(module.is.looping()) {
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 : '1.10.2',
version : '1.10.4',
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": "1.10.2",
"version": "1.10.4",
"title": "Semantic UI - Transition",
"description": "Single component release of transition",
"homepage": "http://www.semantic-ui.com",
Expand Down
11 changes: 5 additions & 6 deletions transition.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
/*
* # Semantic UI - 1.10.2
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
/*!
* # Semantic UI 1.10.4 - Transition
* http://github.com/semantic-org/semantic-ui/
*
* Copyright 2014 Contributors
*
* Copyright 2014 Contributorss
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/



/*******************************
Transitions
*******************************/
Expand Down
7 changes: 3 additions & 4 deletions transition.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* # Semantic - Transition
/*!
* # Semantic UI 1.10.4 - Transition
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2014 Contributor
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
Expand Down Expand Up @@ -394,7 +394,6 @@ $.fn.transition = function() {
}
if(module.cache.style) {
module.verbose('Restoring original style attribute', module.cache.style);
console.log('restoring cache', module.cache.style);
$module.attr('style', module.cache.style);
}
if(module.is.looping()) {
Expand Down
13 changes: 6 additions & 7 deletions transition.min.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions transition.min.js

Large diffs are not rendered by default.

0 comments on commit 3731c5a

Please sign in to comment.