Releases: tomkr4l/font_awesome5_rails
Releases · tomkr4l/font_awesome5_rails
v1.5.0
- Add fa_inline_icon helper #67 thanks to @simmerz
- Add support uploaded icons for fontawesome kits #68 thanks to @dasnixon
v1.4.0
Breaking changes
- fix zeitwerk constants loading problem thanks to @moveson Closes #62
Gem parsers are now namespaced differently.
Other changes
- upgrade to FA 5.15.3
- update dummy + code cleanup
v1.3.0
- upgrade to FA 5.14.0
- this version has some breaking changes see FA Changelog for more details
v1.2.0
upgrade to FA 5.14.0
update README
add ability to specify base_options
and icon_options
for fa_stacked_icon
v1.1.0
- upgrade to FontAwesome version 5.13.0
Add ruby 2.7.0 to travis.
v1.0.0
upgrade to FontAwesome version 5.12.0
v0.9.0
- upgrade to FontAwesome version 5.11.1
- updated README with webpack instructions
v0.8.0
- upgrade to FontAwesome version 5.10.1
- add helper for generating new duotone icons thanks to @parterburn [#pr43]
v0.6.0
- upgrade to FontAwesome version 5.8.1 (new icons)
- add
right: true
option to fa_icon
to show icon on the right side text [#34]
- thanks to #11924 solved blink problem with turbolinks the right way