Skip to content

Commit 7b9a2f5

Browse files
Updated component to version 2.2.11
1 parent 9947c6a commit 7b9a2f5

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

RELEASE-NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 2.2.11 - July 11, 2017
2+
3+
- **Sticky** - Fixed edge case where using `offset` setting, sticky element would not internally scroll if the rail contents (without the offset setting) would fit on screen
4+
15
### Version 2.2.0 - June 26, 2016
26

37
- **Rail** - Fixed incorrect width for `close rail` and `very close rail` caused by variable addition with mixed units `px` + `em` [#3835](https://github.com/Semantic-Org/Semantic-UI/issues/3835)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"framework"
1616
],
1717
"license": "MIT",
18-
"version": "2.2.10"
18+
"version": "2.2.11"
1919
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-ui-rail",
3-
"version": "2.2.10",
3+
"version": "2.2.11",
44
"title": "Semantic UI - Rail",
55
"description": "Single component release of rail",
66
"homepage": "http://www.semantic-ui.com",

rail.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.10 - Rail
2+
* # Semantic UI 2.2.11 - Rail
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

rail.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)