Skip to content

Commit 86ab5ae

Browse files
committed
update changelog
1 parent 30c5454 commit 86ab5ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/LiveComponent/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NEXT
44

5+
- Require live components have a default action (`__invoke()` by default) to enable
6+
controller annotations/attributes (ie `@Security/@Cache`). Added `DefaultActionTrait`
7+
helper.
8+
59
- When a model is updated, a new `live:update-model` event is dispatched. Parent
610
components (in a parent-child component setup) listen to this and automatically
711
try to update any model with a matching name. A `data-model-map` was also added

0 commit comments

Comments
 (0)