Releases: AXN-Informatique/livewire-upload-handler
Releases · AXN-Informatique/livewire-upload-handler
1.3.2
1.3.1
1.3.0
Breaking changes if you used events
- Rename events (to be catched by Alpine
x-ondirective):livewire-upload-handler:uploadedtoluh-uploadedlivewire-upload-handler:canceledtoluh-canceledlivewire-upload-handler:media-savedtoluh-media-savedlivewire-upload-handler:media-deletedtoluh-media-deleted
- Add
inputBaseNameparameter toluh-media-savedandluh-media-deletedevents - Add
bootstrap-4theme
1.2.2
- Documentation: Add instructions for excluding temporary files from Git
- Extended "Git Configuration" section in
docs/installation.md - Document
livewire-tmp/(Livewire) and.livewire-upload-handler-glide-cache/(this package) - Visible note in main
README.md - Shell commands for automatic
.gitignorecreation
- Extended "Git Configuration" section in
Full Changelog: 1.2.1...1.2.2
1.2.1
- Add YAML front-matter to documentation for Savane compatibility
- Add
docs/index.mdas documentation entry point - Add
UPGRADE.mdwith migration guides
Full Changelog: 1.2.0...1.2.1
1.2.0
Breaking changes if you extend components
Group: Remove methoditemComponentParamsGroup: Add methodcommonTraitsGroup: Add partial viewitem-component- Property
savedFileDiskcan benulland isnullby default - Add option
showTemporaryFileWarning(temporary file warning is no longer shown by default) - Exception
MediaCollectionNotRegisteredExceptionwhen media collection is not registered - Supports
wire:modelon Livewire Upload Handler components - Fix
HandleMediaFromRequest: single item must have "tmpName" or "id"
1.1.1
1.1.0
- Fix: Items not loaded when back from redirection with auto-save mode
Group: MethodsaveItemOrderbecomesaveFileOrder(fileiddirectly pass instead ofitemId)- Supports loading existing file with
upload-handler.itemcomponent - Add option
--singleto commandmake:upload-handlerand review stubs - Refactoring for simplify component extension