File tree 5 files changed +32
-8
lines changed
5 files changed +32
-8
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## Unreleased
3
+ ## 2.14.0
4
4
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.
5
8
- 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.
6
14
7
15
## 2.13.2
8
16
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## Unreleased
3
+ ## 2.14.0
4
4
5
5
- Add support for Chart.js version 4
6
6
7
7
## 2.13.2
8
8
9
- - Changee "module" key back to "main" in package.json
9
+ - Change "module" key back to "main" in package.json
10
10
11
11
## 2.13.1
12
12
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
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## 2.x
3
+ ## 2.14.0
4
4
5
5
- Added Typescript controllers support
6
6
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## Unreleased
3
+ ## 2.14.0
4
4
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
6
8
7
9
## 2.13.0
8
10
You can’t perform that action at this time.
0 commit comments