Skip to content

Commit 71c30cf

Browse files
Updated component to version 2.4.0
1 parent 24a8cc1 commit 71c30cf

7 files changed

+10
-6
lines changed

RELEASE-NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 2.4.0 - Sep 17, 2018
2+
3+
> `2.4.0` includes a new component `placeholder`. To use this component in your existing SUI site, be sure to add `@placeholder: 'default';` to your `theme.config`. You can see an example in `theme.config.example`
4+
15
### Version 2.2.14 - Jan 29, 2018
26

37
- **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)

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

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.3 - Site
2+
* # Semantic UI 2.4.0 - 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.3.3",
3+
"version": "2.4.0",
44
"title": "Semantic UI - Site",
55
"description": "Single component release of site",
66
"homepage": "http://www.semantic-ui.com",

site.css

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

site.js

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

site.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)