Skip to content

Commit 8d775ef

Browse files
committed
minor #1256 bumping CHANGELOG for 2.13 (weaverryan)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- bumping CHANGELOG for 2.13 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | None | License | MIT Commits ------- cd3fa23 bumping CHANGELOG for 2.13
2 parents 7c463d7 + cd3fa23 commit 8d775ef

File tree

20 files changed

+101
-4
lines changed

20 files changed

+101
-4
lines changed

src/Autocomplete/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## 2.13.0
44

55
- Add new BaseEntityAutocompleteType
6+
- Add Symfony 7 support.
7+
- Change JavaScript package to `type: module`
68

79
## 2.9.0
810

src/Chartjs/CHANGELOG.md

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

3+
## 2.13.0
4+
5+
- Add Symfony 7 support.
6+
- Change JavaScript package to `type: module`
7+
38
## 2.9.0
49

510
- Add support for symfony/asset-mapper

src/Cropperjs/CHANGELOG.md

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

3+
## 2.13.0
4+
5+
- Add Symfony 7 support.
6+
- Change JavaScript package to `type: module`
7+
38
## 2.9.0
49

510
- Add support for symfony/asset-mapper

src/Dropzone/CHANGELOG.md

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

3+
## 2.13.0
4+
5+
- Add Symfony 7 support.
6+
- Change JavaScript package to `type: module`
7+
38
## 2.9.0
49

510
- Add support for symfony/asset-mapper

src/LazyImage/CHANGELOG.md

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

3+
## 2.13.0
4+
5+
- Add Symfony 7 support.
6+
- Change JavaScript package to `type: module`
7+
38
## 2.9.0
49

510
- Add support for symfony/asset-mapper

src/LiveComponent/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## 2.13.0
44

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.
614

715
## 2.12.0
816

src/Notify/CHANGELOG.md

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

3+
## 2.13.0
4+
5+
- Add Symfony 7 support.
6+
- Change JavaScript package to `type: module`
7+
38
## 2.9.0
49

510
- Add support for symfony/asset-mapper

src/React/CHANGELOG.md

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

3+
## 2.13.0
4+
5+
- Add Symfony 7 support.
6+
- Change JavaScript package to `type: module`
7+
38
## 2.9.0
49

510
- Add support for symfony/asset-mapper

src/StimulusBundle/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
flatcase (`event.params.bigcrocodile`). This was fixed, which means
99
they are now correctly registered as camelCase
1010
(`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`
1115

1216
## 2.10.0
1317

src/Svelte/CHANGELOG.md

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

3+
## 2.13.0
4+
5+
- Add support for Svelte 4.
6+
- Add Symfony 7 support.
7+
- Change JavaScript package to `type: module`
8+
39
## 2.9.0
410

511
- Add support for symfony/asset-mapper

src/Swup/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.13.0
4+
5+
- Change JavaScript package to `type: module`
6+
37
## 2.9.0
48

59
- A SwupBundle was added - which allows for integration with symfony/asset-mapper.

src/TogglePassword/CHANGELOG.md

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

3+
## 2.13.0
4+
5+
- Add Symfony 7 support.
6+
- Change JavaScript package to `type: module`
7+
38
## 2.12.0
49

510
- Added default values for the Stimulus controller values.

src/Translator/CHANGELOG.md

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

3+
## 2.13.0
4+
5+
- Add Symfony 7 support.
6+
- Change JavaScript package to `type: module`
7+
38
## 2.9.0
49

510
- Add support for symfony/asset-mapper

src/Turbo/CHANGELOG.md

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

3+
## 2.13.0
4+
5+
- Add Symfony 7 support.
6+
- Change JavaScript package to `type: module`
7+
38
## 2.9.0
49

510
- Minimum PHP version is now 8.1

src/Turbo/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"symfony/debug-bundle": "^5.4|^6.0|^7.0",
4545
"symfony/form": "^5.4|^6.0|^7.0",
4646
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
47-
"symfony/mercure-bundle": "^0.3.4",
47+
"symfony/mercure-bundle": "^0.3.7",
4848
"symfony/messenger": "^5.4|^6.0|^7.0",
4949
"symfony/panther": "^1.0|^2.0",
5050
"symfony/phpunit-bridge": "^5.4|^6.0|^7.0",
@@ -54,7 +54,7 @@
5454
"symfony/stopwatch": "^5.4|^6.0|^7.0",
5555
"symfony/twig-bundle": "^5.4|^6.0|^7.0",
5656
"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",
5858
"symfony/expression-language": "^5.4|^6.0|^7.0"
5959
},
6060
"conflict": {

src/Turbo/phpstan.neon.dist

+10
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,13 @@ parameters:
2525
message: "#^Property Symfony\\\\UX\\\\Turbo\\\\Doctrine\\\\BroadcastListener\\:\\:\\$annotationReader has unknown class Doctrine\\\\Common\\\\Annotations\\\\Reader as its type\\.$#"
2626
count: 1
2727
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

src/Turbo/src/Attribute/Broadcast.php

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* Marks the entity as broadcastable.
1818
*
1919
* @Annotation
20-
*
2120
* @Target({"CLASS"})
2221
*
2322
* @author Kévin Dunglas <[email protected]>

src/TwigComponent/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
## 2.13.0
44

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.
58
- Deprecate calling `ComponentTemplateFinder` constructor without `directory` argument.
69
- Add profiler integration: `TwigComponentDataCollector` and debug toolbar templates
710
- 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.
818

919
## 2.12.0
1020

src/Typed/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.13.0
4+
5+
- Change JavaScript package to `type: module`
6+
37
## 2.9.0
48

59
- A TypedBundle was added - which allows for integration with symfony/asset-mapper.

src/Vue/CHANGELOG.md

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

3+
## 2.13.0
4+
5+
- Add Symfony 7 support.
6+
- Change JavaScript package to `type: module`
7+
38
## 2.9.0
49

510
- Replace `symfony/webpack-encore-bundle` by `symfony/stimulus-bundle` in dependencies

0 commit comments

Comments
 (0)