Releases: AliOsm/phlex-icons
2.5.0
2.4.0
Full Changelog: 2.3.0...2.4.0
2.3.0
Full Changelog: 2.2.0...2.3.0
2.2.0
In v2.2.0, you can use variants on icon class names, which is easier to be passed to other Phlex components.
For example, instead of writing:
PhlexIcons::Hero::AcademicCap(variant: :solid)
You can write:
PhlexIcons::Hero::AcademicCapSolid
And everything should work the same, including passing class
and other attributes to the icon component.
Full Changelog: 2.0.0...2.2.0
2.0.0
In v2, Phlex::Icons
is now PhlexIcons
🎉
Multiple conflicts happened with Phlex::Icons
once I start upgrading from Phlex
v1 to Phlex
v2, the main issue is the custom icons feature where you can define icons from outside the gem and you will be able to use them directly in your are under Phlex::Icons::Custom
module. In this case, Phlex
module was conflicting. So, I decided to rename the gem from Phlex::Icons
to PhlexIcons
, this way we will not have any conflicts :3
If you are using the gem, you just need to Cmd+Shift+F in VSCode and replace Phlex::Icons
with PhlexIcons
, nothing else is required 🚀
Full Changelog: 1.8.0...2.0.0
1.8.0
Full Changelog: 1.7.0...1.8.0
1.7.0
Full Changelog: 1.6.0...1.7.0
1.6.0
Full Changelog: 1.5.0...1.6.0
1.5.0
Full Changelog: 1.4.0...1.5.0
1.4.0
Full Changelog: 1.3.0...1.4.0