Skip to content

Latest commit

 

History

History
118 lines (63 loc) · 3.72 KB

CHANGELOG.md

File metadata and controls

118 lines (63 loc) · 3.72 KB

Changelog

All notable changes to livewire-filepond will be documented in this file.

1.4.0 - 2024-11-22

What's Changed

  • Added transform and resize filepond plugins by @orchidcode in #31

New Contributors

  • @orchidcode made their first contribution in #31

Full Changelog: https://github.com/spatie/livewire-filepond/compare/1.3.0...1.4.0

1.3.0 - 2024-10-18

What's Changed

  • Allow Server Side validation during upload by @dragonfly4 in #25
  • Fix labelIdle localization bug to show correct label by @dragonfly4 in #24

New Contributors

  • @dragonfly4 made their first contribution in #25

Full Changelog: https://github.com/spatie/livewire-filepond/compare/1.2.3...1.3.0

1.2.3 - 2024-10-07

What's Changed

  • add a functionality to reset FilePond instance by @Nevercom in #21
  • Remove console.log
  • Use Livewire methods to set & retreive properties

New Contributors

  • @Nevercom made their first contribution in #21

Full Changelog: https://github.com/spatie/livewire-filepond/compare/1.2.2...1.2.3

1.2.2 - 2024-09-30

What's Changed

  • add plugins properties to docs; by @stockhausen in #18
  • fix missing braces by @KhairulAzmi21 in #20

New Contributors

  • @stockhausen made their first contribution in #18

Full Changelog: https://github.com/spatie/livewire-filepond/compare/1.2.1...1.2.2

1.2.1 - 2024-09-26

What's Changed

  • Fix bug array and traversable can be unpacked by @KhairulAzmi21 in #15

New Contributors

  • @KhairulAzmi21 made their first contribution in #15

Full Changelog: https://github.com/spatie/livewire-filepond/compare/1.2.0...1.2.1

1.2.0 - 2024-09-20

What's Changed

  • Restore customization of placeholder by @RoccoHoward in #11
  • added upload started and finished events by @abdelhamiderrahmouni in #5

New Contributors

  • @RoccoHoward made their first contribution in #11
  • @abdelhamiderrahmouni made their first contribution in #5

Full Changelog: https://github.com/spatie/livewire-filepond/compare/1.1.0...1.2.0

1.1.0 - 2024-07-31

What's Changed

  • add localization for filepond by @uluumbch in #8

New Contributors

  • @uluumbch made their first contribution in #8

Full Changelog: https://github.com/spatie/livewire-filepond/compare/1.0.2...1.1.0

1.0.2 - 2024-07-19

What's Changed

  • Add translation and fix x-cloak by @arifbudimanar in #3

New Contributors

  • @arifbudimanar made their first contribution in #3

Full Changelog: https://github.com/spatie/livewire-filepond/compare/1.0.1...1.0.2

1.0.1 - 2024-07-16

  • accept Filepond properties as kebab-case
  • polish

Full Changelog: https://github.com/spatie/livewire-filepond/compare/1.0.0...1.0.1

1.0.0 - 2024-07-15

  • Initial release

Full Changelog: https://github.com/spatie/livewire-filepond/commits/1.0.0