Skip to content

Commit 9d4d405

Browse files
committed
Updated changelog.
1 parent afb4a68 commit 9d4d405

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
---
1010

1111
## [Unreleased]
12+
### Added
13+
14+
### Changed
15+
16+
### Fixed
17+
18+
---
19+
## [v0.3.0] — 2025-09-01
1220

1321
### Added
1422
- **Deferred uploads on create**: You can now queue files before the target model exists and attach them after save by dispatching the `media:attach` event. The uploader accepts `model="post"` (no `id`) on create screens, holds the queue + per-file meta, and attaches once you dispatch. Emits `media-attached` when done.
@@ -22,7 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2230

2331
### Fixed
2432
- N/A
25-
2633
---
2734
## [v0.2.0] — 2025-09-01
2835

0 commit comments

Comments
 (0)