File tree 20 files changed +101
-4
lines changed
20 files changed +101
-4
lines changed Original file line number Diff line number Diff line change 3
3
## 2.13.0
4
4
5
5
- Add new BaseEntityAutocompleteType
6
+ - Add Symfony 7 support.
7
+ - Change JavaScript package to ` type: module `
6
8
7
9
## 2.9.0
8
10
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.13.0
4
+
5
+ - Add Symfony 7 support.
6
+ - Change JavaScript package to ` type: module `
7
+
3
8
## 2.9.0
4
9
5
10
- Add support for symfony/asset-mapper
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.13.0
4
+
5
+ - Add Symfony 7 support.
6
+ - Change JavaScript package to ` type: module `
7
+
3
8
## 2.9.0
4
9
5
10
- Add support for symfony/asset-mapper
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.13.0
4
+
5
+ - Add Symfony 7 support.
6
+ - Change JavaScript package to ` type: module `
7
+
3
8
## 2.9.0
4
9
5
10
- Add support for symfony/asset-mapper
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.13.0
4
+
5
+ - Add Symfony 7 support.
6
+ - Change JavaScript package to ` type: module `
7
+
3
8
## 2.9.0
4
9
5
10
- Add support for symfony/asset-mapper
Original file line number Diff line number Diff line change 2
2
3
3
## 2.13.0
4
4
5
- - Add deferred rendering of Live Components
5
+ - Add deferred/lazy rendering of Live Components.
6
+ - Fix option tag synchronization.
7
+ - Handle array-like objects when working with checkboxes.
8
+ - Add Symfony 7 support.
9
+ - Normalize "true" & "false" model values
10
+ - Fix DTO hydration from phpdoc typehints.
11
+ - Fix instantiating LiveComponentMetadata multiple times.
12
+ - Change JavaScript package to ` type: module ` .
13
+ - Throwing an error when setting an invalid model name.
6
14
7
15
## 2.12.0
8
16
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.13.0
4
+
5
+ - Add Symfony 7 support.
6
+ - Change JavaScript package to ` type: module `
7
+
3
8
## 2.9.0
4
9
5
10
- Add support for symfony/asset-mapper
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.13.0
4
+
5
+ - Add Symfony 7 support.
6
+ - Change JavaScript package to ` type: module `
7
+
3
8
## 2.9.0
4
9
5
10
- Add support for symfony/asset-mapper
Original file line number Diff line number Diff line change 8
8
flatcase (` event.params.bigcrocodile ` ). This was fixed, which means
9
9
they are now correctly registered as camelCase
10
10
(` event.params.bigCrocodile ` ).
11
+ - Added AssetMapper 6.4 support.
12
+ - Add Symfony 7 support.
13
+ - Fix missing double dash in namespaced Stimulus outlets.
14
+ - Change JavaScript package to ` type: module `
11
15
12
16
## 2.10.0
13
17
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.13.0
4
+
5
+ - Add support for Svelte 4.
6
+ - Add Symfony 7 support.
7
+ - Change JavaScript package to ` type: module `
8
+
3
9
## 2.9.0
4
10
5
11
- Add support for symfony/asset-mapper
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.13.0
4
+
5
+ - Change JavaScript package to ` type: module `
6
+
3
7
## 2.9.0
4
8
5
9
- A SwupBundle was added - which allows for integration with symfony/asset-mapper.
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.13.0
4
+
5
+ - Add Symfony 7 support.
6
+ - Change JavaScript package to ` type: module `
7
+
3
8
## 2.12.0
4
9
5
10
- Added default values for the Stimulus controller values.
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.13.0
4
+
5
+ - Add Symfony 7 support.
6
+ - Change JavaScript package to ` type: module `
7
+
3
8
## 2.9.0
4
9
5
10
- Add support for symfony/asset-mapper
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.13.0
4
+
5
+ - Add Symfony 7 support.
6
+ - Change JavaScript package to ` type: module `
7
+
3
8
## 2.9.0
4
9
5
10
- Minimum PHP version is now 8.1
Original file line number Diff line number Diff line change 44
44
"symfony/debug-bundle" : " ^5.4|^6.0|^7.0" ,
45
45
"symfony/form" : " ^5.4|^6.0|^7.0" ,
46
46
"symfony/framework-bundle" : " ^5.4|^6.0|^7.0" ,
47
- "symfony/mercure-bundle" : " ^0.3.4 " ,
47
+ "symfony/mercure-bundle" : " ^0.3.7 " ,
48
48
"symfony/messenger" : " ^5.4|^6.0|^7.0" ,
49
49
"symfony/panther" : " ^1.0|^2.0" ,
50
50
"symfony/phpunit-bridge" : " ^5.4|^6.0|^7.0" ,
54
54
"symfony/stopwatch" : " ^5.4|^6.0|^7.0" ,
55
55
"symfony/twig-bundle" : " ^5.4|^6.0|^7.0" ,
56
56
"symfony/web-profiler-bundle" : " ^5.4|^6.0|^7.0" ,
57
- "symfony/webpack-encore-bundle" : " ^1.11 " ,
57
+ "symfony/webpack-encore-bundle" : " ^2.1.1 " ,
58
58
"symfony/expression-language" : " ^5.4|^6.0|^7.0"
59
59
},
60
60
"conflict" : {
Original file line number Diff line number Diff line change @@ -25,3 +25,13 @@ parameters:
25
25
message: "#^Property Symfony\\\\UX\\\\Turbo\\\\Doctrine\\\\BroadcastListener\\:\\:\\$annotationReader has unknown class Doctrine\\\\Common\\\\Annotations\\\\Reader as its type\\.$#"
26
26
count: 1
27
27
path: src/Doctrine/BroadcastListener.php
28
+
29
+ -
30
+ message: "#^Class Symfony\\\\WebpackEncoreBundle\\\\Twig\\\\StimulusTwigExtension not found\\.$#"
31
+ count: 2
32
+ path: src/Bridge/Mercure/TurboStreamListenRenderer.php
33
+
34
+ -
35
+ message: "#^Parameter \\$stimulus of method Symfony\\\\UX\\\\Turbo\\\\Bridge\\\\Mercure\\\\TurboStreamListenRenderer\\:\\:__construct\\(\\) has invalid type Symfony\\\\WebpackEncoreBundle\\\\Twig\\\\StimulusTwigExtension\\.$#"
36
+ count: 1
37
+ path: src/Bridge/Mercure/TurboStreamListenRenderer.php
Original file line number Diff line number Diff line change 17
17
* Marks the entity as broadcastable.
18
18
*
19
19
* @Annotation
20
- *
21
20
* @Target({"CLASS"})
22
21
*
23
22
* @author Kévin Dunglas <[email protected] >
Original file line number Diff line number Diff line change 2
2
3
3
## 2.13.0
4
4
5
+ - Added configuration to separate your components into different "namespaces"
6
+ - Add ` outerScope ` variable reach variables from the parent template of an
7
+ "embedded" component.
5
8
- Deprecate calling ` ComponentTemplateFinder ` constructor without ` directory ` argument.
6
9
- Add profiler integration: ` TwigComponentDataCollector ` and debug toolbar templates
7
10
- Add search feature in ` debug:twig-component ` command.
11
+ - Fix inconsistencies with how ` {% component %} ` /` <twig:component> ` syntaxes are
12
+ rendered vs ` component() ` : ` PostRenderEvent ` is now dispatched & the template
13
+ resolution happens at runtime.
14
+ - Fix priority of passed in props vs default props with anonymous components.
15
+ - Add Symfony 7 support.
16
+ - TwigPreLexer: improve performance.
17
+ - Fix twig: lint bug with anonymous component tag.
8
18
9
19
## 2.12.0
10
20
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.13.0
4
+
5
+ - Change JavaScript package to ` type: module `
6
+
3
7
## 2.9.0
4
8
5
9
- A TypedBundle was added - which allows for integration with symfony/asset-mapper.
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.13.0
4
+
5
+ - Add Symfony 7 support.
6
+ - Change JavaScript package to ` type: module `
7
+
3
8
## 2.9.0
4
9
5
10
- Replace ` symfony/webpack-encore-bundle ` by ` symfony/stimulus-bundle ` in dependencies
You can’t perform that action at this time.
0 commit comments