Skip to content

Commit 1cff5db

Browse files
committedJul 9, 2018
Updated distribution to version 2.3.3
1 parent a46d6dc commit 1cff5db

File tree

6 files changed

+23
-16
lines changed

6 files changed

+23
-16
lines changed
 

‎definitions/modules/search.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ $.fn.search = function(parameters) {
337337
apiSettings = {
338338
debug : settings.debug,
339339
on : false,
340-
cache : true,
340+
cache : settings.cache,
341341
action : 'search',
342342
urlData : {
343343
query : searchTerm

‎package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var
55
Package.describe({
66
name : 'semantic:ui',
77
summary : 'Semantic UI - LESS Release of Semantic UI',
8-
version : '2.3.2',
8+
version : '2.3.3',
99
git : 'git://github.com/Semantic-Org/Semantic-UI-LESS.git',
1010
});
1111

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-ui-less",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"title": "Semantic UI",
55
"description": "LESS Only distribution of Semantic UI",
66
"homepage": "http://www.semantic-ui.com",

‎theme.config.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@
8787
Import Theme
8888
*******************************/
8989

90-
@import "theme.less";
90+
@import (multiple) "theme.less";
9191

92-
/* End Config */
92+
/* End Config */

‎theme.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
-------------------*/
4949

5050
.loadFonts() when (@importGoogleFonts) {
51-
@import url('@{googleProtocol}fonts.googleapis.com/css?family=@{googleFontRequest}');
51+
@import (css) url('@{googleProtocol}fonts.googleapis.com/css?family=@{googleFontRequest}');
5252
}
5353

5454
/*------------------

‎themes/default/elements/icon.overrides

+17-10
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ for instance `lemon icon` not `lemon outline icon` since there is only one lemon
3131
Icons
3232
*******************************/
3333

34+
/* Deprecated *In/Out Naming Conflict) */
35+
i.icon.linkedin.in:before { content: "\f0e1"; }
36+
i.icon.zoom.in:before { content: "\f00e"; }
37+
i.icon.zoom.out:before { content: "\f010"; }
38+
i.icon.sign.in:before { content: "\f2f6"; }
39+
i.icon.in.cart:before { content: "\f218"; }
40+
i.icon.log.out:before { content: "\f2f5"; }
41+
i.icon.sign.out:before { content: "\f2f5"; }
42+
3443
/* Icons */
3544
i.icon.\35 00px:before { content: "\f26e"; }
3645
i.icon.accessible.icon:before { content: "\f368"; }
@@ -473,7 +482,7 @@ i.icon.lightbulb:before { content: "\f0eb"; }
473482
i.icon.linechat:before { content: "\f3c0"; }
474483
i.icon.linkify:before { content: "\f0c1"; }
475484
i.icon.linkedin:before { content: "\f08c"; }
476-
i.icon.linkedin.in:before { content: "\f0e1"; }
485+
i.icon.linkedin.alt:before { content: "\f0e1"; }
477486
i.icon.linode:before { content: "\f2b8"; }
478487
i.icon.linux:before { content: "\f17c"; }
479488
i.icon.lira.sign:before { content: "\f195"; }
@@ -660,9 +669,7 @@ i.icon.shopping.bag:before { content: "\f290"; }
660669
i.icon.shopping.basket:before { content: "\f291"; }
661670
i.icon.shopping.cart:before { content: "\f07a"; }
662671
i.icon.shower:before { content: "\f2cc"; }
663-
i.icon.sign.in.alternate:before { content: "\f2f6"; }
664672
i.icon.sign.language:before { content: "\f2a7"; }
665-
i.icon.sign.out.alternate:before { content: "\f2f5"; }
666673
i.icon.signal:before { content: "\f012"; }
667674
i.icon.simplybuilt:before { content: "\f215"; }
668675
i.icon.sistrix:before { content: "\f3ee"; }
@@ -861,7 +868,6 @@ i.icon.yoast:before { content: "\f2b1"; }
861868
i.icon.youtube:before { content: "\f167"; }
862869
i.icon.youtube.square:before { content: "\f431"; }
863870

864-
865871
/* Aliases */
866872
i.icon.chess.rock:before { content: "\f447"; }
867873
i.icon.ordered.list:before { content: "\f0cb"; }
@@ -993,7 +999,7 @@ i.icon.hourglass.three:before { content: "\f253"; }
993999
i.icon.hourglass.two:before { content: "\f252"; }
9941000
i.icon.idea:before { content: "\f0eb"; }
9951001
i.icon.ils:before { content: "\f20b"; }
996-
i.icon.in.cart:before { content: "\f218"; }
1002+
i.icon.in-cart:before { content: "\f218"; }
9971003
i.icon.inr:before { content: "\f156"; }
9981004
i.icon.intergender:before { content: "\f224"; }
9991005
i.icon.intersex:before { content: "\f224"; }
@@ -1157,8 +1163,8 @@ i.icon.yc:before { content: "\f23b"; }
11571163
i.icon.ycombinator:before { content: "\f23b"; }
11581164
i.icon.yen:before { content: "\f157"; }
11591165
i.icon.zip:before { content: "\f187"; }
1160-
i.icon.zoom.in:before { content: "\f00e"; }
1161-
i.icon.zoom.out:before { content: "\f010"; }
1166+
i.icon.zoom-in:before { content: "\f00e"; }
1167+
i.icon.zoom-out:before { content: "\f010"; }
11621168
i.icon.zoom:before { content: "\f00e"; }
11631169
i.icon.bitbucket.square:before { content: "\f171"; }
11641170
i.icon.checkmark.box:before { content: "\f14a"; }
@@ -1181,7 +1187,7 @@ i.icon.food:before { content: "\f2e7"; }
11811187
i.icon.hourglass.zero:before { content: "\f253"; }
11821188
i.icon.level.down:before { content: "\f3be"; }
11831189
i.icon.level.up:before { content: "\f3bf"; }
1184-
i.icon.log.out:before { content: "\f2f5"; }
1190+
i.icon.logout:before { content: "\f2f5"; }
11851191
i.icon.meanpath:before { content: "\f0c8"; }
11861192
i.icon.money:before { content: "\f3d1"; }
11871193
i.icon.move:before { content: "\f0b2"; }
@@ -1191,8 +1197,8 @@ i.icon.radio:before { content: "\f192"; }
11911197
i.icon.remove.bookmark:before { content: "\f02e"; }
11921198
i.icon.resize.horizontal:before { content: "\f337"; }
11931199
i.icon.resize.vertical:before { content: "\f338"; }
1194-
i.icon.sign.in:before { content: "\f2f6"; }
1195-
i.icon.sign.out:before { content: "\f2f5"; }
1200+
i.icon.sign-in:before { content: "\f2f6"; }
1201+
i.icon.sign-out:before { content: "\f2f5"; }
11961202
i.icon.spoon:before { content: "\f2e5"; }
11971203
i.icon.star.half.empty:before { content: "\f089"; }
11981204
i.icon.star.half.full:before { content: "\f089"; }
@@ -1544,6 +1550,7 @@ i.icon.youtube.play:before { content: "\f167"; }
15441550
i.icon.less,
15451551
i.icon.linechat,
15461552
i.icon.linkedin,
1553+
i.icon.linkedin.alternate,
15471554
i.icon.linkedin.in,
15481555
i.icon.linode,
15491556
i.icon.linux,

0 commit comments

Comments
 (0)
Please sign in to comment.