Skip to content

Latest commit

 

History

History
189 lines (100 loc) · 7.56 KB

CHANGELOG.md

File metadata and controls

189 lines (100 loc) · 7.56 KB

Changelog

This changelog follows the Keep a Changelog standard.

1.6.0 - 2024-02-07

1.5.3 - 2023-10-18

  • Fix for invalid defer attribute on SVG tag by @Jaybuz in #218

1.5.2 - 2023-06-09

  • Windows support by @driesvints in #213

1.5.1 - 2023-02-15

  • Apply SVG file filter for Generator by Default by @mallardduck in #209

1.5.0 - 2023-01-11

Added

  • Laravel v10 Support by @driesvints in #207

1.4.1 - 2022-09-30

Fixed

  • Fixed deferred SVGs that use mask, defs or use tags by @AEM5299 in #202

1.4.0 - 2022-09-28

Added

  • Add ability to provide own defer hash by @pionl in #201

1.3.2 - 2022-09-21

Fixed

  • Fix SVGs that are using <g by @pionl in #200

v1.3.1 - 2022-08-24

Changed

  • Prioritize component attributes over set and default attributes by @sebastianpopp in #197

1.3.0 - 2022-05-11

Added

  • Defer icons to icons stack to reduce DOM count by @indykoning in #191

1.2.2 - 2022-02-28

Security

v0.3.5 - 2022-02-28

Security

1.2.1 - 2022-02-20

Security

  • Fix XSS injection vulnerability (f954c3f)

Changed

  • Laravel 9 support (#183)

Changed

  • Make original file available in icon generation callback (#173)

Changed

  • New suffix options (#166)

Added

  • Add icon generation for package maintainers (#144)

Fixed

Fixed

  • Fix an issue with empty disk (2505ea4)

Added

  • Default Icon class (#110)
  • Filesystem Disks (#111)
  • Fallback icons (#112)
  • Multiple paths per icon set (#113)
  • Default attributes (#115)
  • Allow to disable components (#118)
  • Caching (#121)

Changed

  • Strip XML tag from icon (#116)
  • Drop Laravel 7 support (#117)
  • Drop PHP 7.3 (#123)

Fixed

  • Ignore files without SVG extension (#103)

Added

  • PHP 8 Support (#101)

Removed

Fixed

  • Strip trailing slash from path (#88)

Added

  • Laravel 8 support (#87)

Fixed

  • Fix in-memory cache of multiple icon sets (#74)

Fixed

  • Properly register callAfterResolving callback (bdd6e59)

Fixed

  • Revert uncomment of default set (62357bc)

Changed

  • Use singleton for factory (5e69d60)
  • Uncomment default set (a928be4)
  • Refactor component registration (e7c20c7)

Fixed

  • Fix bug with component classes (d53025a)

Refactor to Blade Icons. See the upgrade guide for relevant upgrade notes.