diff --git a/README.md b/README.md index 4964c90..3216007 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ npm install semantic-ui-transition ## Addendum -This element's definitions (required class names, html structures) are available in the [Beta UI Docs](http://beta.semantic-ui.com) +This element's definitions (required class names, html structures) are available in the [UI Docs](http://www.semantic-ui.com) -Please consider checking out [all the benefits to theming](http://learnsemantic.com/guide/expert.html) before using these stand-alone releases. +Please consider checking out [all the benefits to theming](http://www.learnsemantic.com/guide/expert.html) before using these stand-alone releases. diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 2fc6b80..7436a9a 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -7,6 +7,22 @@ - **Transition** - Complete callback now does not occur if animation is interrupted before completing - **Transition** - You can now specify the final displayType of a transitioning element in metadata or settings (not just automatically detected) +### Version 0.19.0 - July 3, 2014 + +- **Transition** - Adds "fade in left/right" variations to match "fade up/down" **Thanks AdamMaras** + +### Version 0.16.1 - April 22, 2014 + +- **Transition** - Fixes bug where transition could accidentally hide element on show due to error when determining original display type + +### Version 0.16.0 - April 22, 2014 + +- **Transition** - Fixes issue where transition hidden was sometimes overwriten by UI styles causing the element to stay visible + +### Version 0.15.3 - April 04, 2014 + +- **Transition** - CSS Transitions now work in legacy FF (FF > 12) + ### Version 0.15.0 - Mar 14, 2014 - **Modal** - Modal onShow and onHide occurs before transition starts, allowing for class name changes not to be reset diff --git a/bower.json b/bower.json index 1eb1a85..b9a57ad 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "semantic-ui-transition", "description": "Transition - Semantic UI", - "homepage": "http://beta.semantic-ui.com", + "homepage": "http://www.semantic-ui.com", "author": { "name": "Jack Lukic", "web": "http://www.jacklukic.com" diff --git a/composer.json b/composer.json index ac43890..4a77ade 100644 --- a/composer.json +++ b/composer.json @@ -14,5 +14,5 @@ "jquery": "x.x.x" }, "main": "transition.js", - "version": "1.0.0-beta" + "version": "1.0.0" } \ No newline at end of file diff --git a/index.js b/index.js old mode 100755 new mode 100644 diff --git a/package.json b/package.json index 31a1bd4..eb0fd2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-transition", - "version": "1.0.0-beta", + "version": "1.0.0", "title": "Semantic UI - Transition", "description": "Single component release of transition", "homepage": "http://www.semantic-ui.com", diff --git a/transition.css b/transition.css index 733bd4a..f23c9f2 100755 --- a/transition.css +++ b/transition.css @@ -1,7 +1,7 @@ /* * # Semantic UI * https://github.com/Semantic-Org/Semantic-UI - * http://beta.semantic-ui.com/ + * http://www.semantic-ui.com/ * * Copyright 2014 Contributors * Released under the MIT license diff --git a/transition.js b/transition.js old mode 100755 new mode 100644 diff --git a/transition.min.css b/transition.min.css index dacce99..6e9bdfe 100755 --- a/transition.min.css +++ b/transition.min.css @@ -1,7 +1,7 @@ /* * # Semantic UI * https://github.com/Semantic-Org/Semantic-UI - * http://beta.semantic-ui.com/ + * http://www.semantic-ui.com/ * * Copyright 2014 Contributors * Released under the MIT license diff --git a/transition.min.js b/transition.min.js old mode 100755 new mode 100644 index 2d21548..397925d --- a/transition.min.js +++ b/transition.min.js @@ -1,7 +1,7 @@ /* * # Semantic UI * https://github.com/Semantic-Org/Semantic-UI - * http://beta.semantic-ui.com/ + * http://www.semantic-ui.com/ * * Copyright 2014 Contributors * Released under the MIT license