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