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 28bef1c commit 88c0cb5Copy full SHA for 88c0cb5
src/LiveComponent/CHANGELOG.md
@@ -13,6 +13,9 @@
13
- Added a `data-skip-morph` attribute to allow skipping morphing of an element
14
(the element's attributes will be morphed, but its inner HTML will be overwritten
15
instead of morphed)
16
+- Added an entry to the packages' `package.json` file so that `@symfony/ux-live-component`
17
+ will appear in the user's `importmap.php` file if using AssetMapper. This
18
+ will allow using the JavaScript from the package without extra setup.
19
- Fixed edge-case rendering bug where a 2nd Ajax request might start before
20
the 1st finished processing
21
- Fix usage of `{% embed %}` with `{% block %}` in `<twig:>` components
0 commit comments