File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 3
3
## 2.14.0
4
4
5
5
- Add support for URL binding in ` LiveProp `
6
- - Allow multiple ` LiveListener ` attributes on a single method.
6
+ - DOM morphing changed from ` morphdom ` to ` idiomorph `
7
+ - Allow multiple ` LiveListener ` attributes on a single method
7
8
- Requests to LiveComponent are sent as POST by default
8
9
- Add method prop to AsLiveComponent to still allow GET requests, usage: ` #[AsLiveComponent(method: 'get')] `
9
10
- Add a new ` urlReferenceType ` parameter to ` AsLiveComponent ` , which allows to
10
- generate different type URL (e.g. absolute) for the component Ajax calls.
11
+ generate different type URL (e.g. absolute) for the component Ajax calls
12
+ - The ` symfony/serializer ` dependency is now optional
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
22
+ - Fixed ` data-loading ` not working when on root element of a component
23
+ - Fixed error when ` class ` attributes contained a space at start or end
24
+ - Fixed loading directives being matched in a child component
11
25
12
26
## 2.13.2
13
27
You can’t perform that action at this time.
0 commit comments