Skip to content

Commit cb9ad19

Browse files
committed
Prepping changelogs for 2.14.0
1 parent de99908 commit cb9ad19

File tree

5 files changed

+32
-8
lines changed

5 files changed

+32
-8
lines changed

src/Autocomplete/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.14.0
44

5+
- Fixed behavior of Autocomplete when the underlying `select` or `option`
6+
elements were modified to hopefully, more reliably, reset the autocomplete
7+
instance. This is particularly important with LiveComponents.
58
- Add support for the `render.loading_more` Tom Select Virtual Scroll option (`loading_more_text`)
9+
- Avoid losing the selected options when the Stimulus component is disconnected
10+
and reconnected to the DOM.
11+
- Added `tom-select/dist/css/tom-select.bootstrap4.css` to `autoimport` - this
12+
will cause this to appear in your `controllers.json` file by default, but disabled
13+
see.
614

715
## 2.13.2
816

src/Chartjs/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.14.0
44

55
- Add support for Chart.js version 4
66

77
## 2.13.2
88

9-
- Changee "module" key back to "main" in package.json
9+
- Change "module" key back to "main" in package.json
1010

1111
## 2.13.1
1212

src/LiveComponent/CHANGELOG.md

+16-2
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

src/StimulusBundle/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 2.x
3+
## 2.14.0
44

55
- Added Typescript controllers support
66

src/TwigComponent/CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.14.0
44

5-
- Make `ComponentAttributes` traversable/countable.
5+
- Make `ComponentAttributes` traversable/countable
6+
- Fixed lexing some `{# twig comments #}` with HTML Twig syntax
7+
- Fix various usages of deprecated Twig code
68

79
## 2.13.0
810

0 commit comments

Comments
 (0)