Skip to content

Prepping 2.7.0 CHANGELOGs #652

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 19, 2023
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
9 changes: 8 additions & 1 deletion src/Autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 7 additions & 2 deletions src/Chartjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
9 changes: 7 additions & 2 deletions src/Cropperjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
9 changes: 7 additions & 2 deletions src/Dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
9 changes: 7 additions & 2 deletions src/LazyImage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
16 changes: 13 additions & 3 deletions src/LiveComponent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 5 additions & 2 deletions src/Notify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 5 additions & 2 deletions src/React/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
9 changes: 7 additions & 2 deletions src/Swup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 5 additions & 2 deletions src/Turbo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions src/TwigComponent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 5 additions & 2 deletions src/Typed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 5 additions & 2 deletions src/Vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down