# Changelog

This file records every version of `livewire-dropzone`.

## v2.0.6 - 2025-05-25

### What's Changed

* chore(deps): bump league/commonmark from 2.6.1 to 2.7.0 by @dependabot in https://github.com/dasundev/livewire-dropzone/pull/73

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v2.0.5...v2.0.6

## 2.0.5 - 2025-05-22

### What's Changed

* chore(deps): bump laravel/framework from 10.48.24 to 10.48.29 by @dependabot in https://github.com/dasundev/livewire-dropzone/pull/70

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v2.0.4...2.0.5

## v2.0.4 - 2025-02-22

### What's Changed

* chore(deps): bump league/commonmark from 2.5.3 to 2.6.0 by @dependabot in https://github.com/dasundev/livewire-dropzone/pull/59
* fix: display long file names without breaking the user interface by @dasundev in https://github.com/dasundev/livewire-dropzone/pull/69

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v2.0.3...v2.0.4

## v2.0.3 - 2025-02-18

### What's Changed

* feat: add support for canceling upload by @dasundev in https://github.com/dasundev/livewire-dropzone/pull/56
* feat: add support for editing by @dasundev in https://github.com/dasundev/livewire-dropzone/pull/66

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v2.0.2...v2.0.3

## v2.0.2 - 2024-11-23

### What's Changed

* chore(deps): bump laravel/framework from 10.48.11 to 10.48.23 by @dependabot in https://github.com/dasundev/livewire-dropzone/pull/54
* chore(deps): bump symfony/http-foundation from 6.4.7 to 6.4.14 by @dependabot in https://github.com/dasundev/livewire-dropzone/pull/53
* chore(deps): bump symfony/process from 6.4.7 to 6.4.14 by @dependabot in https://github.com/dasundev/livewire-dropzone/pull/52

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v2.0.1...v2.0.2

## v2.0.1 - 2024-07-20

### What's Changed

* fix: ensure `$files` variable is set before usage in Blade template by @hipoagencia in https://github.com/dasundev/livewire-dropzone/pull/44
* fix: ui bug by @dasundev in https://github.com/dasundev/livewire-dropzone/pull/45
* chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /resources/js/livewire-dropzone-styles by @dependabot in https://github.com/dasundev/livewire-dropzone/pull/46

### New Contributors

* @hipoagencia made their first contribution in https://github.com/dasundev/livewire-dropzone/pull/44
* @dependabot made their first contribution in https://github.com/dasundev/livewire-dropzone/pull/46

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v2.0.0...v2.0.1

## v2.0.0 - 2024-07-04

### What's Changed

* fix: remove dropzone label by @dasundev in https://github.com/dasundev/livewire-dropzone/pull/40

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v1.2.0...v2.0.0

## v1.2.0 - 2024-05-27

### What's Changed

* test: Setup testbench by @dasundev in https://github.com/dasundev/livewire-dropzone/pull/36

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v1.0.10...v1.2.0

## v1.0.10 - 2024-04-30

### What's Changed

* fix: missing comma and order of params passed into Apline. by @Fsmash in https://github.com/dasundev/livewire-dropzone/pull/34

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v1.0.9...v1.0.10

## v1.0.9 - 2024-04-27

### What's Changed

fix: Ensure correct UUID is dispatched when using multiple dropzone components on the same page by @Fsmash in https://github.com/dasundev/livewire-dropzone/pull/32

### New Contributors

* @Fsmash made their first contribution in https://github.com/dasundev/livewire-dropzone/pull/32

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v1.0.8...v1.0.9

## v1.0.8 - 2024-04-24

### What's Changed

* fix: Use number facade with namespace by @tominal in https://github.com/dasundev/livewire-dropzone/pull/30

### New Contributors

* @tominal made their first contribution in https://github.com/dasundev/livewire-dropzone/pull/30

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v1.0.7...v1.0.8

## v1.0.7 - 2024-04-07

### What's Changed

* fix: Middle dot in dropzone UI by @dasundev in https://github.com/dasundev/livewire-dropzone/pull/26

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v1.0.6...v1.0.7

## v1.0.6 - 2024-04-05

### What's Changed

* fix: Handle the file removal event without manually deleting temporary files by @dasundev in https://github.com/dasundev/livewire-dropzone/pull/24

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v1.0.5...v1.0.6

## v1.0.5 - 2024-02-27

### What's Changed

* fix: Assign an initial value to the $file property. by @macerd in https://github.com/dasundev/livewire-dropzone/pull/16

### New Contributors

* @macerd made their first contribution in https://github.com/dasundev/livewire-dropzone/pull/16

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v1.0.4...v1.0.5

## v1.0.4 - 2024-01-18

### What's Changed

* fix: Only allow a single file when the "multiple" variable is set to false by @AbsoluteMate in https://github.com/dasundev/livewire-dropzone/pull/13

### New Contributors

* @AbsoluteMate made their first contribution in https://github.com/dasundev/livewire-dropzone/pull/13

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v1.0.3...v1.0.4

## v1.0.3 - 2024-01-02

### What's Changed

* chore: Update the commit message at update-changelog.yml by @dasundev in https://github.com/dasundev/livewire-dropzone/pull/3
* docs: Update README.md by @dasundev in https://github.com/dasundev/livewire-dropzone/pull/4
* ci: Update npm registry by @dasundev in https://github.com/dasundev/livewire-dropzone/pull/5

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v1.0.2...v1.0.3

## v1.0.2 - 2023-12-30

### What's Changed

* feat: Make the dropzone unique by default by @dasundev in https://github.com/dasundev/livewire-dropzone/pull/1
* feat: Update livewire-dropzone-styles package version to 1.0.2 by @dasundev in https://github.com/dasundev/livewire-dropzone/pull/2

**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v1.0.1...v1.0.2

## v1.0.1 - 2023-12-30

Added missing "dz-" prefix to CSS classes

## v1.0.0 - 2023-12-30

Initial release
