Skip to content

Commit

Permalink
Updated component to version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Jul 17, 2015
1 parent 8681ee8 commit 144cb49
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 11 deletions.
5 changes: 5 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Version 2.0.4 - July 17, 2015

- **Sidebar** - `right`, `top`, and `bottom` sidebar will not have their direction removed on `destroy` [#2644](https://github.com/Semantic-Org/Semantic-UI/issues/2644)
- Partial rewriite of sidebar documentation

### Version 2.0.0 - June 30, 2015

- **Sidebar** - iOS will now correctly report `scrollTop` values for `document` or `body` when using a sidebar. Chrome on iOS no longer has issues with fixed content not sticking immediately when using a sidebar.
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.0.3"
"version": "2.0.4"
}
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.0.3 - Sidebar
* # Semantic UI 2.0.4 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -121,7 +121,6 @@ module.exports = function(parameters) {

destroy: function() {
module.verbose('Destroying previous module for', $module);
module.remove.direction();
$module
.off(eventNamespace)
.removeData(moduleNamespace)
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-sidebar',
summary : 'Semantic UI - Sidebar: Single component release',
version : '2.0.3',
version : '2.0.4',
git : 'git://github.com/Semantic-Org/UI-Sidebar.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-sidebar",
"version": "2.0.3",
"version": "2.0.4",
"title": "Semantic UI - Sidebar",
"description": "Single component release of sidebar",
"homepage": "http://www.semantic-ui.com",
Expand Down
2 changes: 1 addition & 1 deletion sidebar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.0.3 - Sidebar
* # Semantic UI 2.0.4 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
3 changes: 1 addition & 2 deletions sidebar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.0.3 - Sidebar
* # Semantic UI 2.0.4 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -120,7 +120,6 @@ $.fn.sidebar = function(parameters) {

destroy: function() {
module.verbose('Destroying previous module for', $module);
module.remove.direction();
$module
.off(eventNamespace)
.removeData(moduleNamespace)
Expand Down
2 changes: 1 addition & 1 deletion sidebar.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 sidebar.min.js

Large diffs are not rendered by default.

0 comments on commit 144cb49

Please sign in to comment.