Skip to content

Commit

Permalink
Updated component to version 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Dec 22, 2015
1 parent 2ac6783 commit 61c0ed0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 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.7 - Dec 19, 2015

- **Menu** - Fixed `1px` offset when `attached segment` follows `tabular menu` (max of 2 consecutive segments) [#3479](https://github.com/Semantic-Org/Semantic-UI/issues/3479)

### Version 2.1.5 - Nov 1, 2015

- **Grid** - Fixes attached segment 1px offset inside grid column [#3226](https://github.com/Semantic-Org/Semantic-UI/issues/3226)
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.6"
"version": "2.1.7"
}
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-segment',
summary : 'Semantic UI - Segment: Single component release',
version : '2.1.6',
version : '2.1.7',
git : 'git://github.com/Semantic-Org/UI-Segment.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-segment",
"version": "2.1.6",
"version": "2.1.7",
"title": "Semantic UI - Segment",
"description": "Single component release of segment",
"homepage": "http://www.semantic-ui.com",
Expand Down
4 changes: 2 additions & 2 deletions segment.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.1.6 - Segment
* # Semantic UI 2.1.7 - Segment
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -413,7 +413,7 @@
text-shadow: none !important;
color: transparent !important;
-webkit-transition: all 0s linear;
transition: all 0s linear;
transition: all 0s linear;
}
.ui.loading.segment:before {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion segment.min.css

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

0 comments on commit 61c0ed0

Please sign in to comment.