Skip to content

Commit 88d9a0f

Browse files
committed
minor #652 Prepping 2.7.0 CHANGELOGs (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- Prepping 2.7.0 CHANGELOGs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | None | License | MIT A LOT of goodies in this release, especially for LiveComponents. Commits ------- 3da7ae8 Prepping 2.7.0 CHANGELOGs
2 parents cb54eae + 3da7ae8 commit 88d9a0f

File tree

13 files changed

+83
-26
lines changed

13 files changed

+83
-26
lines changed

src/Autocomplete/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.7.0
44

55
- Add `assets/src` to `.gitattributes` to exclude them from the installation
6+
67
- Fix minCharacters option default value handling when using a falsy value like 0.
8+
79
- Fix TypeScript types
10+
811
- Add a new `route` parameter to `AsEntityAutocompleteField`, which allows to choose another route for Ajax calls.
12+
913
- Fix minCharacters option default value handling when using a falsy value like 0.
14+
1015
- Fix TypeScript types
1116

17+
- Add a way to detect if a field is an "autocomplete" field in form themes - #608
18+
1219
## 2.6.0
1320

1421
- [BC BREAK]: The path to `routes.php` changed and you should update your

src/Chartjs/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.7.0
44

5-
- Add `assets/src` to `.gitattributes` to exclude them from the installation
5+
- The `chart:connect` JavaScript event now bubbles up.
6+
7+
- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from
8+
installing.
9+
10+
- TypeScript types are now included.
611

712
## 2.6.0
813

src/Cropperjs/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.7.0
44

5-
- Add `assets/src` to `.gitattributes` to exclude them from the installation
5+
- The JavaScript events now bubble up.
6+
7+
- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from
8+
installing.
9+
10+
- TypeScript types are now included.
611

712
## 2.6.0
813

src/Dropzone/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.7.0
44

5-
- Add `assets/src` to `.gitattributes` to exclude them from the installation
5+
- The JavaScript events now bubble up.
6+
7+
- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from
8+
installing.
9+
10+
- TypeScript types are now included.
611

712
## 2.6.0
813

src/LazyImage/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.7.0
44

5-
- Add `assets/src` to `.gitattributes` to exclude them from the installation
5+
- The JavaScript events now bubble up.
6+
7+
- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from
8+
installing.
9+
10+
- TypeScript types are now included.
611

712
## 2.6.0
813

src/LiveComponent/CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
# CHANGELOG
22

3-
## 2.8.0
3+
## 2.7.0
44

55
- [BC BREAK]: The "key" used to load the controller in your `assets/controllers.json`
66
file changed from `typed` to `live`. Update your `assets/controllers.json`
77
file to change this key.
88

9-
## 2.7.0
9+
- Add a strategy for adding a Stimulus controller to a Twig component - #589.
10+
11+
- Added a new `getCompontent()` function in JavaScript as the best way to find
12+
a Component object for a given element.
13+
14+
- Fixed various bugs related to child component handling - #596
1015

1116
- Added a new `route` parameter to `AsLiveComponent`, which allows to choose
1217
another route for Ajax calls.
1318

14-
- Add `assets/src` to `.gitattributes` to exclude them from the installation
19+
- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from
20+
installing.
21+
22+
- TypeScript types are now included.
23+
24+
- Added new `response:error` JavaScript component hook for custom handling Ajax errors - #587.
1525

1626
## 2.6.0
1727

src/Notify/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.7.0
44

5-
- Add `assets/src` to `.gitattributes` to exclude them from the installation
5+
- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from
6+
installing.
7+
8+
- TypeScript types are now included.
69

710
## 2.6.0
811

src/React/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.7.0
44

5-
- Add `assets/src` to `.gitattributes` to exclude them from the installation
5+
- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from
6+
installing.
7+
8+
- TypeScript types are now included.
69

710
## 2.6.0
811

src/Swup/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.7.0
44

5-
- Add `assets/src` to `.gitattributes` to exclude them from the installation
5+
- The JavaScript events now bubble up.
6+
7+
- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from
8+
installing.
9+
10+
- TypeScript types are now included.
611

712
## 2.6.0
813

src/Turbo/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.7.0
44

5-
- Add `assets/src` to `.gitattributes` to exclude them from the installation
5+
- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from
6+
installing.
7+
8+
- TypeScript types are now included.
69

710
## 2.6.1
811

src/TwigComponent/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.7.0
44

5-
- Add `assets/src` to `.gitattributes` to exclude them from the installation
5+
- `PreMount` and `PostMount` hooks can now return nothing.
66

77
## 2.5
88

src/Typed/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.7.0
44

5-
- Add `assets/src` to `.gitattributes` to exclude them from the installation
5+
- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from
6+
installing.
7+
8+
- TypeScript types are now included.
69

710
## 2.6.0
811

src/Vue/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 2.7.0
44

5-
- Add `assets/src` to `.gitattributes` to exclude them from the installation
5+
- Add `assets/src` to `.gitattributes` to exclude source TypeScript files from
6+
installing.
7+
8+
- TypeScript types are now included.
69

710
## 2.6.0
811

0 commit comments

Comments
 (0)