Skip to content

Commit 2fe5cdd

Browse files
committed
iterate
1 parent 7f65842 commit 2fe5cdd

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

UPGRADE-3.0.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,24 @@ the [Symfony documentation](https://symfony.com/doc/6.4/setup/upgrade_major.html
1212
1313
## LazyImage
1414

15-
* Deprecated in `2.x` and **removed in `3.0`**. Use the native `loading="lazy"`
16-
attribute on `<img>` elements instead. See the [previous README](https://raw.githubusercontent.com/symfony/ux/refs/heads/2.x/src/LazyImage/README.md)
17-
for reference.
15+
* The package has been removed, see the [previous README](https://raw.githubusercontent.com/symfony/ux/refs/heads/2.x/src/LazyImage/README.md)
16+
for migration steps.
1817

1918
## Swup
2019

21-
* Deprecated in `2.x` and **removed in `3.0`**. Use Turbo and CSS-based page
22-
transitions instead. See the [previous README](https://raw.githubusercontent.com/symfony/ux/refs/heads/2.x/src/Swup/README.md)
23-
for reference.
20+
* The package has been removed, see the [previous README](https://raw.githubusercontent.com/symfony/ux/refs/heads/2.x/src/Turbo/README.md)
21+
for migration steps.
2422

2523
## TogglePassword
2624

27-
* Deprecated in `2.x` and **removed in `3.0`**. Use a custom user-land
28-
implementation instead. See the [previous README](https://raw.githubusercontent.com/symfony/ux/refs/heads/2.x/src/TogglePassword/README.md)
29-
for reference.
25+
* The package has been removed, see the [previous README](https://raw.githubusercontent.com/symfony/ux/refs/heads/2.x/src/TogglePassword/README.md)
26+
for migration steps.
3027

3128
## Twig Component
3229

33-
* Install `twig/html-extra` if you are using the `cva` function. You may need
34-
to update the signature of the `cva()` Twig function in your templates to
35-
match the new signature.
30+
* Remove `cva` Twig function in favor of [`html_cva` from `twig/html-extra`](https://twig.symfony.com/html_cva)
3631

3732
## Typed
3833

39-
* Deprecated in `2.x` and **removed in `3.0`**. Use a custom user-land
40-
implementation instead. See the [previous README](https://raw.githubusercontent.com/symfony/ux/refs/heads/2.x/src/Typed/README.md)
41-
for reference.
34+
* The package has been removed, see the [previous README](https://raw.githubusercontent.com/symfony/ux/refs/heads/2.x/src/Typed/README.md)
35+
for migration steps.

0 commit comments

Comments
 (0)