diff --git a/definitions/modules/search.js b/definitions/modules/search.js index abc7959..33f4fa3 100644 --- a/definitions/modules/search.js +++ b/definitions/modules/search.js @@ -337,7 +337,7 @@ $.fn.search = function(parameters) { apiSettings = { debug : settings.debug, on : false, - cache : true, + cache : settings.cache, action : 'search', urlData : { query : searchTerm diff --git a/package.js b/package.js index b621232..d9fb48d 100644 --- a/package.js +++ b/package.js @@ -5,7 +5,7 @@ var Package.describe({ name : 'semantic:ui', summary : 'Semantic UI - LESS Release of Semantic UI', - version : '2.3.2', + version : '2.3.3', git : 'git://github.com/Semantic-Org/Semantic-UI-LESS.git', }); diff --git a/package.json b/package.json index 9c3d522..26b7264 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-less", - "version": "2.3.2", + "version": "2.3.3", "title": "Semantic UI", "description": "LESS Only distribution of Semantic UI", "homepage": "http://www.semantic-ui.com", diff --git a/theme.config.example b/theme.config.example index dfd75ef..0e5360a 100644 --- a/theme.config.example +++ b/theme.config.example @@ -87,6 +87,6 @@ Import Theme *******************************/ -@import "theme.less"; +@import (multiple) "theme.less"; -/* End Config */ \ No newline at end of file +/* End Config */ diff --git a/theme.less b/theme.less index aeb092d..ffaf4f8 100644 --- a/theme.less +++ b/theme.less @@ -48,7 +48,7 @@ -------------------*/ .loadFonts() when (@importGoogleFonts) { - @import url('@{googleProtocol}fonts.googleapis.com/css?family=@{googleFontRequest}'); + @import (css) url('@{googleProtocol}fonts.googleapis.com/css?family=@{googleFontRequest}'); } /*------------------ diff --git a/themes/default/elements/icon.overrides b/themes/default/elements/icon.overrides index 9917635..a70495e 100755 --- a/themes/default/elements/icon.overrides +++ b/themes/default/elements/icon.overrides @@ -31,6 +31,15 @@ for instance `lemon icon` not `lemon outline icon` since there is only one lemon Icons *******************************/ +/* Deprecated *In/Out Naming Conflict) */ +i.icon.linkedin.in:before { content: "\f0e1"; } +i.icon.zoom.in:before { content: "\f00e"; } +i.icon.zoom.out:before { content: "\f010"; } +i.icon.sign.in:before { content: "\f2f6"; } +i.icon.in.cart:before { content: "\f218"; } +i.icon.log.out:before { content: "\f2f5"; } +i.icon.sign.out:before { content: "\f2f5"; } + /* Icons */ i.icon.\35 00px:before { content: "\f26e"; } i.icon.accessible.icon:before { content: "\f368"; } @@ -473,7 +482,7 @@ i.icon.lightbulb:before { content: "\f0eb"; } i.icon.linechat:before { content: "\f3c0"; } i.icon.linkify:before { content: "\f0c1"; } i.icon.linkedin:before { content: "\f08c"; } -i.icon.linkedin.in:before { content: "\f0e1"; } +i.icon.linkedin.alt:before { content: "\f0e1"; } i.icon.linode:before { content: "\f2b8"; } i.icon.linux:before { content: "\f17c"; } i.icon.lira.sign:before { content: "\f195"; } @@ -660,9 +669,7 @@ i.icon.shopping.bag:before { content: "\f290"; } i.icon.shopping.basket:before { content: "\f291"; } i.icon.shopping.cart:before { content: "\f07a"; } i.icon.shower:before { content: "\f2cc"; } -i.icon.sign.in.alternate:before { content: "\f2f6"; } i.icon.sign.language:before { content: "\f2a7"; } -i.icon.sign.out.alternate:before { content: "\f2f5"; } i.icon.signal:before { content: "\f012"; } i.icon.simplybuilt:before { content: "\f215"; } i.icon.sistrix:before { content: "\f3ee"; } @@ -861,7 +868,6 @@ i.icon.yoast:before { content: "\f2b1"; } i.icon.youtube:before { content: "\f167"; } i.icon.youtube.square:before { content: "\f431"; } - /* Aliases */ i.icon.chess.rock:before { content: "\f447"; } i.icon.ordered.list:before { content: "\f0cb"; } @@ -993,7 +999,7 @@ i.icon.hourglass.three:before { content: "\f253"; } i.icon.hourglass.two:before { content: "\f252"; } i.icon.idea:before { content: "\f0eb"; } i.icon.ils:before { content: "\f20b"; } -i.icon.in.cart:before { content: "\f218"; } +i.icon.in-cart:before { content: "\f218"; } i.icon.inr:before { content: "\f156"; } i.icon.intergender:before { content: "\f224"; } i.icon.intersex:before { content: "\f224"; } @@ -1157,8 +1163,8 @@ i.icon.yc:before { content: "\f23b"; } i.icon.ycombinator:before { content: "\f23b"; } i.icon.yen:before { content: "\f157"; } i.icon.zip:before { content: "\f187"; } -i.icon.zoom.in:before { content: "\f00e"; } -i.icon.zoom.out:before { content: "\f010"; } +i.icon.zoom-in:before { content: "\f00e"; } +i.icon.zoom-out:before { content: "\f010"; } i.icon.zoom:before { content: "\f00e"; } i.icon.bitbucket.square:before { content: "\f171"; } i.icon.checkmark.box:before { content: "\f14a"; } @@ -1181,7 +1187,7 @@ i.icon.food:before { content: "\f2e7"; } i.icon.hourglass.zero:before { content: "\f253"; } i.icon.level.down:before { content: "\f3be"; } i.icon.level.up:before { content: "\f3bf"; } -i.icon.log.out:before { content: "\f2f5"; } +i.icon.logout:before { content: "\f2f5"; } i.icon.meanpath:before { content: "\f0c8"; } i.icon.money:before { content: "\f3d1"; } i.icon.move:before { content: "\f0b2"; } @@ -1191,8 +1197,8 @@ i.icon.radio:before { content: "\f192"; } i.icon.remove.bookmark:before { content: "\f02e"; } i.icon.resize.horizontal:before { content: "\f337"; } i.icon.resize.vertical:before { content: "\f338"; } -i.icon.sign.in:before { content: "\f2f6"; } -i.icon.sign.out:before { content: "\f2f5"; } +i.icon.sign-in:before { content: "\f2f6"; } +i.icon.sign-out:before { content: "\f2f5"; } i.icon.spoon:before { content: "\f2e5"; } i.icon.star.half.empty:before { content: "\f089"; } i.icon.star.half.full:before { content: "\f089"; } @@ -1544,6 +1550,7 @@ i.icon.youtube.play:before { content: "\f167"; } i.icon.less, i.icon.linechat, i.icon.linkedin, + i.icon.linkedin.alternate, i.icon.linkedin.in, i.icon.linode, i.icon.linux,