Skip to content

Commit

Permalink
Updated component release from Semantic-UI (Automatic)
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot authored and jlukic committed Nov 24, 2014
1 parent b336c45 commit 07f0f65
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
16 changes: 16 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"jquery": "x.x.x"
},
"main": "transition.js",
"version": "1.0.0-beta"
"version": "1.0.0"
}
Empty file modified index.js
100755 → 100644
Empty file.
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.0.0-beta",
"version": "1.0.0",
"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,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
Expand Down
Empty file modified transition.js
100755 → 100644
Empty file.
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.

2 changes: 1 addition & 1 deletion transition.min.js
100755 → 100644

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

0 comments on commit 07f0f65

Please sign in to comment.