Skip to content

Commit a9be22e

Browse files
Updated component to version 2.2.14
1 parent cf07283 commit a9be22e

8 files changed

+13
-8
lines changed

RELEASE-NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 2.2.14 - Jan 29, 2018
2+
3+
- **Site** - Site theme now includes `@customScrollbarHeight` and specifies a default horizontal scrollbar height **Thanks @jayphelps** [#5749](https://github.com/Semantic-Org/Semantic-UI/issues/5749)
4+
15
### Version 2.2.11 - July 11, 2017
26

37
- **Site** - Site now includes custom styles for in-page UI scrollbars (but not actual page scrollbar) by default in WebKit/Chrome. Components with inverted content like dimmer include an inverted scrollbar. You can disable this by setting `@useCustomScrollbars: false` in your `site.variables`

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.13"
18+
"version": "2.2.14"
1919
}

index.js

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

package.json

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

site.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.12 - Site
2+
* # Semantic UI 2.2.14 - Site
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -157,6 +157,7 @@ input::selection {
157157
body ::-webkit-scrollbar {
158158
-webkit-appearance: none;
159159
width: 10px;
160+
height: 10px;
160161
}
161162
body ::-webkit-scrollbar-track {
162163
background: rgba(0, 0, 0, 0.1);

site.js

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

site.min.css

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

site.min.js

+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)