Explorar o código

Updates to release v4.3.2

Kartik Visweswaran %!s(int64=9) %!d(string=hai) anos
pai
achega
d5ed3ee989
Modificáronse 5 ficheiros con 2 adicións e 3 borrados
  1. 2 2
      README.md
  2. 0 1
      js/fileinput.js
  3. 0 0
      js/fileinput.min.js
  4. 0 0
      js/themes/fileinput_theme_fa.js
  5. 0 0
      js/themes/fileinput_theme_gly.js

+ 2 - 2
README.md

@@ -81,8 +81,8 @@ Step 1: Load the following assets in your header.
 
 If you noticed, you need to load the `jquery.min.js` and `bootstrap.min.css` in addition to the `fileinput.min.css` and `fileinput.min.js`. The theme file `fileinput_locale_fa.js` can be optionally included for the font awesome icons styling. The locale file `fileinput_locale_<lang>.js` can be optionally included for translating for your language if needed.
 
-OTHER PLUGINS: 
--------------
+**Optional Dependent Plugins**
+
 - The `canvas-to-blob.min.js` file is the source for the [JavaScript-Canvas-to-Blob plugin by blueimp](https://github.com/blueimp/JavaScript-Canvas-to-Blob). It is required to be loaded before `fileinput.min.js` if you wish to use the image resize feature of the **bootstrap-fileinput** plugin. 
 - The `sortable.min.js` file is the source for the [Sortable plugin by rubaxa](https://github.com/rubaxa/Sortable). It is required to be loaded before `fileinput.min.js` if you wish to sort the thumbnails in the initial preview.
 - The `purify.min.js` file is the source for the [DomPurify plugin by cure53](https://github.com/cure53/DOMPurify). It is required to be loaded before `fileinput.min.js` if you wish to purify your HTML for HTML content preview.

+ 0 - 1
js/fileinput.js

@@ -1040,7 +1040,6 @@
                     self.initialPreviewConfig = moveArray(self.initialPreviewConfig, oldIndex, newIndex);
                     previewCache.init(self);
                     self._raise('filesorted', {
-                        isInit: true,
                         previewId: $(e.item).attr('id'),
                         'oldIndex': oldIndex,
                         'newIndex': newIndex,

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
js/fileinput.min.js


+ 0 - 0
js/themes/theme-fa.js → js/themes/fileinput_theme_fa.js


+ 0 - 0
js/themes/theme-gly.js → js/themes/fileinput_theme_gly.js


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio