- Merge #264
- Remove usage of
'__unset__'
to determine properties that haven't been set. - Clean up base FilePond element attributes so element class doesn't contain
true
string.
- 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
detached
method, the component now waits to be removed from the DOM, it then destroys the FilePond instance (thedestroyed
andbeforeDestroy
methods both run while the component is still in the DOM when using transitions).
- Add v-model support
- Update
filepond
peer dependency to match version 4.0.0 - Add example folder