Release 5.0.7
This commit is contained in:
175
CHANGELOG.md
175
CHANGELOG.md
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
|
||||
---
|
||||
|
||||
## [5.0.7](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.7) - 2018-02-26
|
||||
|
||||
### Added
|
||||
* New Logistics category
|
||||
* New Medical category
|
||||
* Individual SVG files available from the Font Awesome CDN
|
||||
* Additional search terms
|
||||
|
||||
### Changed
|
||||
* Apple brand icon update FortAwesome/Font-Awesome#12337
|
||||
* Disable mutation observers with fontawesome.noAuto() is called
|
||||
* License information now references https URL scheme
|
||||
|
||||
### Fixed
|
||||
* Missing TypeScript names FortAwesome/react-fontawesome#83
|
||||
* Adding categories metadata FortAwesome/Font-Awesome#12034
|
||||
* TypeScript improvement for fontawesome.layer()
|
||||
* Correcting a melting, wobbling, weird-looking whistle
|
||||
|
||||
---
|
||||
|
||||
## [5.0.6](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.6) - 2018-01-25
|
||||
|
||||
### Fixed
|
||||
@@ -35,9 +56,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
|
||||
### Fixed
|
||||
* Improving TypeScript exports and fixing some incorrect definitions
|
||||
* TypeScript error when importing entire style Fort-Awesome/Font-Awesome#12072
|
||||
* Pseudo-elements erasing text contents in parent container Fort-Awesome/Font-Awesome-Pro#11995
|
||||
* fa-layers-text misalignment when using Bootstrap Fort-Awesome/Font-Awesome#11871
|
||||
* TypeScript error when importing entire style FortAwesome/Font-Awesome#12072
|
||||
* Pseudo-elements erasing text contents in parent container FortAwesome/Font-Awesome-Pro#11995
|
||||
* fa-layers-text misalignment when using Bootstrap FortAwesome/Font-Awesome#11871
|
||||
|
||||
---
|
||||
|
||||
@@ -64,9 +85,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
* Ligatures now support capital case, all caps, and title case
|
||||
|
||||
### Fixed
|
||||
* NPM packages now behave the same way as CDN and browser-specific packages #727 #896 #891
|
||||
* Icon doesn't change when pseudo-element content changes #839
|
||||
* Invalid XML in sprites #927
|
||||
* 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
|
||||
* Icon doesn't change when pseudo-element content changes FortAwesome/Font-Awesome-Pro#839
|
||||
* Invalid XML in sprites FortAwesome/Font-Awesome-Pro#927
|
||||
* Incorrect version in Sass and Less variable files
|
||||
|
||||
---
|
||||
@@ -113,7 +134,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
* Brand icons: gitter, cc-stripe, stripe, hooli, aviato, strava, ember, angular, font-awesome-flag
|
||||
* Icons compress-alt and expand-alt
|
||||
* Adding calendar to Font Awesome 5 Free
|
||||
* SASS function that makes it easier to use variables #824
|
||||
* SASS function that makes it easier to use variables FortAwesome/Font-Awesome-Pro#824
|
||||
|
||||
### Changed
|
||||
* BREAKING Renamed icon composition to mask ("data-fa-compose" becomes "data-fa-mask")
|
||||
@@ -124,7 +145,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
* Class fa-li now respects line-height and has new recommended markup (see included docs)
|
||||
|
||||
### Fixed
|
||||
* Duplicate `style` tags being added in the head #858
|
||||
* Duplicate `style` tags being added in the head FortAwesome/Font-Awesome-Pro#858
|
||||
* Error with icon composition/masking that caused a confusing error message
|
||||
* An error when using pseudo elements and the element is empty (Array.reduce error)
|
||||
* Icons not being replaced with SVG if the text content is not empty
|
||||
@@ -138,42 +159,42 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
* Vue.js brand icon
|
||||
* Sass and Less brand icons
|
||||
* Autoprefixer brand icon
|
||||
* Individual icon imports in icon packages #808
|
||||
* Individual icon imports in icon packages FortAwesome/Font-Awesome-Pro#808
|
||||
|
||||
### Changed
|
||||
* Better poo eyes
|
||||
* Renamed HTML status classes to `fontawesome-i2svg-active`, `fontawesome-i2svg-pending`, `fontawesome-i2svg-complete`
|
||||
* HTML status class for active is added only after the first batch of icon replacements occur
|
||||
* Added mention of newer versions of iOS in documentation #810
|
||||
* Added mention of newer versions of iOS in documentation FortAwesome/Font-Awesome-Pro#810
|
||||
|
||||
### Fixed
|
||||
* Performance and missing features with mutation observer (should fix #813)
|
||||
* Incorrect handling of icon class and style attributes when using autoReplace = 'nest' #809
|
||||
* Pseudo elements not added or removed when class mutations occur #821
|
||||
* Performance and missing features with mutation observer (should fix FortAwesome/Font-Awesome-Pro#813)
|
||||
* Incorrect handling of icon class and style attributes when using autoReplace = 'nest' FortAwesome/Font-Awesome-Pro#809
|
||||
* Pseudo elements not added or removed when class mutations occur FortAwesome/Font-Awesome-Pro#821
|
||||
|
||||
---
|
||||
|
||||
## [5.0.0-rc3](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-rc3) - 2017-10-13
|
||||
|
||||
### Added
|
||||
* Node.js brand icon #779
|
||||
* React brand icon #780
|
||||
* OSI brand icon #748
|
||||
* Add a class to the html element when icon replacement is complete #778
|
||||
* Node.js brand icon FortAwesome/Font-Awesome-Pro#779
|
||||
* React brand icon FortAwesome/Font-Awesome-Pro#780
|
||||
* OSI brand icon FortAwesome/Font-Awesome-Pro#748
|
||||
* Add a class to the html element when icon replacement is complete FortAwesome/Font-Awesome-Pro#778
|
||||
* Add support for symbols in API including ability to name the symbol
|
||||
* Use CSS pseudo elements (:before and :after) to make trigger SVG replacements
|
||||
|
||||
### Changed
|
||||
* Switched the locations of fork and knife in utensils-alt #466
|
||||
* Updated the AWS brand icon #735
|
||||
* Updated Apple App Store icon #728
|
||||
* Switched the locations of fork and knife in utensils-alt FortAwesome/Font-Awesome-Pro#466
|
||||
* Updated the AWS brand icon FortAwesome/Font-Awesome-Pro#735
|
||||
* Updated Apple App Store icon FortAwesome/Font-Awesome-Pro#728
|
||||
|
||||
### Fixed
|
||||
* Do not throw an error if icon is missing when calling icon() method in API
|
||||
* Ensure that unicode values do not change between releases
|
||||
* Version field is missing in fontawesome-pro-brands/package.json #781
|
||||
* Repeated commenting out of fa-layers when i2svg is called #788
|
||||
* Title not showing up correctly for SVG #786
|
||||
* Version field is missing in fontawesome-pro-brands/package.json FortAwesome/Font-Awesome-Pro#781
|
||||
* Repeated commenting out of fa-layers when i2svg is called FortAwesome/Font-Awesome-Pro#788
|
||||
* Title not showing up correctly for SVG FortAwesome/Font-Awesome-Pro#786
|
||||
|
||||
---
|
||||
|
||||
@@ -183,7 +204,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
* Brand icons: accusoft, ns8, uniregistry
|
||||
|
||||
### Fixed
|
||||
* Link to the npm package in the docs #729
|
||||
* Link to the npm package in the docs FortAwesome/Font-Awesome-Pro#729
|
||||
* Incorrect reference to fontawesome-pro.js in docs
|
||||
|
||||
---
|
||||
@@ -191,15 +212,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
## [5.0.0-rc1](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-rc1) - 2017-09-15
|
||||
|
||||
### Changed
|
||||
* New Bitbucket logo #720
|
||||
* Modifed the star icons to match use case better #710
|
||||
* New Bitbucket logo FortAwesome/Font-Awesome-Pro#720
|
||||
* Modifed the star icons to match use case better FortAwesome/Font-Awesome-Pro#710
|
||||
* Switched names of css3 and css3-alt to reflect correct branding
|
||||
|
||||
### Fixed
|
||||
* Correct whitespace with the Visa logo #719
|
||||
* Improve OTF support by passing through FontForge #565
|
||||
* Fonts with "undefined" name #711
|
||||
* Shims will only function if using old prefix of "fa" #692
|
||||
* Correct whitespace with the Visa logo FortAwesome/Font-Awesome-Pro#719
|
||||
* Improve OTF support by passing through FontForge FortAwesome/Font-Awesome-Pro#565
|
||||
* Fonts with "undefined" name FortAwesome/Font-Awesome-Pro#711
|
||||
* Shims will only function if using old prefix of "fa" FortAwesome/Font-Awesome-Pro#692
|
||||
* Added missing "youtube" icon to categories
|
||||
|
||||
---
|
||||
@@ -207,17 +228,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
## [5.0.0-beta7](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-beta7) - 2017-09-11
|
||||
|
||||
### Added
|
||||
* Ability to nest the `<svg>` tag within the `<i>` #624
|
||||
* Define icons as symbols and leverage SVG sprites #629
|
||||
* Added alternative CSS3 logo #682
|
||||
* Ability to nest the `<svg>` tag within the `<i>` FortAwesome/Font-Awesome-Pro#624
|
||||
* Define icons as symbols and leverage SVG sprites FortAwesome/Font-Awesome-Pro#629
|
||||
* Added alternative CSS3 logo FortAwesome/Font-Awesome-Pro#682
|
||||
|
||||
### Changed
|
||||
* Power Transforms now execute inside the SVG instead of on the root element
|
||||
* Filenames have changed to reflect a better division between Font Awesome Free and Pro
|
||||
|
||||
### Fixed
|
||||
* More improvements to the version 4 shim #673 #678 #686 #687 #692
|
||||
* Animation support for inline SVG now works as expected #662
|
||||
* 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
|
||||
* Animation support for inline SVG now works as expected FortAwesome/Font-Awesome-Pro#662
|
||||
|
||||
---
|
||||
|
||||
@@ -229,11 +250,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
* Microsoft brand
|
||||
|
||||
### Changed
|
||||
* New YouTube branding #646
|
||||
* New YouTube branding FortAwesome/Font-Awesome-Pro#646
|
||||
|
||||
### Fixed
|
||||
* Fixed a bunch of shim-related issues
|
||||
* Cogs off center #663
|
||||
* Cogs off center FortAwesome/Font-Awesome-Pro#663
|
||||
* Corrected icons/categories.yml with canonical names
|
||||
|
||||
---
|
||||
@@ -243,12 +264,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
### Added
|
||||
* Full parity with Font Awesome 4! 616 total core icons in each style
|
||||
* 297 total brand and logo icons
|
||||
* Separate CSS file to accompany the SVG Framework #627
|
||||
* Alternative to the dots icon #608
|
||||
* Made window icons consistent #611
|
||||
* Separate CSS file to accompany the SVG Framework FortAwesome/Font-Awesome-Pro#627
|
||||
* Alternative to the dots icon FortAwesome/Font-Awesome-Pro#608
|
||||
* Made window icons consistent FortAwesome/Font-Awesome-Pro#611
|
||||
|
||||
### Fixed
|
||||
* Production builds not correctly being detected #631
|
||||
* Production builds not correctly being detected FortAwesome/Font-Awesome-Pro#631
|
||||
|
||||
---
|
||||
|
||||
@@ -260,7 +281,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
|
||||
### Fixed
|
||||
* Reduced the size of JS file from 66 to 22 kb
|
||||
* Regression caused by with web font alignment #460
|
||||
* Regression caused by with web font alignment FortAwesome/Font-Awesome-Pro#460
|
||||
|
||||
---
|
||||
|
||||
@@ -270,9 +291,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
* 583 total core icons in each style
|
||||
|
||||
### Fixed
|
||||
* Documentation improvements and fixes #586
|
||||
* Vertical alignment of TTF and OTF fonts #460
|
||||
* The "fa_500px" icon should be named "fa500px" #578
|
||||
* Documentation improvements and fixes FortAwesome/Font-Awesome-Pro#586
|
||||
* Vertical alignment of TTF and OTF fonts FortAwesome/Font-Awesome-Pro#460
|
||||
* The "fa_500px" icon should be named "fa500px" FortAwesome/Font-Awesome-Pro#578
|
||||
|
||||
---
|
||||
|
||||
@@ -281,14 +302,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
### Added
|
||||
* 570 total core icons in each style
|
||||
* 291 total brand and logo icons
|
||||
* NPM (ES6, CommonJS, AMD) packages for use with other JavaScript libraries and tools #574
|
||||
* Added a guide to choosing which implementation is best for you #532
|
||||
* NPM (ES6, CommonJS, AMD) packages for use with other JavaScript libraries and tools FortAwesome/Font-Awesome-Pro#574
|
||||
* Added a guide to choosing which implementation is best for you FortAwesome/Font-Awesome-Pro#532
|
||||
|
||||
### Changed
|
||||
* Showing a missing icon is now configurable #569
|
||||
* Showing a missing icon is now configurable FortAwesome/Font-Awesome-Pro#569
|
||||
|
||||
### Fixed
|
||||
* Composition framework now works in browsers that do not support transform-origin #564
|
||||
* Composition framework now works in browsers that do not support transform-origin FortAwesome/Font-Awesome-Pro#564
|
||||
|
||||
---
|
||||
|
||||
@@ -297,7 +318,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
### Added
|
||||
* 524 total core icons in each style
|
||||
* 289 total brand and logo icons
|
||||
* New composition framework #537
|
||||
* New composition framework FortAwesome/Font-Awesome-Pro#537
|
||||
* Animated indicator if you use an icon that does not exist
|
||||
|
||||
### Changed
|
||||
@@ -307,10 +328,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
|
||||
### Fixed
|
||||
* Regression where stacks and pulled and bordered were not working in SVG Framework
|
||||
* SVG sprite example had confusing inline styles #549
|
||||
* Make getting started page more consistent between examples #544
|
||||
* Added missing sizes fa-[6-10], xs, sm #546
|
||||
* Title tag missing in SVG sprites #536
|
||||
* SVG sprite example had confusing inline styles FortAwesome/Font-Awesome-Pro#549
|
||||
* Make getting started page more consistent between examples FortAwesome/Font-Awesome-Pro#544
|
||||
* Added missing sizes fa-[6-10], xs, sm FortAwesome/Font-Awesome-Pro#546
|
||||
* Title tag missing in SVG sprites FortAwesome/Font-Awesome-Pro#536
|
||||
|
||||
---
|
||||
|
||||
@@ -323,12 +344,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
* OpenType (.otf) file formats for web fonts
|
||||
|
||||
### Changed
|
||||
* Changes the fa-spin animation to go from 0deg to 360deg to eliminate hitch #522
|
||||
* Improved mutation handling #517
|
||||
* Changes the fa-spin animation to go from 0deg to 360deg to eliminate hitch FortAwesome/Font-Awesome-Pro#522
|
||||
* Improved mutation handling FortAwesome/Font-Awesome-Pro#517
|
||||
|
||||
### Fixed
|
||||
* fa-fw now works correctly with the SVG framework #530
|
||||
* Removed execute bit on some icon files #520
|
||||
* fa-fw now works correctly with the SVG framework FortAwesome/Font-Awesome-Pro#530
|
||||
* Removed execute bit on some icon files FortAwesome/Font-Awesome-Pro#520
|
||||
|
||||
---
|
||||
|
||||
@@ -338,16 +359,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
* 410 total core icons in each style
|
||||
* 270 total brand and logo icons
|
||||
* All new Font Awesome 4 shim file
|
||||
* Beginnings of a public JS API #512
|
||||
* Beginnings of a public JS API FortAwesome/Font-Awesome-Pro#512
|
||||
|
||||
### Changed
|
||||
* Added Firefox ESR and Chrome for Businesses to browser compatibility #506
|
||||
* Added Firefox ESR and Chrome for Businesses to browser compatibility FortAwesome/Font-Awesome-Pro#506
|
||||
|
||||
### Fixed
|
||||
* Ensure that SVG title attributes are unique
|
||||
* Fixed incorrect viewBox sizes #492
|
||||
* Fix chart-area alignment in the solid style #508
|
||||
* Add missing xmlns attributes in some SVGs #509
|
||||
* Fixed incorrect viewBox sizes FortAwesome/Font-Awesome-Pro#492
|
||||
* Fix chart-area alignment in the solid style FortAwesome/Font-Awesome-Pro#508
|
||||
* Add missing xmlns attributes in some SVGs FortAwesome/Font-Awesome-Pro#509
|
||||
|
||||
---
|
||||
|
||||
@@ -386,28 +407,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
||||
* 95 additional icons; including file types, directional, and some existing and new brand icons
|
||||
|
||||
### Fixed
|
||||
* Wrong content type in generated CSS #458
|
||||
* Removal of query string from static resources #458
|
||||
* SVG font ID's are incorrect in webfont implementation #474
|
||||
* Wrong content type in generated CSS FortAwesome/Font-Awesome-Pro#458
|
||||
* Removal of query string from static resources FortAwesome/Font-Awesome-Pro#458
|
||||
* SVG font ID's are incorrect in webfont implementation FortAwesome/Font-Awesome-Pro#474
|
||||
|
||||
---
|
||||
|
||||
## [5.0.0-alpha2](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-alpha2) - 2017-06-27
|
||||
|
||||
### Added
|
||||
* How/When to upgrade from FA4 to FA5 #454
|
||||
* How/When to upgrade from FA4 to FA5 FortAwesome/Font-Awesome-Pro#454
|
||||
|
||||
### Fixed
|
||||
* Links to SVG files broken in the example files #456
|
||||
* Misnamed icon names in examples #445
|
||||
* Mangled HTML in the Getting Started example #442
|
||||
* Bad grammar and typos #443
|
||||
* fas-arrow-to-top is identical to fas-arrow-to-right #423
|
||||
* Vertical alignment issues with webfont implementation #444
|
||||
* Add browser compatibility tables to demo #435
|
||||
* Remove MAC OS feces from builds #437
|
||||
* TTF naming issues that prevent correct usage/installation #450
|
||||
* Correct CSS for SVG framework stacking, was reversed from normal #452
|
||||
* Links to SVG files broken in the example files FortAwesome/Font-Awesome-Pro#456
|
||||
* Misnamed icon names in examples FortAwesome/Font-Awesome-Pro#445
|
||||
* Mangled HTML in the Getting Started example FortAwesome/Font-Awesome-Pro#442
|
||||
* Bad grammar and typos FortAwesome/Font-Awesome-Pro#443
|
||||
* fas-arrow-to-top is identical to fas-arrow-to-right FortAwesome/Font-Awesome-Pro#423
|
||||
* Vertical alignment issues with webfont implementation FortAwesome/Font-Awesome-Pro#444
|
||||
* Add browser compatibility tables to demo FortAwesome/Font-Awesome-Pro#435
|
||||
* Remove MAC OS feces from builds FortAwesome/Font-Awesome-Pro#437
|
||||
* TTF naming issues that prevent correct usage/installation FortAwesome/Font-Awesome-Pro#450
|
||||
* Correct CSS for SVG framework stacking, was reversed from normal FortAwesome/Font-Awesome-Pro#452
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user