- Support for the legacy config file
fontawesome-blade.php
have been dropped, onlyfontawesome.php
is supported now. - Support for the legacy components have been dropped, only the namespaced components (
<x-fa::solid ...>
are supported now.
- The config file have been renamed from
fontawesome-blade.php
tofontawesome.php
(the old config file will still work until v3). - The package config option have been renamed from
package
topath
, and expects the full path to the /svgs folder, and not only to the package root (the old config optionpackage
will still work until v3). - The blade components are now namespaced as
fa
, use<x-fa::solid ...>
instead of the old<x-fa.solid ...>
(the old component will still work until v3). - The default path now refers to
@fortawesome/fontawesome-free
instead of@fortawesome/fontawesome-pro
, publish the config to change to your package of choice.