Breaking change
Highlights
Full Changelog: https://github.com/Ympact/flux-icons/compare/v1.1.0...v1.2.0
Note: phpstan errors are currently silenced. This will be fixed in V2 of the package.
Since Flux v2.2.6 there is support for the upcoming [@pure](https://github.com/pure) directive for Blaze. To allow all your currently built icons to have this [@pure](https://github.com/pure) directive automatically added, an update command has been introduced. This update command will also check for updates on your vendor packages. The [@pure](https://github.com/pure) directive will only be included in case you have Flux version 2.2.6 or higher. Also newly built icons will receive the [@pure](https://github.com/pure) directive.
You can simply run:
php artisan flux-icons:update
If you pass the vendors using the --vendor option, only the package of that vendor and its built icons will be updated.
[!CAUTION] Note that the update command will overwrite all the icons in
/resources/views/flux/icon/{vendor}.
This will be the last feature added to the v1 branch. Bugs will still be addressed. A v2 is being worked on and will have quite some rewriting and refactoring. This will allow support for more different icons and variants.
Updating dependencies to illuminate 12x for laravel 12x. support.
Full Changelog: https://github.com/Ympact/flux-icons/compare/v1.0.5...v1.0.6
raw setting on an icon variant, you can now instruct to copy the inner contents of the <svg> tag to be copied without any transformation into the flux icon. Especially usefull for icons that have some more complex svg structures.We've added Flag icons as a new icon vendor (https://github.com/lipis/flag-icons/)
Full Changelog: https://github.com/Ympact/flux-icons/compare/v1.0.4...v1.0.5
We've added Material Symbols as a new icon vendor (#11).
Full Changelog: https://github.com/Ympact/flux-icons/compare/v1.0.3...v1.0.4
Some minor bug fixes and consistency improvements.
health to healthicons to reflect the vendor name.Full Changelog: https://github.com/Ympact/flux-icons/compare/v1.0.2...v1.0.3
A fix for installing new vendor icons using php artisan flux-icons:build
Full Changelog: https://github.com/Ympact/flux-icons/compare/v1.0.1...v1.0.2
A small updates with a few fixes and support for Healthicons!
Full Changelog: https://github.com/Ympact/flux-icons/compare/v1.0.0...v1.0.1
First official release of flux-icons. For this first version we have support for 8 different icon vendors! 🎉
The packages allows quite some configuration options. The readme has been updated as extensively as possible, but it might still miss out on some things.
Full Changelog: https://github.com/Ympact/flux-icons/compare/v0.3.0...v1.0.0
Full Changelog: https://github.com/Ympact/flux-icons/compare/v1.0.0-beta...v1.0.0-beta.2
We're getting closer to the first release supporting Tabler, MDI, Google Material Design Icons, Flowbite and FluentUi icons. This required some rethinking and rewriting of the config. Furthermore we improved the the artisan command interaction.
The readme still needs to be updated, but examples can be found in the config/flux-icons.php, or just follow the cli through
php artisan flux-icons:build
We're still in beta, so the script might still be buggy.
Note
Full Changelog: https://github.com/Ympact/flux-icons/compare/v0.3.0...v1.0.0-beta
This release fixes the config serialization error by moving all callbacks out of the config file into seperate classes.
Full Changelog: https://github.com/Ympact/flux-icons/compare/v0.2.0...v0.3.0
Adding initial support for various vendors:
Full Changelog: https://github.com/Ympact/flux-icons/compare/v0.1.1...v0.2.0
Full Changelog: https://github.com/Ympact/flux-icons/compare/v0.1.0...v0.1.1
First release.
How can I help you explore Laravel packages today?