Releases: poldixd/laravel-feather
Releases · poldixd/laravel-feather
Laravel 11 Support
- added Laravel 11 support
- dropped PHP8.1 support
- dropped Laravel 9 support
- Updated feather-icons to 4.29.2
- Updated Actions
Full Changelog: 10.0.0...11.0.0
Laravel 10 Support
- added Laravel 10 support
- dropped PHP8.0 support
- dropped Laravel 8 support
Version 9.1.0
9.1.0 - 2022-03-30
- Updated feather-icons to 4.29.0
Laravel 9 Support 🙌
Changelog
9.0.0 - 2022-02-09
- added Laravel 9 support
- Added PHP8.1 support
- dropped PHP7.x support
- added better namespaces for tests
- updated phpunit
PHP8 Support
Added support for php8
Laravel 8 Support 🙌
- add support for Laravel 8
- drop support for php7.2
Blade Component Support 🙌
- #6 You can now use the Blade Component syntax for the Icons. Example:
<x:feather-activity />
You can also uses attributes within the syntax:
<x:feather-activity class="h-5 w-5" x-on:click="doAlpineJSThings()" />
Updated feather-icons to 4.28.0
7.1.0 Updated README.md
Laravel 7 Support 🙌
7.0.0 Added Laravel 7 Support