File tree Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -12,30 +12,24 @@ the [Symfony documentation](https://symfony.com/doc/6.4/setup/upgrade_major.html
12
12
13
13
## LazyImage
14
14
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.
18
17
19
18
## Swup
20
19
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.
24
22
25
23
## TogglePassword
26
24
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.
30
27
31
28
## Twig Component
32
29
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 )
36
31
37
32
## Typed
38
33
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.
You can’t perform that action at this time.
0 commit comments