Skip to content

Releases: FortAwesome/Font-Awesome

Release 5.12.1

05 Feb 14:37
0d1f27e
Compare
Choose a tag to compare

Added

Changed

  • Do not separate web fonts files for Free Kits
  • The .fab CSS class now has explicit weight of 400 instead of inheriting 'normal'
  • Balance the plus symbol in file-plus and folder-plus #16004
  • Removed cross from coffin (new coffin-cross still available) #15646
  • Updated edge brand icon #15771
  • Updated clock hands #15779

Fixed

  • Guard against run-away pseudo element searching with String.codePointAt ponyfill
  • Silence errors when using the conflict detector

Release 5.12.0

10 Dec 22:52
d8db3d0
Compare
Choose a tag to compare

Added

  • New science fiction and household icons
  • Metadata in Yaml format now available in JS packages
    @fortawesome/fontawesome-free and @fortawesome/fontawesome-pro

Changed

  • Updated twitch, safari, pied-piper, and android brand icon
  • Renaming haykal icon to bahai
  • Added "sideEffects: false" to JS icon packages to aid with tree-shaking

Fixed

  • Improved eye position on the dog icon
  • Updated solid style of the shape icon
  • Adding missing versions for balance-scale-left and balance-scale-right icons
  • Corrected missing cut-outs for envelope-open-dollar and envelope-open-text
    which made swap opacity incorrect
  • Fixing icon mismatch for contract and expand icons in the version 4 shim
  • TypeScript definition includes optional params for layer() API call
  • Symbols can now be inserted using Windows Character Map, Word, and PowerPoint
    #14614
  • Correcting the LICENSE.txt for @fortawesome/fontawesome-svg-core and
    @fortawesome/fontawesome-common-types

Release 5.11.2

23 Sep 18:58
1c1b102
Compare
Choose a tag to compare

Changed

  • Updated laravel brand icon

Fixed

  • New scanner-image icon was using the same unicode value as scanner causing overlapped icons
  • The film-canister icon was incorrectly spelled film-cannister

Release 5.11.1

18 Sep 23:04
89fdc36
Compare
Choose a tag to compare

Fixed

  • Duotone icons updated in 5.11.0 had incorrect attribute order which caused
    them to fail to load for all kits

Release 5.11.0

18 Sep 17:15
57451ba
Compare
Choose a tag to compare

Added

  • New tech, music, and western-themed icons
  • Added umbraco, swift, orcid, mdb (and one more surprise) brand icons

Fixed

  • SVG with JavaScript no longer duplicates the id attribute when in nesting mode
  • Corrected inconsistencies with the send-back and send-backward icons
  • Corrected inconsistencies with duotone icon viewBox widths that did not match
    the solid style

Release 5.10.2

22 Aug 20:38
090e614
Compare
Choose a tag to compare

Added

  • SVG with JS API function layers() now accepts params to add additional classes

Changed

  • Lots of updates to various duotone icons
  • Updated the keybase brand icon

Fixed

Release 5.10.1

02 Aug 20:26
538a5bc
Compare
Choose a tag to compare

Added

  • README file in the otfs/ directory to help direct folks to documentation for the new Duotone OTF file

Changed

  • A lot of visual improvements and consistency fixes to many of the new Duotone icons
  • The fa-swap-opacity class now works with parent containers where Duotone icons as children

Fixed

  • Duotone SCSS files were not being correctly compiled with the Dart-Sass tool
  • Font Awesome logo was not appearing in desktop application in font pickers

Release 5.10.0

29 Jul 16:26
5c06ed0
Compare
Choose a tag to compare

Added

  • Duotone icons style added with over 1,600 new icons
  • New conflict detection script to help identify conflicting versions of Font Awesome (js/conflict-detection.js)
  • Icons border-center-v and border-center-h
  • New brand icon for cotton-bureau

Changed

  • Updated version 4 shim to more accurately match sort-alpha-desc, sort-amount-desc, sort-numeric-desc

Fixed

  • Icon sort-amount-down-alt incorrectly matching sort-amount-down
  • Icon border-outer icon missing inner grid shapes

Release 5.9.0

04 Jun 21:18
ba907ea
Compare
Choose a tag to compare

Minor version upgrade notice: there are some backward-incompatible changes to this release. See the
UPGRADING.md guide for more
information.

Added

  • An assortment of voted icons, updated icons, and new icons
  • New icons and updates to the text editor category
  • A flipped version of the phone and phone-alt icon

Changed

Fixed

  • Proportions corrected on facebook-messenger brand icon

Release 5.8.2

07 May 17:37
e05a121
Compare
Choose a tag to compare

Added

  • New brand icon stackpath

Changed

  • Updated redhat, mailchimp brand icons
  • Updated Facebook brand icons in accordance with http://facebookbrand.com (facebook, facebook-f, facebook-square)
  • Updated Git brand icons (git, git-square, git-alt)
  • Removing the "at" character to prevent overlap with the at icon

Fixed

  • Missing version for the route icon #13804
  • Corrected the orientation of radiation and radiation-alt icons
  • Alignment fixed for check-double
  • Moved the notch into the correct location for sim-card
  • Allow the role attribute to be specified #14791
  • Prevent IE11 CSS selector error from crashing SVG with JS execution