Skip to content

Commit

Permalink
Updated component to version 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Sep 13, 2015
1 parent 14eb829 commit a342fc7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 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.4 - Sep 13, 2015

- **Menu** - Fixed issue where `right menu` was not floating correctly inside a `menu > container` on mobile [#2969](https://github.com/Semantic-Org/Semantic-UI/issues/2969)

#### Features

- **Menu** - Added new `tabular` menu types, `right tabular`, `bottom tabular`, added many new `tabular` menu variables for customizing
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.3"
"version": "2.1.4"
}
2 changes: 1 addition & 1 deletion menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@

@media only screen and (max-width: 767px) {
.ui.menu > .ui.container {
width: 100%;
width: 100% !important;
margin-left: 0em !important;
margin-right: 0em !important;
}
Expand Down
2 changes: 1 addition & 1 deletion menu.min.css

Large diffs are not rendered by default.

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-menu',
summary : 'Semantic UI - Menu: Single component release',
version : '2.1.3',
version : '2.1.4',
git : 'git://github.com/Semantic-Org/UI-Menu.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-menu",
"version": "2.1.3",
"version": "2.1.4",
"title": "Semantic UI - Menu",
"description": "Single component release of menu",
"homepage": "http://www.semantic-ui.com",
Expand Down

0 comments on commit a342fc7

Please sign in to comment.