Skip to content

Releases: AXN-Informatique/livewire-upload-handler

1.3.2

22 Jan 10:40

Choose a tag to compare

  • Fix theme loading

1.3.1

22 Jan 09:45

Choose a tag to compare

  • Add missing view progress.blade.php for theme bootstrap-4

1.3.0

22 Jan 08:57

Choose a tag to compare

Breaking changes if you used events

  • Rename events (to be catched by Alpine x-on directive):
    • livewire-upload-handler:uploaded to luh-uploaded
    • livewire-upload-handler:canceled to luh-canceled
    • livewire-upload-handler:media-saved to luh-media-saved
    • livewire-upload-handler:media-deleted to luh-media-deleted
  • Add inputBaseName parameter to luh-media-saved and luh-media-deleted events
  • Add bootstrap-4 theme

1.2.2

18 Jan 17:36

Choose a tag to compare

  • 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 .gitignore creation

Full Changelog: 1.2.1...1.2.2

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