Browse Source

Fix #474: Upload via button within each preview thumbnail skips last file for async uploads

Kartik Visweswaran 9 years ago
parent
commit
5643e335d8
3 changed files with 3 additions and 2 deletions
  1. 3 1
      CHANGE.md
  2. 0 1
      js/fileinput.js
  3. 0 0
      js/fileinput.min.js

+ 3 - 1
CHANGE.md

@@ -3,13 +3,15 @@ Change Log: `bootstrap-fileinput`
 
 ## version 4.2.8
 
-**Date:** 25-Sep-2015
+**Date:** 21-Oct-2015
 
 1. Update bootstrap bower version to support only 3.x variants.
 2. Implement package.json.
 3. (enh #449): Add Arabic Translations.
 4. (enh #454): Update Turkish Translations.
 5. (enh #460): Update CSS selectors prefix to start with `file`.
+6. (enh #462): Responsive buttons and new property `buttonLabelClass`.
+7. (enh #474): Upload via button within each preview thumbnail skips last file for async uploads.
 
 ## version 4.2.7
 

+ 0 - 1
js/fileinput.js

@@ -1532,7 +1532,6 @@
                         }
                         self.raise('fileuploaded', [outData, previewId, i]);
                         if (!allFiles) {
-                            self.resetFileStack();
                             self.updateStack(i, undefined);
                         } else {
                             updateUploadLog(i, previewId);

File diff suppressed because it is too large
+ 0 - 0
js/fileinput.min.js


Some files were not shown because too many files changed in this diff