Skip to content

Commit 9a40db6

Browse files
Enz000Kocal
andauthored
Update src/Icons/CHANGELOG.md
Co-authored-by: Hugo Alliaume <[email protected]>
1 parent 23f6e00 commit 9a40db6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Icons/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
- Add `aliases` configuration option to define icon alternative names.
66
- Add support for `int` and `float` attribute values in `<twig:ux:icon />`.
7-
- Add `xmlns` attribute in downloaded svg.
7+
## 2.24.0
8+
9+
- Add `xmlns` attribute to icons downloaded with Iconify, to correctly render icons browser as an external file, in SVG editors, and in files explorers or text editors previews.
10+
It **may breaks your pipeline** if you assert on `ux_icon()` or `<twig:ux:icon>` output in your tests, and forgot [to lock your icons](https://symfony.com/bundles/ux-icons/current/index.html#locking-on-demand-icons).
11+
We recommend you to **lock** your icons **before** upgrading to UX Icons 2.24. We also suggest you to to **force-lock** your icons **after** upgrading to UX Icons 2.24, to add the attribute `xmlns` to your icons already downloaded from Iconify.
812

913
## 2.19.0
1014

0 commit comments

Comments
 (0)