Release 5.0.0-rc3

This commit is contained in:
robmadole
2017-10-13 16:29:14 -05:00
committed by Rob Madole
parent b83b91baee
commit 69bf7f96a1
86 changed files with 2172 additions and 1115 deletions

View File

@@ -5,6 +5,30 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
---
## [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
* 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
### 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
---
## [5.0.0-rc2](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-rc2) - 2017-09-22
### Added