Release 5.0.0-beta7

This commit is contained in:
robmadole
2017-09-11 15:11:33 -05:00
committed by Rob Madole
parent 7b4f3db368
commit fceb1b8f6b
105 changed files with 16377 additions and 4208 deletions

View File

@@ -5,6 +5,23 @@ 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
### 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
---
## [5.0.0-beta6](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-beta6) - 2017-09-01
### Added