This changelog follows the Keep a Changelog standard.
1.7.2 - 2024-10-17
1.7.1 - 2024-08-14
- Remove labelled-by attribute from SVG when title attribute is passed by @aarishgilani in #249
1.7.0 - 2024-07-29
- Accessible SVG icons: Add title tag inside SVG if the title attribute is set by @aarishgilani in #245
1.6.1 - 2024-07-26
1.6.0 - 2024-02-07
- Laravel 11 by @robsontenorio in #223
1.5.3 - 2023-10-18
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
- Laravel v10 Support by @driesvints in #207
1.4.1 - 2022-09-30
- Fixed deferred SVGs that use mask, defs or use tags by @AEM5299 in #202
1.4.0 - 2022-09-28
- Add ability to provide own defer hash by @pionl in #201
1.3.2 - 2022-09-21
- Fix SVGs that are using
<g
by @pionl in #200
v1.3.1 - 2022-08-24
- Prioritize component attributes over set and default attributes by @sebastianpopp in #197
1.3.0 - 2022-05-11
- Defer icons to icons stack to reduce DOM count by @indykoning in #191
1.2.2 - 2022-02-28
- Fix XSS injection (bf972cb)
v0.3.5 - 2022-02-28
- Fix XSS injection (bf972cb)
1.2.1 - 2022-02-20
- Fix XSS injection vulnerability (f954c3f)
- Laravel 9 support (#183)
- Make original file available in icon generation callback (#173)
- New suffix options (#166)
- Add icon generation for package maintainers (#144)
- Fix if statement (7829b0b)
- Fix an issue with empty disk (2505ea4)
- 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)
- Ignore files without SVG extension (#103)
- PHP 8 Support (#101)
- Drop PHP 7.2 support (b36f216)
- Strip trailing slash from path (#88)
- Laravel 8 support (#87)
- Fix in-memory cache of multiple icon sets (#74)
- Properly register
callAfterResolving
callback (bdd6e59)
- Revert uncomment of default set (62357bc)
- Use singleton for factory (5e69d60)
- Uncomment default set (a928be4)
- Refactor component registration (e7c20c7)
- Fix bug with component classes (d53025a)
Refactor to Blade Icons. See the upgrade guide for relevant upgrade notes.