From d26936af2acd729b0733fdffc3e29382b5604ca9 Mon Sep 17 00:00:00 2001 From: Safraz Razik Date: Wed, 27 Nov 2019 07:54:11 +0530 Subject: [PATCH] Version 1.3.5 --- CHANGELOG.md | 8 ++++++++ _layouts/default.html | 8 ++++---- package.json | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 523a946..d3b259c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +### 1.3.5 + +- 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 - Fixed image thumbnails with wrong orientation (rotation) #28 diff --git a/_layouts/default.html b/_layouts/default.html index 860db98..ca44880 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -31,11 +31,11 @@ {% if layout.external_urls %} - + {% else %} - + {% endif %} {% if site.google_analytics %} @@ -88,9 +88,9 @@ {% if layout.external_urls %} - + {% else %} - + {% endif %} {{ content }} diff --git a/package.json b/package.json index 0446990..9f1e60b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-file-agent", - "version": "1.3.4", + "version": "1.3.5", "description": "High performant Vue file upload component with elegant and distinguishable previews for every file type and support for drag and drop, validations, default uploader with progress support and externally customizable in the \"vue way\"", "main": "dist/vue-file-agent.umd.js", "types": "src/index.d.ts",