Skip to content

Releases: dcasia/nova-filepond

v1.0.6

31 Jan 04:52
d2301c0
Compare
Choose a tag to compare

What's Changed

  • Fix Filename Return when a path is set in Load Controller by @aem-coding in #47

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

05 Jan 03:34
f27930e
Compare
Choose a tag to compare

What's Changed

  • Fix filenames not being shown correctly when preview is enabled by @milewski in #45

Full Changelog: v1.0.4...v1.0.5

v1.0.4

01 Nov 10:26
1afe689
Compare
Choose a tag to compare

What's Changed

  • Remove unnecessary / on the load function by @milewski in #42

Full Changelog: v1.0.3...v1.0.4

v1.0.3

27 Oct 15:23
9b9ad1c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

14 Oct 06:02
ef9c615
Compare
Choose a tag to compare

What's Changed

  • Fix issue preventing labels from being translated by @milewski in #37

Full Changelog: v1.0.1...v1.0.2

v1.0.1

12 Oct 08:20
e1b8620
Compare
Choose a tag to compare

What's Changed

  • Fix issue loading file from cloud disk by @milewski in #35

Full Changelog: v1.0.0...v1.0.1

v1.0.0

19 Sep 07:04
a4f201b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.13...v1.0.0

v0.2.13

16 Nov 13:29
Compare
Choose a tag to compare
  • Add the ability to translate every label from Filepond

It can be done manually by calling ->labels([]) and passing option from the label property (without the label prefix) https://pqina.nl/filepond/docs/patterns/api/filepond-instance/#properties or by setting them once into the global configuration file nova-filepond.php#L7 (preferred)

v0.2.11

28 Oct 10:58
Compare
Choose a tag to compare
  • Disable paste functionality, as this cause trouble if there are multiple filepond instances on the same page
  • Fix some incompatibility with third party packages

v0.2.9

25 Oct 05:52
Compare
Choose a tag to compare
  • Fix issue which would prevent file upload on certain scenarios