Skip to content

Laravel 13 Support, CI matrix, PHPUnit 12 tests, Hugeicons v4 icons

Choose a tag to compare

@afatmustafa afatmustafa released this 20 Mar 01:27
· 3 commits to main since this release

Added

  • 548 new SVG icons, generated from @hugeicons/core-free-icons ^4.0.0
  • Laravel 13 support via illuminate/support ^13.0 and orchestra/testbench ^11.0 (dev)

Changed

  • Upgraded icon source from @hugeicons/core-free-icons v1.2.1 to ^4.0.0 and @hugeicons/react v1.1.4 to ^1.1.6
  • GitHub Actions test matrix: PHP 8.3–8.5 × Laravel 12–13; actions/checkout updated to v6

Fixed

  • PHPUnit 12: replace deprecated /** @test */ docblocks with #[Test] attributes in the test suite

Notes

  • This release aligns the published icon set with Hugeicons Free v4. If you upgrade from v1.x of this package, verify Blade svg('hugeicons-…') names against resources/svg; upstream renames or removals can affect existing views.