Skip to content

Commit 9ee071a

Browse files
committed
minor #1429 Prepping changelogs for 2.14.0 (weaverryan)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- Prepping changelogs for 2.14.0 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | None | License | MIT Hi! To help predictability, let's release once per month at the end of the month (if there are important bugs, we can still do a patch release in between). 2.14 is overdue anyway :). Commits ------- cb9ad198 Prepping changelogs for 2.14.0
2 parents 8010cb2 + 10eb3cf commit 9ee071a

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,25 @@
33
## 2.14.0
44

55
- 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
78
- Requests to LiveComponent are sent as POST by default
89
- Add method prop to AsLiveComponent to still allow GET requests, usage: `#[AsLiveComponent(method: 'get')]`
910
- 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
1125

1226
## 2.13.2
1327

0 commit comments

Comments
 (0)