diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index f2e0ff28b..afc888134 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -8,7 +8,7 @@ - **Modules** - Using `setting` on a setting that is an object literal, for example `error: {}` will now extend the existing object instead of replacing it. - **Dropdown** - All dropdowns, not just `selection dropdown`, will now select the first `menu item` that starts with a pressed keyboard key, for example "N" will select "New" - **Build Tools** - Added new `autoInstall` option to allow for Semantic to be installed without user interaction. See [docs explanation](http://www.semantic-ui.com/introduction/advanced-usage.html#Auto-Install) for how to use. #3616 **Thanks @algorithme** -- **Icons** - 50+ new icons+ are included. Icons now use the latest Font Awesome `4.5.0` Icons. Thanks @davegandy! +- **Icons** - 50+ new icons+ are included. Icons now use the latest Font Awesome `4.5.0` Icons. Thanks @BreadMaker for the PR and @davegandy for the font! **Critical Bugs** - **API** - Fixed bug causing `cache: 'local'` not to return the localstorage cached results in some cases diff --git a/src/themes/default/elements/icon.overrides b/src/themes/default/elements/icon.overrides index 2e92d3e1a..abeb21cd3 100644 --- a/src/themes/default/elements/icon.overrides +++ b/src/themes/default/elements/icon.overrides @@ -77,8 +77,8 @@ i.icon.options:before { content: "\f1de"; } i.icon.text.telephone:before { content: "\f1e4"; } i.icon.find:before { content: "\f1e5"; } i.icon.wifi:before { content: "\f1eb"; } -i.icon.alarm.slash:before { content: "\f1f6"; } -i.icon.alarm.slash.outline:before { content: "\f1f7"; } +i.icon.alarm.mute:before { content: "\f1f6"; } +i.icon.alarm.mute.outline:before { content: "\f1f7"; } i.icon.copyright:before { content: "\f1f9"; } i.icon.at:before { content: "\f1fa"; } i.icon.eyedropper:before { content: "\f1fb"; } @@ -368,9 +368,9 @@ i.icon.keyboard:before { content: "\f11c"; } i.icon.plug:before { content: "\f1e6"; } i.icon.trash:before { content: "\f1f8"; } i.icon.battery.full:before { content: "\f240"; } -i.icon.battery.three.quarters:before { content: "\f241"; } -i.icon.battery.half:before { content: "\f242"; } -i.icon.battery.quarter:before { content: "\f243"; } +i.icon.battery.high:before { content: "\f241"; } +i.icon.battery.medium:before { content: "\f242"; } +i.icon.battery.low:before { content: "\f243"; } i.icon.battery.empty:before { content: "\f244"; } i.icon.television:before { content: "\f26c"; } @@ -857,8 +857,11 @@ i.icon.yc:before { content: "\f23b"; } i.icon.ycombinator:before { content: "\f23b"; } i.icon.battery.four:before { content: "\f240"; } i.icon.battery.three:before { content: "\f241"; } +i.icon.battery.three.quarters:before { content: "\f241"; } i.icon.battery.two:before { content: "\f242"; } +i.icon.battery.half:before { content: "\f242"; } i.icon.battery.one:before { content: "\f243"; } +i.icon.battery.quarter:before { content: "\f243"; } i.icon.battery.zero:before { content: "\f244"; } i.icon.i.cursor:before { content: "\f246"; } i.icon.jcb:before { content: "\f24b"; }