Explorar el Código

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

Kartik Visweswaran hace 9 años
padre
commit
5643e335d8
Se han modificado 3 ficheros con 3 adiciones y 2 borrados
  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);

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
js/fileinput.min.js


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio