Releases: safrazik/vue-file-agent
Releases · safrazik/vue-file-agent
1.7 Elegant Euphonia
- 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 anddeleteFileRecord
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
- 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 ofFileRecord
,fileRecords
, etc. (See #42)
1.5.2
1.5 Superb Fairy-Wren
1.4.2
1.4 Spotted Pardalote
- New Feature 🎉 Drag sortable support with
sortable
prop (courtesy of vue-slicksort by @Jexordexan) #20
1.3.5
- Fixed removal of same file selection in single mode #29
- Improved progress UI with
full
(100% uploaded) anddone
(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
1.3.1
1.3 Rock Wren
- New Feature 🎉 Support dropping folders (Thanks to @kevinleedrum) #17
- Exposed
utils
,VueFilePreview
andFileData
#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