Skip to content

Latest commit

 

History

History
93 lines (53 loc) · 3.96 KB

CHANGELOG.md

File metadata and controls

93 lines (53 loc) · 3.96 KB

Changelog

This changelog follows the Keep a Changelog standard.

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.