Skip to content

Commit 9b902a3

Browse files
committed
changelog
1 parent b20df76 commit 9b902a3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ Changelog
44
1.1.0 (UNRELEASED)
55
------------------
66

7-
- `Group`: Method `saveItemOrder` become `saveFileOrder` (file `id` directly pass instead of `itemId`)
7+
**Possible breaking changes if you extend components**
8+
89
- Fix: Items not loaded when back from redirection with auto-save mode
10+
- `Group`: Method `saveItemOrder` become `saveFileOrder` (file `id` directly pass instead of `itemId`)
11+
- Supports loading existing file with `upload-handler.item` component
12+
- Add option `--single` to command `make:upload-handler` and review stubs
13+
- Refactoring for simplify component extension
914

1015

1116
1.0.1 (2025-12-03)

docs/media-library.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ public function store(Article $article, Request $request, HandleMediaFromRequest
131131
// Optionnal... if you want to customize the media:
132132
customizeMedia: function (Media $media, array $data) {
133133
$media->name = $data['name']; // from input with name "article_files[$itemId][name]"
134+
// You do not need to execute `$media->save()`: it is already done into the service
134135
}
135136
);
136137
}

0 commit comments

Comments
 (0)