owenvoke/blade-fontawesome

Going from release 2.3.0 to release 2.4.0 is a breaking change

ThijsLacquet opened this issue · 3 comments

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

Looks like this is because the directory check was accidentally removed when updating to the new Sharp icon structure. This will be fixed by #59 👍🏻 Apologies.

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

Thanks!