]> git.ipfire.org Git - thirdparty/Font-Awesome.git/blob - CHANGELOG.md
Merge pull request #16911 from FortAwesome/bugfix/fix-changelog-and-upgrading-guide
[thirdparty/Font-Awesome.git] / CHANGELOG.md
1 # Change Log
2
3 All notable changes to this project will be documented in this file.
4
5 The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
6
7 **Note that references to the Font-Awesome-Pro repository refer to a GitHub
8 repository that is by invitation only. You will get a 404 - Not Found if you do
9 not have access**
10
11 ## [5.14.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.14.0) - 2020-07-15
12
13 **Minor version upgrade notice: there are some backward-incompatible changes to this release. See the
14 [UPGRADING.md guide](https://github.com/FortAwesome/Font-Awesome/blob/master/UPGRADING.md) for more
15 information.**
16
17 ### Fixed
18
19 * Corrected rendering issue with the tripadvisor brand icon in Windows 10 FortAwesome/Font-Awesome#16817
20 * Corrected unicode values that were outside the Unicode Private Use Area (PUA) FortAwesome/Font-Awesome#16804
21
22 ---
23
24 ## [5.13.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.13.1) - 2020-06-18
25
26 ### Added
27
28 * New brand icons deezer, edge-legacy, google-pay, rust, tiktok, and unsplash
29 * Icons sink, users-slash, bacteria, and bacterium added to Font Awesome Free
30
31 ### Changed
32
33 * Updated brand icons bandcamp, google-plus, tripadvisor, and yahoo
34
35 ### Fixed
36
37 * Icon hand-holding-water missing 5.13.0 in its versions
38
39 ---
40
41 ## [5.13.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.13.0) - 2020-03-23
42
43 ### Added
44 * New icons related to COVID-19
45 * Added the ability to specify mask ID and title ID for SVG with JS which allows
46 snapshot testing tools to get a predictable result when executing tests
47
48 ### Changed
49 * Explicitly set font-display to block which supresses warnings of font-display
50 in tools like Lighthouse
51
52 ### Fixed
53 * Corrected version 4 font face shim src attribute declaration that was warning
54 of incorrect font file format
55 * Fixed font family name to be 'Font Awesome 5 Free' for free kits when using
56 pseudo-elements
57
58 ---
59
60 ## [5.12.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.12.1) - 2020-02-04
61
62 ### Added
63 * user-unlock icon FortAwesome/Font-Awesome#13280
64 * mixer brand icon FortAwesome/Font-Awesome#11242
65 * coffin-cross icon FortAwesome/Font-Awesome#15646
66 * instagram-square icon FortAwesome/Font-Awesome#9223
67 * shopify icon FortAwesome/Font-Awesome#3850
68 * dailymotion icon FortAwesome/Font-Awesome#3890
69
70 ### Changed
71 * Do not separate web fonts files for Free Kits
72 * The .fab CSS class now has explicit weight of 400 instead of inheriting 'normal'
73 * Balance the plus symbol in file-plus and folder-plus FortAwesome/Font-Awesome#16004
74 * Removed cross from coffin (new coffin-cross still available) FortAwesome/Font-Awesome#15646
75 * Updated edge brand icon FortAwesome/Font-Awesome#15771
76 * Updated clock hands FortAwesome/Font-Awesome#15779
77
78 ### Fixed
79 * Guard against run-away pseudo element searching with String.codePointAt ponyfill
80 * Silence errors when using the conflict detector
81
82 ---
83
84 ## [5.12.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.12.0) - 2019-12-10
85
86 ### Added
87 * New science fiction and household icons
88 * Metadata in Yaml format now available in JS packages
89 @fortawesome/fontawesome-free and @fortawesome/fontawesome-pro
90
91 ### Changed
92 * Updated twitch, safari, pied-piper, and android brand icon
93 * Renaming haykal icon to bahai
94 * Added "sideEffects: false" to JS icon packages to aid with tree-shaking
95
96 ### Fixed
97 * Improved eye position on the dog icon
98 * Updated solid style of the shape icon
99 * Adding missing versions for balance-scale-left and balance-scale-right icons
100 * Corrected missing cut-outs for envelope-open-dollar and envelope-open-text
101 which made swap opacity incorrect
102 * Fixing icon mismatch for contract and expand icons in the version 4 shim
103 * TypeScript definition includes optional params for layer() API call
104 * Symbols can now be inserted using Windows Character Map, Word, and PowerPoint
105 FortAwesome/Font-Awesome#14614
106 * Correcting the LICENSE.txt for @fortawesome/fontawesome-svg-core and
107 @fortawesome/fontawesome-common-types
108
109 ---
110
111 ## [5.11.2](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.11.2) - 2019-09-23
112
113 ### Changed
114 * Updated laravel brand icon
115
116 ### Fixed
117 * New scanner-image icon was using the same unicode value as scanner causing overlapped icons
118 * The film-canister icon was incorrectly spelled film-cannister
119
120 ---
121
122 ## [5.11.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.11.1) - 2019-09-18
123
124 ### Fixed
125 * Duotone icons updated in 5.11.0 had incorrect attribute order which caused
126 them to fail to load for all kits
127
128 ---
129
130 ## [5.11.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.11.0) - 2019-09-18
131
132 ### Added
133 * New tech, music, and western-themed icons
134 * Added umbraco, swift, orcid, mdb (and one more surprise) brand icons
135
136 ### Fixed
137 * SVG with JavaScript no longer duplicates the id attribute when in nesting mode
138 * Corrected inconsistencies with the send-back and send-backward icons
139 * Corrected inconsistencies with duotone icon viewBox widths that did not match
140 the solid style
141
142 ---
143
144 ## [5.10.2](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.10.2) - 2019-08-22
145
146 ### Added
147 * SVG with JS API function layers() now accepts params to add additional classes
148
149 ### Changed
150 * Lots of updates to various duotone icons
151 * Updated the keybase brand icon
152
153 ### Fixed
154 * Duotone icon updates FortAwesome/Font-Awesome#15396
155 FortAwesome/Font-Awesome#15409 FortAwesome/Font-Awesome#15413
156 FortAwesome/Font-Awesome#15325 FortAwesome/Font-Awesome#15334
157 FortAwesome/Font-Awesome#15339 FortAwesome/Font-Awesome#15346
158
159 ---
160
161 ## [5.10.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.10.1) - 2019-08-02
162
163 ### Added
164 * README file in the otfs/ directory to help direct folks to documentation for the new Duotone OTF file
165
166 ### Changed
167 * A lot of visual improvements and consistency fixes to many of the new Duotone icons
168 * The fa-swap-opacity class now works with parent containers where Duotone icons as children
169
170 ### Fixed
171 * Duotone SCSS files were not being correctly compiled with the Dart-Sass tool
172 * Font Awesome logo was not appearing in desktop application in font pickers
173
174 ---
175
176 ## [5.10.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.10.0) - 2019-07-29
177
178 ### Added
179 * Duotone icons style added with over 1,600 new icons
180 * New conflict detection script to help identify conflicting versions of Font Awesome (js/conflict-detection.js)
181 * Icons border-center-v and border-center-h
182 * New brand icon for cotton-bureau
183
184 ### Changed
185 * Updated version 4 shim to more accurately match sort-alpha-desc, sort-amount-desc, sort-numeric-desc
186
187 ### Fixed
188 * Icon sort-amount-down-alt incorrectly matching sort-amount-down
189 * Icon border-outer icon missing inner grid shapes
190
191 ---
192
193 ## [5.9.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.9.0) - 2019-06-04
194
195 **Minor version upgrade notice: there are some backward-incompatible changes to this release. See the
196 [UPGRADING.md guide](https://github.com/FortAwesome/Font-Awesome/blob/master/UPGRADING.md) for more
197 information.**
198
199 ### Added
200 * An assortment of voted icons, updated icons, and new icons
201 * New icons and updates to the text editor category
202 * A flipped version of the phone and phone-alt icon
203
204 ### Changed
205 * Removed the nintendo-switch icon by request of Nintendo
206 * Sorted out the sort icons FortAwesome/Font-Awesome#9464 FortAwesome/Font-Awesome#9419 FortAwesome/Font-Awesome-Pro#915
207 * De-crevassed the brain icons
208
209 ### Fixed
210 * Proportions corrected on facebook-messenger brand icon
211
212 ---
213
214 ## [5.8.2](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.8.2) - 2019-05-07
215
216 ### Added
217 * New brand icon stackpath
218
219 ### Changed
220 * Updated redhat, mailchimp brand icons
221 * Updated Facebook brand icons in accordance with https://facebookbrand.com (facebook, facebook-f, facebook-square)
222 * Updated Git brand icons (git, git-square, git-alt)
223 * Removing the "at" character to prevent overlap with the at icon
224
225 ### Fixed
226 * Missing version for the route icon FortAwesome/Font-Awesome#13804
227 * Corrected the orientation of radiation and radiation-alt icons
228 * Alignment fixed for check-double
229 * Moved the notch into the correct location for sim-card
230 * Allow the role attribute to be specified FortAwesome/Font-Awesome#14791
231 * Prevent IE11 CSS selector error from crashing SVG with JS execution
232
233 ---
234
235 ## [5.8.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.8.1) - 2019-03-21
236
237 ### Fixed
238 * Correct the baseline alignment of the linkedin-in brand icon
239
240 ---
241
242 ## [5.8.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.8.0) - 2019-03-20
243
244 **Minor version upgrade notice: there are some backward-incompatible changes to this release. See the
245 [UPGRADING.md guide](https://github.com/FortAwesome/Font-Awesome/blob/master/UPGRADING.md) for more
246 information.**
247
248 ### Added
249 * New sponsored icon wave-square
250 * Adding new mutateApproach configuration which can force SVG with JS to render synchronously
251 * Adding a round of top requested brand icons
252
253 ### Changed
254 * Updating search terms and adding new categories
255 * Removing descender-based CSS from the .fa-icon Sass mixin
256 * Removed title elements from SVG sprites
257
258 ### Fixed
259 * Fixing several icons such as spinner-third that had incorrect widths
260 * Allow Sass setting for `font-display` to be changed
261 * Missing dots in the flower icons
262 * Support strict math compatibility for Less
263 * Support fa-flip-both in the SVG with JS version
264
265 ---
266
267 ## [5.7.2](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.7.2) - 2019-02-12
268
269 ### Fixed
270 * Vertical alignment issues using OTF and TTF files in desktop applications that differ from previous
271 Font Awesome versions (< 5.7.0)
272
273 ---
274
275 ## [5.7.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.7.1) - 2019-02-01
276
277 ### Fixed
278 * The @fortawesome/fontawesome-pro package had a corrupted SVG webfont file for the solid style
279 * IE11 error reporting Promise as undefined or finally() not a function
280 * The cheese has been moved on top of the patty for cheeseburger
281
282 ---
283
284 ## [5.7.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.7.0) - 2019-01-28
285
286 **Minor version upgrade notice: there are some backward-incompatible changes to this release. See the
287 [UPGRADING.md guide](https://github.com/FortAwesome/Font-Awesome/blob/master/UPGRADING.md) for more
288 information.**
289
290 ### Added
291 * New Food category
292 * More Medical icons
293 * More icons from the leaderboard
294 * Added tasks-alt
295 * New CSS class fa-flip-both that applies fa-flip-horizontal and fa-flip-vertical together
296 * CSS now defaults to font-display: auto
297 * Sass and Less files contain a variable that can be changed to alter the font-display value
298
299 ### Changed
300 * Updated slack brand icon
301 * Reverted calendar-alt to previous design before 5.6.0
302
303 ### Fixed
304 * Safari fails to process pseudo elements if the font-weight is "normal"
305 * Renamed internal method to keep from confusing rJS FortAwesome/Font-Awesome#14461
306 * Corrected font weights in TTF files FortAwesome/Font-Awesome#13320
307 * XCode now correctly displays different styles when using TTF files
308 * Support for Turbolinks without modifying the dom.watch() call FortAwesome/Font-Awesome#12709
309 * Add focusable=false for SVG elements to prevent IE11 double-focus bug FortAwesome/Font-Awesome#13155
310
311 ---
312
313 ## [5.6.3](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.6.3) - 2018-12-20
314
315 ### Changed
316 * Revising fire icon and adding alternative fire icon
317 * Updating fedora brand icon
318
319 ---
320
321 ## [5.6.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.6.1) - 2018-12-12
322
323 ### Fixed
324 * NPM JavaScript icon packages no longer include ES6 expressions in non-ES6 files
325 FortAwesome/Font-Awesome#14382, FortAwesome/Font-Awesome#14380, FortAwesome/Font-Awesome-Pro#1286
326 * Removed extra point in the light style of exclamation-triangle
327 * Correct a typo in the license files
328
329 ---
330
331 ## [5.6.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.6.0) - 2018-12-07
332
333 **Minor version upgrade notice: there are some backward-incompatible changes to this release. See the
334 [UPGRADING.md guide](https://github.com/FortAwesome/Font-Awesome/blob/master/UPGRADING.md) for more
335 information.**
336
337 ### Added
338 * Holiday category
339 * Winter category
340 * A nice selection of the top requested icons from the Font Awesome Leaderboard
341 * Sponsored icon horse-head
342 * Brand icons adobe, artstation, atlassian, centos, confluence, dhl, diaspora,
343 fedex, fedora, figma, intercom, invision, jira, mendeley, raspberry-pi,
344 redhat, sketch, sourcetree, suse, ubuntu, ups, usps, and yarn
345 * The Canadian Maple Leaf (Aboot time, eh. You hosers.)
346
347 ### Changed
348 * Added more icons to Buildings, Hands, Spinners, Users & People, and Vehicles categories
349 * Added indicators whether an icon was added to Font Awesome through community voting
350
351 ### Fixed
352 * Missing metadata for holly-berry
353
354 ---
355
356 ## [5.5.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.5.0) - 2018-11-02
357
358 ### Added
359 * Politics category
360 * Weather category (volume 1 and 2)
361 * Brand icon reacteurope
362 * Sponsorship of briefcase by WorkRails
363
364 ### Fixed
365 * Alignment centered for larger icons when using the CSS stacks feature
366
367 ---
368
369 ## [5.4.2](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.4.2) - 2018-10-25
370
371 ### Added
372 * Brand icon think-peaks
373
374 ### Changed
375 * Updated rocketchat brand icon
376 * Adding vr-cardboard and d-and-d-beyond to Free version
377 * Replacing rendact with wpressr brand icon
378 * Changing the version 4 shim for commenting icon to solid style to better match version 4
379
380 ### Fixed
381 * Path issues with tombstone-alt icon in Regular and Light styles
382
383 ---
384
385 ## [5.4.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.4.1) - 2018-10-10
386
387 ### Fixed
388 * Separate wand and wand-magic into unique icons
389 * Corrected the alignment of linkedin-in
390 * Renamed categories "Holiday" to "Halloween" and "Seasonal" to "Autumn"
391
392 ---
393
394 ## [5.4.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.4.0) - 2018-10-08
395
396 ### Added
397 * New Tabletop Gaming, Holiday, Seasonal category
398 * 7 tabletop gaming brands (acquisitions-incorporated, critical-role, d-and-d, d-and-d-beyond, fantasy-flight-games, penny-arcade, wizards-of-the-coast)
399 * 25 new animals (and all of them are real you Disbelievers)
400 * Sponsorship of volume-mute by Pulse-Eight
401 * creative-commons-zero added to Free version
402 * DEV brand icon
403 * Search terms "positive" and "negative" added to applicable icons
404 * Sponsorship of chess-knight by Inspira bvba
405 * Sponsorship of blender-phone by Joe Emison
406 * Icons chair, chair-office, file-csv, hammer, head-side, head-vr, house-damage, hryvnia, network-wired, running, slash, user-injured, and vr-cardboard
407
408 ### Changed
409 * Using masks with SVG and JavaScript now use nanoid generated IDs instead of a simple counter
410 * Updated speakap brand icon
411 * Revised menorah icon and added hanukiah
412
413 ### Fixed
414 * Slight distortion in book-heart
415 * Bad search terms for folder icon
416 * Set license for @fortawesome/free-brands-svg-icons NPM package
417
418 ---
419
420 ## [5.3.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.3.1) - 2018-08-28
421
422 ### Changed
423 * Updating icons in the Status category
424
425 ### Fixed
426 * sponsors.yml listed icon prayer instead of pray
427 * Removed Pro icons that accidentally made it into Free
428
429 ---
430
431 ## [5.3.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.3.0) - 2018-08-27
432
433 ### Added
434 * New Religion, and Marketing category
435 * New icons in the Mathematics, and Business category
436 * New stats for signal, volume, and wifi icons
437 * New brand icon for the-red-yeti and alipay
438
439 ### Changed
440 * Adding ethereum to Currency category
441 * Adding bitcoin and btc to Payments & Shopping
442
443 ### Fixed
444 * Incorrect name for layer-minus and layer-plus in sponsors.yml
445 * Reversing route-highway and route-interstate
446 * Correct version identifier in OTF and web font files
447 * CSS keyframe names are not minified (and renamed) to prevent conflict with user or app specific names
448 * Sass placeholder selector added for %fa-icon to fix CSS precendence issue with font-weight
449
450 ---
451
452 ## [5.2.0](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.2.0) - 2018-07-23
453
454 ### Added
455 * New education and automotive categories
456 * More icons in the medical and maps categories
457 * Top requested brands ello, hackerrank, kaggle, markdown, neos, and zhihu
458
459 ---
460
461 ## [5.1.1](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.1.1) - 2018-07-17
462
463 ### Added
464 * Additional search terms for various icons FortAwesome/Font-Awesome#13429
465
466 ### Changed
467 * Marked the font-awesome-logo-full as a "private" icon
468 * Consistently named and minified CSS and JS files in the CDN, npm packages, and zip files
469
470 ### Fixed
471 * Removed "fa-" prefix from Less and Sass style bundles filenames
472 * Unable to use brand icons with pseudo-elements and SVG with JS
473 * Adding icons explicitly using the library were not available when using pseudo-elements and SVG with JS
474 * smile-plus search terms in icons.yml incorrectly formatted
475 * kiss and grin-wink icons having incorrect weight / style FortAwesome/Font-Awesome#13361 FortAwesome/Font-Awesome#13363
476 * Missing underscore in filenames in the less/v4-shims.less FortAwesome/Font-Awesome#13415
477 * Light style for code-commit
478 * Including rev brand icon in the Font Awesome Free version
479
480 ---
481
482 ## [5.1.0](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.1.0) - 2018-06-20
483
484 **Minor version upgrade notice: there are some backward-incompatible changes to this release. See the
485 [UPGRADING.md guide](https://github.com/FortAwesome/Font-Awesome/blob/master/UPGRADING.md) for more
486 information.**
487
488 ### Added
489 * New Emoji, Design, and Travel category pack
490 * Another group of requested and commissioned icons
491 * Version 4 shim for Web Fonts with CSS
492 * New simplified download and NPM packages
493 * @fortawesome/fontawesome-free and @fortawesome/fontawesome-pro NPM packages that match what's available in the CDN and .ZIP files
494 * Brand icons rev, nimblr, megaport, mailchimp, hornbill, wix, weebly, themeco, squarespace, aws, shopware
495 * API method toHtml() for converting abstract objects to HTML
496 * API method counter() to generate Layers Counters
497 * API method watch() to configure MutationObserver and watch DOM for icon changes and additions
498
499 ### Changed
500 * Relocating sponsor data to a separate sponsors.yml
501 * Updated teamspeak brand icon
502 * No more default exports in the CommonJS/ES packages (anything installed from NPM)
503 * Greatly improved performance and rendering of CSS pseudo-elements with SVG and JavaScript
504 * Configuration of SVG with JavaScript can now be done with attributes on the script tag
505 * SVG with JavaScript pseudo-elements now match syntax (font-family, font-weight) of Web Fonts with CSS
506
507 ### Fixed
508 * Tree shaking of all NPM packages by default
509 * Alignment of the book-open and dice-six icon
510 * Correcting creative-commons
511 * Incorrect license on the fontawesome-common-types package
512 * Improve ligatures that share a base name with another ligature
513 * Correcting solid style of the digital-tachograph icon
514 * Prevent duplicating classes in some scenarios with SVG with JavaScript
515 * Duplicate insertion of CSS when insertCss() method was called
516 * Missing TypeScript definitions for the free-brands-svg-icons package
517
518 ---
519
520 ## [5.0.13](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.0.13) - 2018-05-10
521
522 ### Added
523 * 68 icons to Free and 165 to Pro of the most requested icons in Font Awesome
524
525 ---
526
527 ## [5.0.12](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.0.12) - 2018-05-03
528
529 ### Added
530 * A long time ago in a galaxy far, far away some icons were added
531
532 ### Fixed
533 * Renamed the r brand to r-project to prevent ligature collision with the "r" glyph
534
535 ---
536
537 ## [5.0.11](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.0.11) - 2018-05-01
538
539 ### Added
540 * 16 new user icons
541 * Full set of Creative Commons symbols
542 * Regular style comment-dots used for v4 comment-alt in shim
543 * Top 6 brand icons: r, ebay, mastodon, researchgate, keybase, teamspeak
544
545 ### Changed
546 * Revised slider icons FortAwesome/Font-Awesome#11872
547 * Make desktop typeface easier to find in apps that support ligature previews
548
549 ### Fixed
550 * Remove errant XML entity from the lastfm-square icon FortAwesome/Font-Awesome#12847
551 * Correcting paths in cloud icons FortAwesome/Font-Awesome-Pro#920
552
553 ---
554
555 ## [5.0.10](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.0.10) - 2018-04-10
556
557 ### Added
558 * New java brand icon FortAwesome/Font-Awesome#386
559
560 ### Changed
561 * Updating depth of dna icon
562 * Updating pied-piper, adding pied-piper-hat
563
564 ### Fixed
565 * Correcting path errors on readme icon FortAwesome/Font-Awesome#12754
566 * Light style of lamp icon FortAwesome/Font-Awesome#12725
567
568 ---
569
570 ## [5.0.9](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.0.9) - 2018-03-27
571
572 ### Added
573 * New Chat icon pack and category
574 * New Charity icon pack and category
575 * New Moving icon pack and category
576 * New icons hands and hand-holding
577
578 ### Changed
579 * Updated flipboard, readme, and houzz brand icon
580 * Making all solid icons in the medical icon pack free
581 * Updated hand-holding-box and hand-receiving in the Light style
582
583 ### Fixed
584 * Missing box-sizing CSS property for fa-layers-counter
585
586 ---
587
588 ## [5.0.8](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.0.8) - 2018-03-01
589
590 ### Fixed
591 * OTF font files missing ligatures for Pro styles FortAwesome/Font-Awesome#12486 FortAwesome/Font-Awesome-Pro#1034
592
593 ---
594
595 ## [5.0.7](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.0.7) - 2018-02-26
596
597 ### Added
598 * New Logistics category
599 * New Medical category
600 * Individual SVG files available from the Font Awesome CDN
601 * Additional search terms
602
603 ### Changed
604 * Apple brand icon update FortAwesome/Font-Awesome#12337
605 * Disable mutation observers with fontawesome.noAuto() is called
606 * License information now references https URL scheme
607
608 ### Fixed
609 * Missing TypeScript names FortAwesome/react-fontawesome#83
610 * Adding categories metadata FortAwesome/Font-Awesome#12034
611 * TypeScript improvement for fontawesome.layer()
612 * Correcting a melting, wobbling, weird-looking whistle
613
614 ---
615
616 ## [5.0.6](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.0.6) - 2018-01-25
617
618 ### Fixed
619 * @fortawesome/fontawesome-pro-light missing submodules
620
621 ---
622
623 ## [5.0.5](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.5) - 2018-01-25
624
625 ### Added
626 * New Sports category
627 * New Chess category
628 * Added brand icons for flipboard, php, quinscape, and hips
629
630 ### Fixed
631 * Sass and Less mixin fa-icon() now uses ems instead of percentage
632 * Corrected misspelling of "Alternate" in category labels
633 * Improved TypeScript definitions for @fortawesome/fontawesome
634 * Server-side rendering was failing due to DOM-specific object access
635 * SVG attributes "data-fa-processed" renamed to "data-fa-i2svg", only applies if rendered with i2svg() method
636
637 ---
638
639 ## [5.0.4](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.4) - 2018-01-10
640
641 ### Changed
642 * Updating all NPM package READMEs
643
644 ### Fixed
645 * Improving TypeScript exports and fixing some incorrect definitions
646 * TypeScript error when importing entire style Fort-Awesome/Font-Awesome#12072
647 * Pseudo-elements erasing text contents in parent container Fort-Awesome/Font-Awesome-Pro#11995
648 * fa-layers-text misalignment when using Bootstrap Fort-Awesome/Font-Awesome#11871
649
650 ---
651
652 ## [5.0.3](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.3) - 2018-01-08
653
654 ### Added
655 * Adding elementor, youtube-square brand icons
656 * Adding window-minimize to the Free subset
657 * TypeScript support for all NPM packages
658
659 ### Fixed
660 * Corrected uneven spacing in university, address-book, address-card, id-badge, id-card, mouse-pointer, phone-volume, portrait, user-alt, user-circle, user-md, user-plus, user-times, user , users
661 * Corrected uneven spacing in brand icons behance-square, dashcube, discourse, ember, erlang, fort-awesome, js-square, laravel, mix, patreon, palfed, phoenix-framework, node-js, skyatlas, stack-exchange, stripe, viber, weixin, yahoo , yoast
662
663 ---
664
665 ## [5.0.2](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.2) - 2017-12-19
666
667 ### Added
668 * Adding amazon-pay, cc-amazon-pay, korvue, ethereum brand icons
669 * Adding stopwatch to Free version
670
671 ### Changed
672 * Ligatures now support capital case, all caps, and title case
673
674 ### Fixed
675 * NPM packages now behave the same way as CDN and browser-specific packages FortAwesome/Font-Awesome-Pro#727 FortAwesome/Font-Awesome-Pro#896 FortAwesome/Font-Awesome-Pro#891
676 * Icon doesn't change when pseudo-element content changes FortAwesome/Font-Awesome-Pro#839
677 * Invalid XML in sprites FortAwesome/Font-Awesome-Pro#927
678 * Incorrect version in Sass and Less variable files
679
680 ---
681
682 ## [5.0.1](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.1) - 2017-12-08
683
684 ### Added
685 * Adding font-awesome-flag, lock-open, redo-alt, sync-alt, undo-alt to the Free version
686 * New NPM packages `fontawesome-free-webfonts` and `fontawesome-pro-webfonts`
687 * Adding old icon names to search terms for renamed icons
688 * Extensive metadata added to the `advanced-options` directory
689 * Adding stripe-s brand icon
690 * Adding typo3 brand icon
691
692 ### Changed
693 * Updated dropbox brand icon to match new branding guidelines
694 * Updated firefox brand icon
695 * Updated strava brand icon
696 * OTF font file now include a space character
697
698 ### Fixed
699 * OTF font file now supports different styles in Windows
700 * OTF font file "j" character now has correct space on the right
701 * Modifying the `class` attribute on an existing `<svg>` allows you to change the icon
702
703 ---
704
705 ## [5.0.0](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0) - 2017-12-01
706
707 ### Added
708 * License information
709
710 ### Changed
711 * CSS vertical-align now "em"-based instead of percentage making it more consistent
712 * fa-ul width now closer to default browser size
713
714 ---
715
716 ## [5.0.0-rc5](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-rc5) - 2017-11-28
717
718 **This release includes breaking changes**
719
720 ### Added
721 * Brand icons: gitter, cc-stripe, stripe, hooli, aviato, strava, ember, angular, font-awesome-flag
722 * Icons compress-alt and expand-alt
723 * Adding calendar to Font Awesome 5 Free
724 * SASS function that makes it easier to use variables FortAwesome/Font-Awesome-Pro#824
725
726 ### Changed
727 * BREAKING Renamed icon composition to mask ("data-fa-compose" becomes "data-fa-mask")
728 * BREAKING Re-organized directory structure to match upcoming documentation
729 * BREAKING Font Awesome styles inserted into the `<head>` will now precede other link and style definitions
730 * BREAKING `fontawesome.text` and `fontawesome.icon` now use `styles` param instead of `style`
731 * Updated sizing for twitter, discord, youtube
732 * Class fa-li now respects line-height and has new recommended markup (see included docs)
733
734 ### Fixed
735 * Duplicate `style` tags being added in the head FortAwesome/Font-Awesome-Pro#858
736 * Error with icon composition/masking that caused a confusing error message
737 * An error when using pseudo elements and the element is empty (Array.reduce error)
738 * Icons not being replaced with SVG if the text content is not empty
739
740 ---
741
742 ## [5.0.0-rc4](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-rc4) - 2017-10-27
743
744 ### Added
745 * Ligature support in the OTF font
746 * Vue.js brand icon
747 * Sass and Less brand icons
748 * Autoprefixer brand icon
749 * Individual icon imports in icon packages FortAwesome/Font-Awesome-Pro#808
750
751 ### Changed
752 * Better poo eyes
753 * Renamed HTML status classes to `fontawesome-i2svg-active`, `fontawesome-i2svg-pending`, `fontawesome-i2svg-complete`
754 * HTML status class for active is added only after the first batch of icon replacements occur
755 * Added mention of newer versions of iOS in documentation FortAwesome/Font-Awesome-Pro#810
756
757 ### Fixed
758 * Performance and missing features with mutation observer (should fix FortAwesome/Font-Awesome-Pro#813)
759 * Incorrect handling of icon class and style attributes when using autoReplace = 'nest' FortAwesome/Font-Awesome-Pro#809
760 * Pseudo elements not added or removed when class mutations occur FortAwesome/Font-Awesome-Pro#821
761
762 ---
763
764 ## [5.0.0-rc3](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-rc3) - 2017-10-13
765
766 ### Added
767 * Node.js brand icon FortAwesome/Font-Awesome-Pro#779
768 * React brand icon FortAwesome/Font-Awesome-Pro#780
769 * OSI brand icon FortAwesome/Font-Awesome-Pro#748
770 * Add a class to the html element when icon replacement is complete FortAwesome/Font-Awesome-Pro#778
771 * Add support for symbols in API including ability to name the symbol
772 * Use CSS pseudo elements (:before and :after) to make trigger SVG replacements
773
774 ### Changed
775 * Switched the locations of fork and knife in utensils-alt FortAwesome/Font-Awesome-Pro#466
776 * Updated the AWS brand icon FortAwesome/Font-Awesome-Pro#735
777 * Updated Apple App Store icon FortAwesome/Font-Awesome-Pro#728
778
779 ### Fixed
780 * Do not throw an error if icon is missing when calling icon() method in API
781 * Ensure that unicode values do not change between releases
782 * Version field is missing in fontawesome-pro-brands/package.json FortAwesome/Font-Awesome-Pro#781
783 * Repeated commenting out of fa-layers when i2svg is called FortAwesome/Font-Awesome-Pro#788
784 * Title not showing up correctly for SVG FortAwesome/Font-Awesome-Pro#786
785
786 ---
787
788 ## [5.0.0-rc2](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-rc2) - 2017-09-22
789
790 ### Added
791 * Brand icons: accusoft, ns8, uniregistry
792
793 ### Fixed
794 * Link to the npm package in the docs FortAwesome/Font-Awesome-Pro#729
795 * Incorrect reference to fontawesome-pro.js in docs
796
797 ---
798
799 ## [5.0.0-rc1](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-rc1) - 2017-09-15
800
801 ### Changed
802 * New Bitbucket logo FortAwesome/Font-Awesome-Pro#720
803 * Modifed the star icons to match use case better FortAwesome/Font-Awesome-Pro#710
804 * Switched names of css3 and css3-alt to reflect correct branding
805
806 ### Fixed
807 * Correct whitespace with the Visa logo FortAwesome/Font-Awesome-Pro#719
808 * Improve OTF support by passing through FontForge FortAwesome/Font-Awesome-Pro#565
809 * Fonts with "undefined" name FortAwesome/Font-Awesome-Pro#711
810 * Shims will only function if using old prefix of "fa" FortAwesome/Font-Awesome-Pro#692
811 * Added missing "youtube" icon to categories
812
813 ---
814
815 ## [5.0.0-beta7](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-beta7) - 2017-09-11
816
817 ### Added
818 * Ability to nest the `<svg>` tag within the `<i>` FortAwesome/Font-Awesome-Pro#624
819 * Define icons as symbols and leverage SVG sprites FortAwesome/Font-Awesome-Pro#629
820 * Added alternative CSS3 logo FortAwesome/Font-Awesome-Pro#682
821
822 ### Changed
823 * Power Transforms now execute inside the SVG instead of on the root element
824 * Filenames have changed to reflect a better division between Font Awesome Free and Pro
825
826 ### Fixed
827 * More improvements to the version 4 shim FortAwesome/Font-Awesome-Pro#673 FortAwesome/Font-Awesome-Pro#678 FortAwesome/Font-Awesome-Pro#686 FortAwesome/Font-Awesome-Pro#687 FortAwesome/Font-Awesome-Pro#692
828 * Animation support for inline SVG now works as expected FortAwesome/Font-Awesome-Pro#662
829
830 ---
831
832 ## [5.0.0-beta6](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-beta6) - 2017-09-01
833
834 ### Added
835 * Ability to flip horizontal and vertical with CSS classes fa-flip-horizontal and fa-flip-vertical
836 * New film-alt icon that allows for layering other icons
837 * Microsoft brand
838
839 ### Changed
840 * New YouTube branding FortAwesome/Font-Awesome-Pro#646
841
842 ### Fixed
843 * Fixed a bunch of shim-related issues
844 * Cogs off center FortAwesome/Font-Awesome-Pro#663
845 * Corrected icons/categories.yml with canonical names
846
847 ---
848
849 ## [5.0.0-beta5](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-beta5) - 2017-08-25
850
851 ### Added
852 * Full parity with Font Awesome 4! 616 total core icons in each style
853 * 297 total brand and logo icons
854 * Separate CSS file to accompany the SVG Framework FortAwesome/Font-Awesome-Pro#627
855 * Alternative to the dots icon FortAwesome/Font-Awesome-Pro#608
856 * Made window icons consistent FortAwesome/Font-Awesome-Pro#611
857
858 ### Fixed
859 * Production builds not correctly being detected FortAwesome/Font-Awesome-Pro#631
860
861 ---
862
863 ## [5.0.0-beta4](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-beta4) - 2017-08-18
864
865 ### Added
866 * 590 total core icons in each style
867 * 291 total brand and logo icons
868
869 ### Fixed
870 * Reduced the size of JS file from 66 to 22 kb
871 * Regression caused by with web font alignment FortAwesome/Font-Awesome-Pro#460
872
873 ---
874
875 ## [5.0.0-beta3](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-beta3) - 2017-08-15
876
877 ### Added
878 * 583 total core icons in each style
879
880 ### Fixed
881 * Documentation improvements and fixes FortAwesome/Font-Awesome-Pro#586
882 * Vertical alignment of TTF and OTF fonts FortAwesome/Font-Awesome-Pro#460
883 * The "fa_500px" icon should be named "fa500px" FortAwesome/Font-Awesome-Pro#578
884
885 ---
886
887 ## [5.0.0-beta2](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-beta2) - 2017-08-11
888
889 ### Added
890 * 570 total core icons in each style
891 * 291 total brand and logo icons
892 * NPM (ES6, CommonJS, AMD) packages for use with other JavaScript libraries and tools FortAwesome/Font-Awesome-Pro#574
893 * Added a guide to choosing which implementation is best for you FortAwesome/Font-Awesome-Pro#532
894
895 ### Changed
896 * Showing a missing icon is now configurable FortAwesome/Font-Awesome-Pro#569
897
898 ### Fixed
899 * Composition framework now works in browsers that do not support transform-origin FortAwesome/Font-Awesome-Pro#564
900
901 ---
902
903 ## [5.0.0-beta1](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-beta1) - 2017-08-04
904
905 ### Added
906 * 524 total core icons in each style
907 * 289 total brand and logo icons
908 * New composition framework FortAwesome/Font-Awesome-Pro#537
909 * Animated indicator if you use an icon that does not exist
910
911 ### Changed
912 * Basic linting for Sass and Less files
913 * Add JavaScript guard block to prevent leaking errors
914 * Add support for automatic accessibility to SVG Framework Layers
915
916 ### Fixed
917 * Regression where stacks and pulled and bordered were not working in SVG Framework
918 * SVG sprite example had confusing inline styles FortAwesome/Font-Awesome-Pro#549
919 * Make getting started page more consistent between examples FortAwesome/Font-Awesome-Pro#544
920 * Added missing sizes fa-[6-10], xs, sm FortAwesome/Font-Awesome-Pro#546
921 * Title tag missing in SVG sprites FortAwesome/Font-Awesome-Pro#536
922
923 ---
924
925 ## [5.0.0-alpha7](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-alpha7) - 2017-07-28
926
927 ### Added
928 * 451 total core icons in each style
929 * 281 total brand and logo icons
930 * Less support is back!
931 * OpenType (.otf) file formats for web fonts
932
933 ### Changed
934 * Changes the fa-spin animation to go from 0deg to 360deg to eliminate hitch FortAwesome/Font-Awesome-Pro#522
935 * Improved mutation handling FortAwesome/Font-Awesome-Pro#517
936
937 ### Fixed
938 * fa-fw now works correctly with the SVG framework FortAwesome/Font-Awesome-Pro#530
939 * Removed execute bit on some icon files FortAwesome/Font-Awesome-Pro#520
940
941 ---
942
943 ## [5.0.0-alpha6](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-alpha6) - 2017-07-21
944
945 ### Added
946 * 410 total core icons in each style
947 * 270 total brand and logo icons
948 * All new Font Awesome 4 shim file
949 * Beginnings of a public JS API FortAwesome/Font-Awesome-Pro#512
950
951 ### Changed
952 * Added Firefox ESR and Chrome for Businesses to browser compatibility FortAwesome/Font-Awesome-Pro#506
953
954 ### Fixed
955 * Ensure that SVG title attributes are unique
956 * Fixed incorrect viewBox sizes FortAwesome/Font-Awesome-Pro#492
957 * Fix chart-area alignment in the solid style FortAwesome/Font-Awesome-Pro#508
958 * Add missing xmlns attributes in some SVGs FortAwesome/Font-Awesome-Pro#509
959
960 ---
961
962 ## [5.0.0-alpha5](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-alpha5) - 2017-07-14
963
964 ### Added
965 * 228 total brand and logo icons
966 * New transform framework for sizing, moving, rotating, and flipping icons
967 * New icon counters
968 * New layers framework
969 * New text overlays
970 * Auto-comments with the original source icons alongside SVG replacements
971
972 ### Changed
973 * Autoprefixer to correctly add browser prefixes for supported browsers
974 * Removed browser-specific CSS properties in Sass source files (now relies on autoprefixer)
975
976 ### Fixed
977 * The rotation on checkmark icons
978 * Other icon feedback from previous weeks
979 * Correct fixed width settings to 1.25em (based on the new 16px grid)
980 * Icons displaying as block instead of inline-block in IE and older Safari
981
982 ---
983
984 ## [5.0.0-alpha4](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-alpha4) - 2017-07-07
985
986 ### Added
987 * 93 brand icons
988
989 ---
990
991 ## [5.0.0-alpha3](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-alpha3) - 2017-06-30
992
993 ### Added
994 * 95 additional icons; including file types, directional, and some existing and new brand icons
995
996 ### Fixed
997 * Wrong content type in generated CSS FortAwesome/Font-Awesome-Pro#458
998 * Removal of query string from static resources FortAwesome/Font-Awesome-Pro#458
999 * SVG font ID's are incorrect in webfont implementation FortAwesome/Font-Awesome-Pro#474
1000
1001 ---
1002
1003 ## [5.0.0-alpha2](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-alpha2) - 2017-06-27
1004
1005 ### Added
1006 * How/When to upgrade from FA4 to FA5 FortAwesome/Font-Awesome-Pro#454
1007
1008 ### Fixed
1009 * Links to SVG files broken in the example files FortAwesome/Font-Awesome-Pro#456
1010 * Misnamed icon names in examples FortAwesome/Font-Awesome-Pro#445
1011 * Mangled HTML in the Getting Started example FortAwesome/Font-Awesome-Pro#442
1012 * Bad grammar and typos FortAwesome/Font-Awesome-Pro#443
1013 * fas-arrow-to-top is identical to fas-arrow-to-right FortAwesome/Font-Awesome-Pro#423
1014 * Vertical alignment issues with webfont implementation FortAwesome/Font-Awesome-Pro#444
1015 * Add browser compatibility tables to demo FortAwesome/Font-Awesome-Pro#435
1016 * Remove MAC OS feces from builds FortAwesome/Font-Awesome-Pro#437
1017 * TTF naming issues that prevent correct usage/installation FortAwesome/Font-Awesome-Pro#450
1018 * Correct CSS for SVG framework stacking, was reversed from normal FortAwesome/Font-Awesome-Pro#452
1019
1020 ---
1021
1022 ## [5.0.0-alpha1](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-alpha1) - 2017-06-23
1023
1024 ### Added
1025 * 300+ more icons
1026 * Brands pack
1027 * New JavaScript based SVG Framework
1028 * New SVG Sprites based framework
1029 * Source SVGs
1030 * Documentation with a convenient build-in web server
1031
1032 ### Changed
1033 * New directory structure