We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c5454 commit 86ab5aeCopy full SHA for 86ab5ae
src/LiveComponent/CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NEXT
4
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
+
9
- When a model is updated, a new `live:update-model` event is dispatched. Parent
10
components (in a parent-child component setup) listen to this and automatically
11
try to update any model with a matching name. A `data-model-map` was also added
0 commit comments