Skip to content

adding 1.4 changelogs #170

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
Nov 23, 2021
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

## 1.4

- Support added for Symfony 6

## 1.3

- [DEPENDENCY CHANGE] `chart.js` is no longer included automatically (#93)
Expand Down
4 changes: 4 additions & 0 deletions src/Cropperjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.4

- Support added for Symfony 6

## 1.3

- [DEPENDENCY CHANGE] `cropperjs` is no longer included automatically (#93)
Expand Down
5 changes: 5 additions & 0 deletions src/Dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CHANGELOG

## 1.4

- Support added for Symfony 6
5 changes: 5 additions & 0 deletions src/LazyImage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CHANGELOG

## 1.4

- Support added for Symfony 6
2 changes: 1 addition & 1 deletion src/LiveComponent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## NEXT
## 1.4.0

- Require live components have a default action (`__invoke()` by default) to enable
controller annotations/attributes (ie `@Security/@Cache`). Added `DefaultActionTrait`
Expand Down
4 changes: 4 additions & 0 deletions src/Swup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.4

- Support added for Symfony 6

## 1.3

- [DEPENDENCY CHANGE] `swup` (and a few themes/plugins) is no longer included
Expand Down
5 changes: 5 additions & 0 deletions src/Turbo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.4

- Support added for Symfony 6
- `@hotwired/turbo` version bumped to stable 7.0.

## 1.3

- Package introduced! The new `symfony/ux-turbo` and `symfony/ux-turbo-mercure`
Expand Down
2 changes: 1 addition & 1 deletion src/TwigComponent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## NEXT
## 1.4.0

- Minimum PHP version was bumped to 8.0 so that PHP 8 attributes could be used.

Expand Down