Skip to content

Commit 22cc585

Browse files
authored
Update CHANGELOG.md
1 parent 9a40db6 commit 22cc585

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Icons/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# CHANGELOG
22

3-
## 2.20.0
4-
5-
- Add `aliases` configuration option to define icon alternative names.
6-
- Add support for `int` and `float` attribute values in `<twig:ux:icon />`.
73
## 2.24.0
84

95
- 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.
106
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).
117
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.
128

9+
## 2.20.0
10+
11+
- Add `aliases` configuration option to define icon alternative names.
12+
- Add support for `int` and `float` attribute values in `<twig:ux:icon />`.
13+
1314
## 2.19.0
1415

1516
- Add `ignore_not_found` option to silence error during rendering if the

0 commit comments

Comments
 (0)