Skip to content
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
10 changes: 10 additions & 0 deletions src/Chartjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# CHANGELOG

## 1.3

* [DEPENDENCY CHANGE] `chart.js` is no longer included automatically (#93)
but `symfony/flex` will automatically add it to your `package.json` file
when upgrading. Additionally `symfony/flex` 1.13 or higher is now required
if installed.

* Chart.js: add horizontalBar type to chart model #87 - @duboiss
8 changes: 8 additions & 0 deletions src/Cropperjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CHANGELOG

## 1.3

* [DEPENDENCY CHANGE] `cropperjs` is no longer included automatically (#93)
but `symfony/flex` will automatically add it to your `package.json` file
when upgrading. Additionally `symfony/flex` 1.13 or higher is now required
if installed.
8 changes: 8 additions & 0 deletions src/Swup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CHANGELOG

## 1.3

* [DEPENDENCY CHANGE] `swup` (and a few themes/plugins) is no longer included
automatically (#93), but `symfony/flex` will automatically add all the
required libraries your `package.json` file when upgrading. Additionally
`symfony/flex` 1.13 or higher is now required if installed.
6 changes: 6 additions & 0 deletions src/Turbo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# CHANGELOG

## 1.3

* Package introduced! The new `symfony/ux-turbo` and `symfony/ux-turbo-mercure`
were introduced.