Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/Chartjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.35

- Allow Symfony UX 3.x packages

## 2.30

- Ensure compatibility with PHP 8.5
Expand Down
2 changes: 1 addition & 1 deletion src/Chartjs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"symfony/config": "^5.4|^6.0|^7.0|^8.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0|^8.0",
"symfony/stimulus-bundle": "^2.9.1"
"symfony/stimulus-bundle": "^2.9.1|^3.0"
},
"require-dev": {
"symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0",
Expand Down
4 changes: 4 additions & 0 deletions src/Icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.35

- Allow Symfony UX 3.x packages

## 2.33

- Add support for suffixes
Expand Down
2 changes: 1 addition & 1 deletion src/Icons/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"symfony/console": "^6.4|^7.0|^8.0",
"symfony/http-client": "^6.4|^7.0|^8.0",
"symfony/phpunit-bridge": "^6.3|^7.0|^8.0",
"symfony/ux-twig-component": "^2.14",
"symfony/ux-twig-component": "^2.14|^3.0",
"zenstruck/console-test": "^1.5",
"psr/log": "^2|^3"
},
Expand Down
4 changes: 4 additions & 0 deletions src/LiveComponent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.35

- Allow Symfony UX 3.x packages

## 2.33

- Add `fetch_credentials` option to configure the fetch API credentials mode for cross-origin requests.
Expand Down
4 changes: 2 additions & 2 deletions src/LiveComponent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"symfony/deprecation-contracts": "^2.5|^3.0",
"symfony/property-access": "^5.4.5|^6.0|^7.0|^8.0",
"symfony/property-info": "^5.4|^6.0|^7.0|^8.0",
"symfony/stimulus-bundle": "^2.9",
"symfony/ux-twig-component": "^2.33.0",
"symfony/stimulus-bundle": "^2.9|^3.0",
"symfony/ux-twig-component": "^2.33.0|^3.0",
"twig/twig": "^3.10.3"
},
"require-dev": {
Expand Down
4 changes: 4 additions & 0 deletions src/Map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.35

- Allow Symfony UX 3.x packages

## 2.32

- Add `Map::removeAllMarkers()`, `Map::removeAllPolygons()`, `Map::removeAllPolylines()`, `Map::removeAllCircles()` and `Map::removeAllRectangles()` methods
Expand Down
6 changes: 3 additions & 3 deletions src/Map/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
},
"require": {
"php": ">=8.1",
"symfony/stimulus-bundle": "^2.18.1"
"symfony/stimulus-bundle": "^2.18.1|^3.0"
},
"require-dev": {
"symfony/asset-mapper": "^6.4|^7.0|^8.0",
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
"symfony/phpunit-bridge": "^7.2|^8.0",
"symfony/twig-bundle": "^6.4|^7.0|^8.0",
"symfony/ux-twig-component": "^2.18|^8.0",
"symfony/ux-icons": "^2.18",
"symfony/ux-twig-component": "^2.18|^3.0",
"symfony/ux-icons": "^2.18|^3.0",
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
"phpunit/phpunit": "^9.6.22"
},
Expand Down
4 changes: 4 additions & 0 deletions src/Map/src/Bridge/Google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.35

- Allow Symfony UX 3.x packages

## 2.31

- Display a warning when trying to define `bridgeOptions.content` for a `Marker` that already has an `Icon`
Expand Down
6 changes: 3 additions & 3 deletions src/Map/src/Bridge/Google/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": ">=8.1",
"symfony/stimulus-bundle": "^2.18.1",
"symfony/ux-map": "^2.19"
"symfony/stimulus-bundle": "^2.18.1|^3.0",
"symfony/ux-map": "^2.19|^3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^7.2|^8.0",
"symfony/ux-icons": "^2.18",
"symfony/ux-icons": "^2.18|^3.0",
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
"phpunit/phpunit": "^9.6.22"
},
Expand Down
4 changes: 4 additions & 0 deletions src/Map/src/Bridge/Leaflet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.35

- Allow Symfony UX 3.x packages

## 2.31

- Display a warning when trying to define `bridgeOptions.icon` for a `Marker` that already has an `Icon`
Expand Down
6 changes: 3 additions & 3 deletions src/Map/src/Bridge/Leaflet/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": ">=8.1",
"symfony/stimulus-bundle": "^2.18.1",
"symfony/ux-map": "^2.19"
"symfony/stimulus-bundle": "^2.18.1|^3.0",
"symfony/ux-map": "^2.19|^3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^7.2|^8.0",
"symfony/ux-icons": "^2.18",
"symfony/ux-icons": "^2.18|^3.0",
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
"phpunit/phpunit": "^9.6.22"
},
Expand Down
1 change: 1 addition & 0 deletions src/Native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Add `assets/` to ease the installation of `@hotwired/stimulus` and `@hotwired/hotwire-native-bridge` JavaScript dependencies.
Thanks to Symfony Flex, they should be automatically added to your `package.json` (when using Webpack Encore), or `importmap.php` (when using AssetMapper)
- Allow Symfony UX 3.x packages

## 2.33

Expand Down
4 changes: 2 additions & 2 deletions src/Native/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"symfony/asset": "^6.4|^7.0|^8.0",
"symfony/filesystem": "^6.4|^7.0|^8.0",
"symfony/process": "^6.4|^7.0|^8.0",
"symfony/stimulus-bundle": "^2.18.1",
"symfony/ux-turbo": "^2.18.1"
"symfony/stimulus-bundle": "^2.18.1|^3.0",
"symfony/ux-turbo": "^2.18.1|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6.22",
Expand Down
4 changes: 4 additions & 0 deletions src/Notify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.35

- Allow Symfony UX 3.x packages

## 2.32

- Add support for MercureBundle ^0.4.1 and Mercure ^0.7.0
Expand Down
2 changes: 1 addition & 1 deletion src/Notify/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"symfony/http-kernel": "^5.4|^6.0|^7.0|^8.0",
"symfony/mercure-bundle": "^0.3.4|^0.4.1",
"symfony/mercure-notifier": "^5.4|^6.0|^7.0|^8.0",
"symfony/stimulus-bundle": "^2.9.1",
"symfony/stimulus-bundle": "^2.9.1|^3.0",
"symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0"
},
"require-dev": {
Expand Down
4 changes: 4 additions & 0 deletions src/React/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.35

- Allow Symfony UX 3.x packages

## 2.33

- Add support for React 19.
Expand Down
2 changes: 1 addition & 1 deletion src/React/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"require": {
"php": ">=8.1",
"symfony/stimulus-bundle": "^2.9.1"
"symfony/stimulus-bundle": "^2.9.1|^3.0"
},
"require-dev": {
"symfony/asset-mapper": "^6.3|^7.0|^8.0",
Expand Down
4 changes: 4 additions & 0 deletions src/Svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.35

- Allow Symfony UX 3.x packages

## 2.30

- Ensure compatibility with PHP 8.5
Expand Down
2 changes: 1 addition & 1 deletion src/Svelte/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"require": {
"php": ">=8.1",
"symfony/stimulus-bundle": "^2.9.1"
"symfony/stimulus-bundle": "^2.9.1|^3.0"
},
"require-dev": {
"symfony/asset-mapper": "^6.3|^7.0|^8.0",
Expand Down
3 changes: 2 additions & 1 deletion src/Toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# CHANGELOG

## 2.35.0
## 2.35

- [Shadcn] Use `html_attr_type` filter from `twig/html-extra:^3.24` for composable trigger attributes
- [Shadcn] Rename `trigger_attrs` to `alert_dialog_trigger_attrs` in `AlertDialog:Trigger`
- [Shadcn] Rename `trigger_attrs` to `dialog_trigger_attrs` in `Dialog:Trigger`
- [Shadcn] Rename `close_attrs` to `dialog_close_attrs` in `Dialog:Close`
- [Shadcn] Rename `trigger_attrs` to `tooltip_trigger_attrs` in `Tooltip:Trigger`
- Allow Symfony UX 3.x packages

## 2.33.0

Expand Down
4 changes: 2 additions & 2 deletions src/Toolkit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"symfony/filesystem": "^6.4|^7.0|^8.0",
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
"symfony/twig-bundle": "^6.4|^7.0|^8.0",
"symfony/ux-twig-component": "^2.25.1",
"symfony/ux-twig-component": "^2.25.1|^3.0",
"symfony/yaml": "^6.4|^7.0|^8.0"
},
"require-dev": {
Expand All @@ -49,7 +49,7 @@
"symfony/phpunit-bridge": "^7.2|^8.0",
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
"phpunit/phpunit": "^9.6.22",
"symfony/ux-icons": "^2.18",
"symfony/ux-icons": "^2.22|^3.0",
"tales-from-a-dev/twig-tailwind-extra": "^1.0.0"
},
"bin": [
Expand Down
4 changes: 4 additions & 0 deletions src/Turbo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.35

- Allow Symfony UX 3.x packages

## 2.32

- Add support for MercureBundle ^0.4.1 and Mercure ^0.7.0
Expand Down
4 changes: 2 additions & 2 deletions src/Turbo/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"require": {
"php": ">=8.1",
"symfony/stimulus-bundle": "^2.9.1"
"symfony/stimulus-bundle": "^2.9.1|^3.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.4.3|^3.0|^4.0",
Expand All @@ -53,7 +53,7 @@
"symfony/property-access": "^5.4|^6.0|^7.0|^8.0",
"symfony/security-core": "^5.4|^6.0|^7.0|^8.0",
"symfony/stopwatch": "^5.4|^6.0|^7.0|^8.0",
"symfony/ux-twig-component": "^2.21",
"symfony/ux-twig-component": "^2.21|^3.0",
"symfony/twig-bundle": "^6.4|^7.0|^8.0",
"symfony/web-profiler-bundle": "^5.4|^6.0|^7.0|^8.0",
"symfony/expression-language": "^5.4|^6.0|^7.0|^8.0",
Expand Down
3 changes: 2 additions & 1 deletion src/TwigComponent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## 2.35

Add support for `AttributeValueInterface` from `twig/html-extra:^3.24.0` in `ComponentAttributes`
- Add support for `AttributeValueInterface` from `twig/html-extra:^3.24.0` in `ComponentAttributes`
- Allow Symfony UX 3.x packages

## 2.33

Expand Down
2 changes: 1 addition & 1 deletion src/TwigComponent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"symfony/dom-crawler": "^5.4|^6.0|^7.0|^8.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0",
"symfony/phpunit-bridge": "^6.0|^7.0|^8.0",
"symfony/stimulus-bundle": "^2.9.1",
"symfony/stimulus-bundle": "^2.9.1|^3.0",
"symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0",
"symfony/webpack-encore-bundle": "^1.15|^2.3.0",
"twig/extra-bundle": "^3.10.3",
Expand Down
4 changes: 4 additions & 0 deletions src/Vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.35

- Allow Symfony UX 3.x packages

## 2.30

- Ensure compatibility with PHP 8.5
Expand Down
2 changes: 1 addition & 1 deletion src/Vue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"require": {
"php": ">=8.1",
"symfony/stimulus-bundle": "^2.9.1"
"symfony/stimulus-bundle": "^2.9.1|^3.0"
},
"require-dev": {
"symfony/asset-mapper": "^6.3|^7.0|^8.0",
Expand Down
Loading