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 209e622 commit ed01fabCopy full SHA for ed01fab
src/LiveComponent/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## 2.8.0
4
+
5
+- [BC BREAK]: The "key" used to load the controller in your `assets/controllers.json`
6
+ file changed from `typed` to `live`. Update your `assets/controllers.json`
7
+ file to change this key.
8
9
## 2.7.0
10
11
- Added a new `route` parameter to `AsLiveComponent`, which allows to choose
src/LiveComponent/assets/package.json
@@ -7,7 +7,7 @@
"license": "MIT",
"symfony": {
"controllers": {
- "typed": {
+ "live": {
"main": "dist/live_controller.js",
12
"name": "live",
13
"webpackMode": "eager",
0 commit comments