Release 5.13.0 (#1487)

This commit is contained in:
Rob Madole
2020-03-23 13:50:36 -05:00
committed by GitHub
parent 1d435c52fa
commit 8c120e016a
686 changed files with 17347 additions and 1275 deletions

View File

@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [5.13.0](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.13.0) - 2020-03-23
### Added
* New icons related to COVID-19
* Added the ability to specify mask ID and title ID for SVG with JS which allows
snapshot testing tools to get a predictable result when executing tests
### Changed
* Explicitly set font-display to block which supresses warnings of font-display
in tools like Lighthouse
### Fixed
* Corrected version 4 font face shim src attribute declaration that was warning
of incorrect font file format
* Fixed font family name to be 'Font Awesome 5 Free' for free kits when using
pseudo-elements
## [5.12.1](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.12.1) - 2020-02-04
### Added