Skip to content

Commit a39db49

Browse files
committed
adding 1.4 changelogs
1 parent cfe7efd commit a39db49

File tree

8 files changed

+29
-2
lines changed

8 files changed

+29
-2
lines changed

src/Chartjs/CHANGELOG.md

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

3+
## 1.4
4+
5+
- Support added for Symfony 6
6+
37
## 1.3
48

59
- [DEPENDENCY CHANGE] `chart.js` is no longer included automatically (#93)

src/Cropperjs/CHANGELOG.md

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

3+
## 1.4
4+
5+
- Support added for Symfony 6
6+
37
## 1.3
48

59
- [DEPENDENCY CHANGE] `cropperjs` is no longer included automatically (#93)

src/Dropzone/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CHANGELOG
2+
3+
## 1.4
4+
5+
- Support added for Symfony 6

src/LazyImage/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CHANGELOG
2+
3+
## 1.4
4+
5+
- Support added for Symfony 6

src/LiveComponent/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## NEXT
3+
## 1.4.0
44

55
- Require live components have a default action (`__invoke()` by default) to enable
66
controller annotations/attributes (ie `@Security/@Cache`). Added `DefaultActionTrait`

src/Swup/CHANGELOG.md

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

3+
## 1.4
4+
5+
- Support added for Symfony 6
6+
37
## 1.3
48

59
- [DEPENDENCY CHANGE] `swup` (and a few themes/plugins) is no longer included

src/Turbo/CHANGELOG.md

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

3+
## 1.4
4+
5+
- Support added for Symfony 6
6+
- `@hotwired/turbo` version bumped to stable 7.0.
7+
38
## 1.3
49

510
- Package introduced! The new `symfony/ux-turbo` and `symfony/ux-turbo-mercure`

src/TwigComponent/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## NEXT
3+
## 1.4.0
44

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

0 commit comments

Comments
 (0)