- Fix build.
- Fix issue with label also accepting function.
- Vue 3 compatibility, please use v6 if you're on Vue 2. Thanks @honeymustard for the related PR.
- FilePond esm version also imports vue esm version
- Fix TypeScript issue with
vueFilePond(plugins)call
- Fix TypeScript issue with
vueFilePond()call
- Add TypeScript Types
- Fix FilePond detach handling
- Fix issue with 'input' event.
- Add
detachedmethod, the component now waits to be removed from the DOM, it then destroys the FilePond instance (thedestroyedandbeforeDestroymethods both run while the component is still in the DOM when using transitions).
- Add v-model support
- Update
filepondpeer dependency to match version 4.0.0 - Add example folder