Skip to content

Commit

Permalink
minor #652 Prepping 2.7.0 CHANGELOGs (weaverryan)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Jan 19, 2023
2 parents cb54eae + 3da7ae8 commit 88d9a0f
Show file tree
Hide file tree
Showing 13 changed files with 83 additions and 26 deletions.
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

0 comments on commit 88d9a0f

Please sign in to comment.