Skip to content

Releases: safrazik/vue-file-agent

1.7 Elegant Euphonia

10 May 18:05
Compare
Choose a tag to compare

Elegant Euphonia Pic

  • Added averageColor boolean prop #52
  • Fixed extra shadow when meta=false #55
  • Made url property reactive #53
  • Support for custom tus.Upload options #58
  • Disabled resized image data urls (base64) for preloaded images #54

Since version 1.7.1

  • [BREAKING CHANGE] Added support for beforedelete event and deleteFileRecord method. See Usage

Announcement

Version 1.7.x will likely be the last significant version of major version 1.x, as plans for 2.0 are on the road-map. New features will be introduced in 2.x. Crucial bug fixes will be available in 1.7.x

1.6 House Sparrow

12 Mar 05:56
Compare
Choose a tag to compare

House Sparrow

  • New Feature 🎉 readonly prop support
  • (UX) Improve drag over style (red for invalid/no-op drag, green for valid drag)
  • Added upload events #38
  • Improved the detection of folders (on Mac OS) - (Thanks to @algm) #41
  • Fixed file link for images in list theme #39
  • Handling of broken image urls gracefully (in preloaded previews) #37
  • Fixed single mode controls issue (that prevented from deleting, renaming and clicking on link)
  • Demo URL updated
  • Usage of FileData, filesData, etc. deprecated in favor of FileRecord, fileRecords, etc. (See #42)

1.5.2

04 Jan 09:04
Compare
Choose a tag to compare
  • Type definitions (d.ts files) have been exported

1.5 Superb Fairy-Wren

17 Dec 20:19
Compare
Choose a tag to compare

Superb Fairy-Wren

  • Majar Refactor: Transformation from Legacy JS to TypeScript 3.7.3 with noImplicitAny
  • 55% file size reduction in built files: 17KB minified, gzipped
  • New Feature 🎉 Resumable Uploads with resumable prop: Official Itergration of tus.io protocol #15
  • Prettier code!

1.4.2

14 Dec 08:58
Compare
Choose a tag to compare
  • Intuitive drag sort! sortable prop improved to support handle and hold values #30

1.4 Spotted Pardalote

27 Nov 14:55
Compare
Choose a tag to compare

Spotted Pardalote

  • New Feature 🎉 Drag sortable support with sortable prop (courtesy of vue-slicksort by @Jexordexan) #20

1.3.5

27 Nov 02:44
Compare
Choose a tag to compare
  • Fixed removal of same file selection in single mode #29
  • Improved progress UI with full (100% uploaded) and done (server returned a response) status.
  • Improved upload error handling.
  • Added support to dismiss error messages by clicking on them.
  • Added support for update/rename upload with PUT request, with updated server examples. (Thanks to @codeflorist) #23

1.3.4

26 Nov 08:06
Compare
Choose a tag to compare
  • [Since 1.3.2] File icons can be clicked with linkable property #24 (Thanks to @codeflorist)
  • Fixed image thumbnails with wrong orientation (rotation) #28

1.3.1

11 Oct 04:41
db5522f
Compare
Choose a tag to compare

1.3 Rock Wren

09 Oct 13:10
Compare
Choose a tag to compare

Rock Wren Pic

  • New Feature 🎉 Support dropping folders (Thanks to @kevinleedrum) #17
  • Exposed utils, VueFilePreview and FileData #13
  • Allow raw file data in VueFilePreview component #18
  • Fixed a crossbrowser issue when creating video thumbnails (tainted canvas)
  • Vibrant update for default theme with seamless background for meta.
  • Error message style updated for both themes
  • Progress bar updated for both themes
  • Project logo added