Browse Source

#6428 Deprecate several icons using in and out class

pull/6132/merge
Jack 6 years ago
parent
commit
ef77e8dafa
2 changed files with 25 additions and 9 deletions
  1. 6
      RELEASE-NOTES.md
  2. 28
      src/themes/default/elements/icon.overrides

6
RELEASE-NOTES.md

@ -1,5 +1,11 @@
## RELEASE NOTES
### Version 2.3.3 - June 18, 2018
**Bug Fixes**
- **Search** - Passing in `cache: false` will now affect default settings for `apiSettings` when using a remote endpoint. Previously you would also have to pass in `apiSettings: { cache: false}` as well
- **CSS** - Update LESS syntax to be compatible with LESS 3.0 **Thanks @sciyoshi** [#6447](https://github.com/Semantic-Org/Semantic-UI/pull/6447)
### Version 2.3.2 - June 18, 2018
**Enhancements**

28
src/themes/default/elements/icon.overrides

@ -473,7 +473,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 +660,9 @@ 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-in.alternate:before { content: "\f2f6"; }
i.icon.sign.language:before { content: "\f2a7"; }
i.icon.sign.out.alternate:before { content: "\f2f5"; }
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,6 +861,15 @@ i.icon.yoast:before { content: "\f2b1"; }
i.icon.youtube:before { content: "\f167"; }
i.icon.youtube.square:before { content: "\f431"; }
/* Deprecated *In/Out Naming Conflict) */
i.icon.linkedin.in:before { content: "\f0e1"; }
i.icon.zoom.in:before { content: "\f00e"; }
i.icon.sign.in.alternate:before { content: "\f2f6"; }
i.icon.in.cart:before { content: "\f218"; }
i.icon.zoom.out:before { content: "\f010"; }
i.icon.log.out:before { content: "\f2f5"; }
i.icon.sign.out:before { content: "\f2f5"; }
i.icon.sign.out.alternate:before { content: "\f2f5"; }
/* Aliases */
i.icon.chess.rock:before { content: "\f447"; }
@ -993,7 +1002,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 +1166,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 +1190,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 +1200,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 +1553,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,

Loading…
Cancel
Save