This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
Releases: avvertix/materialicons-laravel-bridge
Releases · avvertix/materialicons-laravel-bridge
v2.1.0
v2.0.1
Use Blade Icons and add Laravel 8 support
Back in June 2020 the nothingworks/blade-svg
was being given a new life under blade-ui-kit/blade-icons
. This release marks the point we were able to finally use blade-icons
. Doing so we gain benefits, but also the risk to introduce changes that might require developers some work during the upgrade. To ensure that we don't break any existing usage of the library and to move forward we are releasing version 2.0.0.
- Add support for Laravel 8.x
- Drop support for Laravel 6.0
- Require
blade-ui-kit/blade-icons
instead ofnothingworks/blade-svg
(breaking change) - Remove
icon
helper (breaking change) - Keep only icons with size of 24px, remove 18px, 36px and 48px variants (breaking change)
- Remove support for sprite sheets as consequence of
blade-ui-kit/blade-icons
update (breaking change) - Remove ability to set
svg_path
configuration value (breaking change)
To smooth the upgrade path we wrote an Upgrade Guide with all the changes
Stick to Blade SVG older version
- Blocked BladeSVG required version to 0.3.4
Laravel 7, drop PHP 7.1 and Laravel 5.x
- Add support for Laravel 7.x
- Drop support for Laravel 5.8 and below
- Drop PHP 7.1 support
- Update minimum requirements for BladeSVG to 0.3.4
- Remove
snake_case
helper (required to support usage of BladeSVG <=0.3.2 in Laravel 6.x)
Laravel 6.x, drop PHP 7.0
- Add support for Laravel 6.x
- Drop support for PHP 7.0
Laravel 5.7 and 5.8
- Add support for Laravel 5.7 and 5.8
- Update BladeSVG to 0.3
Laravel 5.5 and 5.6
- Add support for Laravel 5.5 and 5.6
- Drop support for Laravel 5.4 or before
- Update BladeSVG to 0.2
SPDX license update
The SPDX identifier of the license has been updated according to the version 3
Powering icons up
The first release of the package.
Added
- Material design icons version 3.0.1
- Laravel service provider
- Laravel Blade directives
- Unit tests