owenvoke / blade-fontawesome

A package to easily make use of Font Awesome in your Laravel Blade views.
https://packagist.org/packages/owenvoke/blade-fontawesome
MIT License
162 stars 27 forks source link

Going from release 2.3.0 to release 2.4.0 is a breaking change #58

Closed ThijsLacquet closed 1 year ago

ThijsLacquet commented 1 year ago

Description

With version 2.3.0 I have no problems. When I update to version 2.4.0, I get the error resources/icons/blade-fontawesome/sharp-light] path for the "fontawesome-sharp-light" set does not exist.. I would have expected such changes for a mayor release, but not for a minor release.

Your environment

Laravel 10 PHP 8.1 Had this error when running composer update to update other packages

owenvoke commented 1 year ago

Looks like this is because the directory check was accidentally removed when updating to the new Sharp icon structure. This will be fixed by https://github.com/owenvoke/blade-fontawesome/pull/59 👍🏻 Apologies.

owenvoke commented 1 year ago

Please update to v2.4.1 which contains the hotfix for this.

ThijsLacquet commented 1 year ago

Thanks!