PackageTrack
Sign in Get early access

spatie/livewire-filepond

Upload files using Filepond in Livewire components

1.7.1 688K downloads/mo #4089 most downloaded on Packagist spatie/livewire-filepond

What this package is like to depend on

Last release 5 months ago

27 Feb 2026

Release timing varies

gaps range from 9 days to 7 months

Nearly every release is documented

notes for 17 of 17 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

17 releases · first in 2024

5 releases in the last 12 months

see the full history below

Release timeline

17 releases · Jul 2024 to Feb 2026
2025 2026
Release Pre-release

Releases

latest 17
  1. 1.7.1 27 Feb 2026
    Release notes

    Add support for Laravel 13

    Open source →
    Release notes

    Add support for Laravel 13

    Open source →
  2. 1.7.0 08 Feb 2026
    Release notes

    What's Changed

    • Drop Laravel 10 support
    • Fix CI workflow matrix for Laravel 12
    • Add PHP 8.4 and 8.5 to CI matrix
    • Bump dependencies

    Full Changelog: 1.6.1...1.7.0

    Open source →
    Release notes

    What's Changed

    • Drop Laravel 10 support
    • Fix CI workflow matrix for Laravel 12
    • Add PHP 8.4 and 8.5 to CI matrix
    • Bump dependencies

    Full Changelog: https://github.com/spatie/livewire-filepond/compare/1.6.1...1.7.0

    Open source →
  3. 1.6.1 08 Feb 2026
    Release notes

    What's Changed

    • Fix CI workflow matrix for Laravel 12 and add PHP 8.4

    Full Changelog: 1.6.0...1.6.1

    Open source →
    Release notes

    What's Changed

    • Fix CI workflow matrix for Laravel 12 and add PHP 8.4

    Full Changelog: https://github.com/spatie/livewire-filepond/compare/1.6.0...1.6.1

    Open source →
  4. 1.6.0 01 Feb 2026
    Release notes

    What's Changed

    • Fix max-files handling and add maxfilesmsg support for better UX. by @dragonfly4 in #60
    • Dispatch Events only to self component by @trippo in #67

    New Contributors

    Full Changelog: 1.5.1...1.6.0

    Open source →
    Release notes

    What's Changed

    • Fix max-files handling and add maxfilesmsg support for better UX. by @dragonfly4 in https://github.com/spatie/livewire-filepond/pull/60
    • Dispatch Events only to self component by @trippo in https://github.com/spatie/livewire-filepond/pull/67

    New Contributors

    • @trippo made their first contribution in https://github.com/spatie/livewire-filepond/pull/67

    Full Changelog: https://github.com/spatie/livewire-filepond/compare/1.5.1...1.6.0

    Open source →
  5. 1.5.1 10 Dec 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.5.0...1.5.1

    Open source →
    Release notes

    What's Changed

    • Update issue template by @AlexVanderbist in https://github.com/spatie/livewire-filepond/pull/58
    • Don't crash when a file can't be loaded by @riasvdv in https://github.com/spatie/livewire-filepond/pull/62
    • Improve italian localization by @Alessandro-DG in https://github.com/spatie/livewire-filepond/pull/57

    New Contributors

    • @AlexVanderbist made their first contribution in https://github.com/spatie/livewire-filepond/pull/58
    • @riasvdv made their first contribution in https://github.com/spatie/livewire-filepond/pull/62
    • @Alessandro-DG made their first contribution in https://github.com/spatie/livewire-filepond/pull/57

    Full Changelog: https://github.com/spatie/livewire-filepond/compare/1.5.0...1.5.1

    Open source →
  6. 1.5.0 26 May 2025
    Release notes

    What's Changed

    • Update larastan/larastan requirement from ^2.9 to ^3.1 by @dependabot in #37
    • Fix broken upload status by @yungifez in #47
    • Add Turkmen language translations for FilePond by @diat01 in #45
    • Add new filepond-upload-completed event & update README by @laxmax85 in #40
    • fix(WithFilePond): correctly filter file array when removing a file by @Lemperbro in #42

    New Contributors

    • @yungifez made their first contribution in #47
    • @diat01 made their first contribution in #45
    • @laxmax85 made their first contribution in #40
    • @Lemperbro made their first contribution in #42

    Full Changelog: 1.4.1...1.5.0

    Open source →
    Release notes

    What's Changed

    • Update larastan/larastan requirement from ^2.9 to ^3.1 by @dependabot in https://github.com/spatie/livewire-filepond/pull/37
    • Fix broken upload status by @yungifez in https://github.com/spatie/livewire-filepond/pull/47
    • Add Turkmen language translations for FilePond by @diat01 in https://github.com/spatie/livewire-filepond/pull/45
    • Add new filepond-upload-completed event & update README by @laxmax85 in https://github.com/spatie/livewire-filepond/pull/40
    • fix(WithFilePond): correctly filter file array when removing a file by @Lemperbro in https://github.com/spatie/livewire-filepond/pull/42

    New Contributors

    • @yungifez made their first contribution in https://github.com/spatie/livewire-filepond/pull/47
    • @diat01 made their first contribution in https://github.com/spatie/livewire-filepond/pull/45
    • @laxmax85 made their first contribution in https://github.com/spatie/livewire-filepond/pull/40
    • @Lemperbro made their first contribution in https://github.com/spatie/livewire-filepond/pull/42

    Full Changelog: https://github.com/spatie/livewire-filepond/compare/1.4.1...1.5.0

    Open source →
  7. 1.4.1 21 Feb 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.4.0...1.4.1

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/livewire-filepond/pull/34
    • Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in https://github.com/spatie/livewire-filepond/pull/35
    • Laravel 12.x Compatibility by @laravel-shift in https://github.com/spatie/livewire-filepond/pull/36

    New Contributors

    • @dependabot made their first contribution in https://github.com/spatie/livewire-filepond/pull/34
    • @laravel-shift made their first contribution in https://github.com/spatie/livewire-filepond/pull/36

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

    Open source →
  8. 1.4.0 22 Nov 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.3.0...1.4.0

    Open source →
    Release notes

    What's Changed

    • Added transform and resize filepond plugins by @orchidcode in https://github.com/spatie/livewire-filepond/pull/31

    New Contributors

    • @orchidcode made their first contribution in https://github.com/spatie/livewire-filepond/pull/31

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

    Open source →
  9. 1.3.0 18 Oct 2024
    Release notes

    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

    Full Changelog: 1.2.3...1.3.0

    Open source →
    Release notes

    What's Changed

    • Allow Server Side validation during upload by @dragonfly4 in https://github.com/spatie/livewire-filepond/pull/25
    • Fix labelIdle localization bug to show correct label by @dragonfly4 in https://github.com/spatie/livewire-filepond/pull/24

    New Contributors

    • @dragonfly4 made their first contribution in https://github.com/spatie/livewire-filepond/pull/25

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

    Open source →
  10. 1.2.3 07 Oct 2024
    Release notes

    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

    Full Changelog: 1.2.2...1.2.3

    Open source →
    Release notes

    What's Changed

    • add a functionality to reset FilePond instance by @Nevercom in https://github.com/spatie/livewire-filepond/pull/21
    • Remove console.log
    • Use Livewire methods to set & retreive properties

    New Contributors

    • @Nevercom made their first contribution in https://github.com/spatie/livewire-filepond/pull/21

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

    Open source →
  11. 1.2.2 30 Sep 2024
    Release notes

    What's Changed

    • add plugins properties to docs; by @stockhausen in https://github.com/spatie/livewire-filepond/pull/18
    • fix missing braces by @KhairulAzmi21 in https://github.com/spatie/livewire-filepond/pull/20

    New Contributors

    • @stockhausen made their first contribution in https://github.com/spatie/livewire-filepond/pull/18

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

    Open source →
  12. 1.2.1 26 Sep 2024
    Release notes

    What's Changed

    • Fix bug array and traversable can be unpacked by @KhairulAzmi21 in https://github.com/spatie/livewire-filepond/pull/15

    New Contributors

    • @KhairulAzmi21 made their first contribution in https://github.com/spatie/livewire-filepond/pull/15

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

    Open source →
  13. 1.2.0 20 Sep 2024
    Release notes

    What's Changed

    • Restore customization of placeholder by @RoccoHoward in https://github.com/spatie/livewire-filepond/pull/11
    • added upload started and finished events by @abdelhamiderrahmouni in https://github.com/spatie/livewire-filepond/pull/5

    New Contributors

    • @RoccoHoward made their first contribution in https://github.com/spatie/livewire-filepond/pull/11
    • @abdelhamiderrahmouni made their first contribution in https://github.com/spatie/livewire-filepond/pull/5

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

    Open source →
  14. 1.1.0 31 Jul 2024
    Release notes

    What's Changed

    • add localization for filepond by @uluumbch in https://github.com/spatie/livewire-filepond/pull/8

    New Contributors

    • @uluumbch made their first contribution in https://github.com/spatie/livewire-filepond/pull/8

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

    Open source →
  15. 1.0.2 19 Jul 2024
    Release notes

    What's Changed

    • Add translation and fix x-cloak by @arifbudimanar in https://github.com/spatie/livewire-filepond/pull/3

    New Contributors

    • @arifbudimanar made their first contribution in https://github.com/spatie/livewire-filepond/pull/3

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

    Open source →
  16. 1.0.1 16 Jul 2024
    Release notes
    • accept Filepond properties as kebab-case
    • polish

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

    Open source →
  17. 1.0.0 15 Jul 2024
    Release notes
    • Initial release

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

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive