Release 5.0.0-alpha5 (#499)

This commit is contained in:
Rob Madole
2017-07-14 16:34:55 -05:00
committed by GitHub
parent b888387a0d
commit 13a532a044
271 changed files with 44788 additions and 38473 deletions

View File

@@ -13,6 +13,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
---
## [5.0.0-alpha5](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-alpha5) - 2017-07-14
### Added
* 228 total brand and logo icons
* New transform framework for sizing, moving, rotating, and flipping icons
* New icon counters
* New layers framework
* New text overlays
* Auto-comments with the original source icons alongside SVG replacements
### Changed
* Autoprefixer to correctly add browser prefixes for supported browsers
* Removed browser-specific CSS properties in Sass source files (now relies on autoprefixer)
### Fixed
* The rotation on checkmark icons
* Other icon feedback from previous weeks
* Correct fixed width settings to 1.25em (based on the new 16px grid)
* Icons displaying as block instead of inline-block in IE and older Safari
---
## [5.0.0-alpha4](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-alpha4) - 2017-07-07
### Added