diff --git a/src/Autocomplete/CHANGELOG.md b/src/Autocomplete/CHANGELOG.md index 0b9e46ed224..56ddb7044f8 100644 --- a/src/Autocomplete/CHANGELOG.md +++ b/src/Autocomplete/CHANGELOG.md @@ -1,14 +1,21 @@ # CHANGELOG -## Unreleased +## 2.7.0 - Add `assets/src` to `.gitattributes` to exclude them from the installation + - Fix minCharacters option default value handling when using a falsy value like 0. + - Fix TypeScript types + - Add a new `route` parameter to `AsEntityAutocompleteField`, which allows to choose another route for Ajax calls. + - Fix minCharacters option default value handling when using a falsy value like 0. + - Fix TypeScript types +- Add a way to detect if a field is an "autocomplete" field in form themes - #608 + ## 2.6.0 - [BC BREAK]: The path to `routes.php` changed and you should update your diff --git a/src/Chartjs/CHANGELOG.md b/src/Chartjs/CHANGELOG.md index aafa4aad040..e3d8c98d399 100644 --- a/src/Chartjs/CHANGELOG.md +++ b/src/Chartjs/CHANGELOG.md @@ -1,8 +1,13 @@ # CHANGELOG -## Unreleased +## 2.7.0 -- Add `assets/src` to `.gitattributes` to exclude them from the installation +- The `chart:connect` JavaScript event now bubbles up. + +- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from + installing. + +- TypeScript types are now included. ## 2.6.0 diff --git a/src/Cropperjs/CHANGELOG.md b/src/Cropperjs/CHANGELOG.md index 2739d204ed5..34bcad08fb9 100644 --- a/src/Cropperjs/CHANGELOG.md +++ b/src/Cropperjs/CHANGELOG.md @@ -1,8 +1,13 @@ # CHANGELOG -## Unreleased +## 2.7.0 -- Add `assets/src` to `.gitattributes` to exclude them from the installation +- The JavaScript events now bubble up. + +- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from + installing. + +- TypeScript types are now included. ## 2.6.0 diff --git a/src/Dropzone/CHANGELOG.md b/src/Dropzone/CHANGELOG.md index cae75b42a9b..82818f85fa9 100644 --- a/src/Dropzone/CHANGELOG.md +++ b/src/Dropzone/CHANGELOG.md @@ -1,8 +1,13 @@ # CHANGELOG -## Unreleased +## 2.7.0 -- Add `assets/src` to `.gitattributes` to exclude them from the installation +- The JavaScript events now bubble up. + +- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from + installing. + +- TypeScript types are now included. ## 2.6.0 diff --git a/src/LazyImage/CHANGELOG.md b/src/LazyImage/CHANGELOG.md index 270647d9a29..13f03966189 100644 --- a/src/LazyImage/CHANGELOG.md +++ b/src/LazyImage/CHANGELOG.md @@ -1,8 +1,13 @@ # CHANGELOG -## Unreleased +## 2.7.0 -- Add `assets/src` to `.gitattributes` to exclude them from the installation +- The JavaScript events now bubble up. + +- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from + installing. + +- TypeScript types are now included. ## 2.6.0 diff --git a/src/LiveComponent/CHANGELOG.md b/src/LiveComponent/CHANGELOG.md index 350ebc52800..f25e5fc55bd 100644 --- a/src/LiveComponent/CHANGELOG.md +++ b/src/LiveComponent/CHANGELOG.md @@ -1,17 +1,27 @@ # CHANGELOG -## 2.8.0 +## 2.7.0 - [BC BREAK]: The "key" used to load the controller in your `assets/controllers.json` file changed from `typed` to `live`. Update your `assets/controllers.json` file to change this key. -## 2.7.0 +- Add a strategy for adding a Stimulus controller to a Twig component - #589. + +- Added a new `getCompontent()` function in JavaScript as the best way to find + a Component object for a given element. + +- Fixed various bugs related to child component handling - #596 - Added a new `route` parameter to `AsLiveComponent`, which allows to choose another route for Ajax calls. -- Add `assets/src` to `.gitattributes` to exclude them from the installation +- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from + installing. + +- TypeScript types are now included. + +- Added new `response:error` JavaScript component hook for custom handling Ajax errors - #587. ## 2.6.0 diff --git a/src/Notify/CHANGELOG.md b/src/Notify/CHANGELOG.md index 34ec87b182f..6f5a8a6adfd 100644 --- a/src/Notify/CHANGELOG.md +++ b/src/Notify/CHANGELOG.md @@ -1,8 +1,11 @@ # CHANGELOG -## Unreleased +## 2.7.0 -- Add `assets/src` to `.gitattributes` to exclude them from the installation +- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from + installing. + +- TypeScript types are now included. ## 2.6.0 diff --git a/src/React/CHANGELOG.md b/src/React/CHANGELOG.md index e3ffe25daff..a997647f8ad 100644 --- a/src/React/CHANGELOG.md +++ b/src/React/CHANGELOG.md @@ -1,8 +1,11 @@ # CHANGELOG -## Unreleased +## 2.7.0 -- Add `assets/src` to `.gitattributes` to exclude them from the installation +- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from + installing. + +- TypeScript types are now included. ## 2.6.0 diff --git a/src/Swup/CHANGELOG.md b/src/Swup/CHANGELOG.md index a53bc504317..40e408418cf 100644 --- a/src/Swup/CHANGELOG.md +++ b/src/Swup/CHANGELOG.md @@ -1,8 +1,13 @@ # CHANGELOG -## Unreleased +## 2.7.0 -- Add `assets/src` to `.gitattributes` to exclude them from the installation +- The JavaScript events now bubble up. + +- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from + installing. + +- TypeScript types are now included. ## 2.6.0 diff --git a/src/Turbo/CHANGELOG.md b/src/Turbo/CHANGELOG.md index b45d4504917..424fc378d8c 100644 --- a/src/Turbo/CHANGELOG.md +++ b/src/Turbo/CHANGELOG.md @@ -1,8 +1,11 @@ # CHANGELOG -## Unreleased +## 2.7.0 -- Add `assets/src` to `.gitattributes` to exclude them from the installation +- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from + installing. + +- TypeScript types are now included. ## 2.6.1 diff --git a/src/TwigComponent/CHANGELOG.md b/src/TwigComponent/CHANGELOG.md index 7e3b1d1ade8..a0c9adc81e1 100644 --- a/src/TwigComponent/CHANGELOG.md +++ b/src/TwigComponent/CHANGELOG.md @@ -1,8 +1,8 @@ # CHANGELOG -## Unreleased +## 2.7.0 -- Add `assets/src` to `.gitattributes` to exclude them from the installation +- `PreMount` and `PostMount` hooks can now return nothing. ## 2.5 diff --git a/src/Typed/CHANGELOG.md b/src/Typed/CHANGELOG.md index ff0152a2a60..cdbffdeda92 100644 --- a/src/Typed/CHANGELOG.md +++ b/src/Typed/CHANGELOG.md @@ -1,8 +1,11 @@ # CHANGELOG -## Unreleased +## 2.7.0 -- Add `assets/src` to `.gitattributes` to exclude them from the installation +- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from + installing. + +- TypeScript types are now included. ## 2.6.0 diff --git a/src/Vue/CHANGELOG.md b/src/Vue/CHANGELOG.md index 73c4ab00d79..ac52c9e2991 100644 --- a/src/Vue/CHANGELOG.md +++ b/src/Vue/CHANGELOG.md @@ -1,8 +1,11 @@ # CHANGELOG -## Unreleased +## 2.7.0 -- Add `assets/src` to `.gitattributes` to exclude them from the installation +- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from + installing. + +- TypeScript types are now included. ## 2.6.0