Skip to content

Releases: avvertix/materialicons-laravel-bridge

v2.1.0

05 Dec 20:03
Compare
Choose a tag to compare
  • Icon classes can now be specified as array

v2.0.1

05 Dec 19:18
Compare
Choose a tag to compare
  • Remove fill color defined on some icons in action, av, content, editor and navigation groups

Use Blade Icons and add Laravel 8 support

07 Nov 18:31
Compare
Choose a tag to compare

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 of nothingworks/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

29 Jun 15:22
c0ee207
Compare
Choose a tag to compare
  • Blocked BladeSVG required version to 0.3.4

Laravel 7, drop PHP 7.1 and Laravel 5.x

14 Mar 18:13
Compare
Choose a tag to compare
  • 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

14 Oct 20:00
Compare
Choose a tag to compare
  • Add support for Laravel 6.x
  • Drop support for PHP 7.0

Laravel 5.7 and 5.8

27 Feb 08:44
Compare
Choose a tag to compare
  • Add support for Laravel 5.7 and 5.8
  • Update BladeSVG to 0.3

Laravel 5.5 and 5.6

23 Jun 13:45
a408c72
Compare
Choose a tag to compare
  • 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

14 Feb 08:07
f7c8bc9
Compare
Choose a tag to compare

The SPDX identifier of the license has been updated according to the version 3

Powering icons up

11 Feb 10:39
Compare
Choose a tag to compare

The first release of the package.

Added

  • Material design icons version 3.0.1
  • Laravel service provider
  • Laravel Blade directives
  • Unit tests