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 13804e6 commit 0a6684cCopy full SHA for 0a6684c
src/LiveComponent/CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## NEXT
4
5
+- When a model is updated, a new `live:update-model` event is dispatched. Parent
6
+ components (in a parent-child component setup) listen to this and automatically
7
+ try to update any model with a matching name. A `data-model-map` was also added
8
+ to map child component model names to a parent - see #113.
9
+
10
+- Child components are now re-rendered if the parent components passes new data
11
+ to the child when rendering - see #113.
12
13
- Minimum PHP version was bumped to 8.0 so that PHP 8 attributes could be used.
14
15
- The `LiveComponentInterface` was dropped and replaced by the `AsLiveComponent` attribute,
0 commit comments