File tree 5 files changed +35
-6
lines changed
5 files changed +35
-6
lines changed Original file line number Diff line number Diff line change 1
1
# UPGRADE
2
2
3
+ ## FROM 2.15 to 2.16
4
+
5
+ - ** Live Components** : Change ` data-action-name ` attribute to ` data-live-action-param `
6
+ and change action arguments to be passed as individual ` data-live- ` attributes #1418 .
7
+ See [ LiveComponents CHANGELOG] ( https://github.com/symfony/ux/blob/2.x/src/LiveComponent/CHANGELOG.md#2160 )
8
+ for more details.
9
+
10
+ - ** Live Components** : Remove the ` |prevent ` modifier and place it on the ` data-action `
11
+ instead - e.g. ` data-action="live#action:prevent" ` .
12
+
13
+ - ** Live Components** : Change ` data-event ` attributes to ` data-live-event-param ` #1418 .
14
+
3
15
## FROM 2.14 to 2.15
4
16
5
17
- ** Live Components** : Change ` data-live-id ` attributes to ` id ` #1484 .
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.16.0
4
+
5
+ - Missing translations added for many languages #1527 #1528 #1535
6
+
3
7
## 2.15.0
4
8
5
9
- Add doctrine/orm 3 support #1468
Original file line number Diff line number Diff line change 2
2
3
3
## 2.16.0
4
4
5
+ - LiveComponents is now stable and no longer experimental 🥳
5
6
- [ BC BREAK] The ` data-action-name ` attribute behavior was removed in favor of
6
7
using Stimulus "action parameters" and ` data-live-action-param ` . This is a
7
8
breaking change if you were using the ` data-action-name ` attribute directly
8
- in your templates.
9
+ in your templates. # 1418
9
10
10
11
To upgrade your application, follow these changes:
11
12
44
45
- [BC BREAK] The `data-event` attribute was removed in favor of using Stimulus
45
46
"action parameters": rename `data-event` to `data-live-event-param`. Additionally,
46
47
if you were passing arguments to the event name, use action parameter attributes
47
- for those as well - e.g. `data-live-foo-param="bar"`.
48
-
49
- - Reverted setting `ignoreActiveValue: true` in Idiomorph
48
+ for those as well - e.g. `data-live-foo-param="bar"`. #1418
49
+
50
+ - Reverted setting `ignoreActiveValue: true` in Idiomorph #1548
51
+ - New placeholder macro to generate defer/lazy skeleton #1532
52
+ - improve TestLiveComponent::actingAs() #1461
53
+ - Drop Twig 2 support #1436
54
+ - Add better error message when hydrating dates #1431
55
+ - Store TemplateMap in build_dir #1525
50
56
51
57
# # 2.15.0
52
58
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## UNRELEASED
3
+ ## 2.16.0
4
4
5
- - Increase version range of ` intl-messageformat ` to ` ^10.5.11 ` , in order tou se a faster implementation of ICU messages parsing.
5
+ - Increase version range of ` intl-messageformat ` to ` ^10.5.11 ` , in order to see
6
+ a faster implementation of ICU messages parsing. #1443
6
7
7
8
## 2.13.2
8
9
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.16.0
4
+
5
+ - Introduce CVA to style TwigComponent #1416
6
+ - Drop Twig 2 support #1436
7
+ - Fix full context is stored in profiler #1552
8
+
3
9
## 2.15.0
4
10
5
11
- Add the ability to render specific attributes from the ` attributes ` variable #1442
You can’t perform that action at this time.
0 commit comments