File tree Expand file tree Collapse file tree 5 files changed +32
-8
lines changed Expand file tree Collapse file tree 5 files changed +32
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## 2.x
3+ ## 2.14.0
44
55- Added Typescript controllers support
66
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments