Skip to content

Releases: AXN-Informatique/livewire-upload-handler

1.2.1

13 Jan 09:47

Choose a tag to compare

  • Add YAML front-matter to documentation for Savane compatibility
  • Add docs/index.md as documentation entry point
  • Add UPGRADE.md with migration guides

Full Changelog: 1.2.0...1.2.1

1.2.0

05 Jan 10:21

Choose a tag to compare

Breaking changes if you extend components

  • Group: Remove method itemComponentParams
  • Group: Add method commonTraits
  • Group: Add partial view item-component
  • Property savedFileDisk can be null and is null by default
  • Add option showTemporaryFileWarning (temporary file warning is no longer shown by default)
  • Exception MediaCollectionNotRegisteredException when media collection is not registered
  • Supports wire:model on Livewire Upload Handler components
  • Fix HandleMediaFromRequest: single item must have "tmpName" or "id"

1.1.1

11 Dec 14:07

Choose a tag to compare

  • Fix common params overrides

1.1.0

11 Dec 11:53

Choose a tag to compare

  • Fix: Items not loaded when back from redirection with auto-save mode
  • Group: Method saveItemOrder become saveFileOrder (file id directly pass instead of itemId)
  • Supports loading existing file with upload-handler.item component
  • Add option --single to command make:upload-handler and review stubs
  • Refactoring for simplify component extension

1.0.1

03 Dec 12:46

Choose a tag to compare

  • Fix error with option only-upload

1.0.0

02 Dec 15:47

Choose a tag to compare

First release