浏览代码

Updates to release v4.3.1 fix #574 fix #575

Kartik Visweswaran 9 年之前
父节点
当前提交
c6e8db2696
共有 3 个文件被更改,包括 292 次插入492 次删除
  1. 6 2
      CHANGE.md
  2. 286 490
      js/fileinput.js
  3. 0 0
      js/fileinput.min.js

+ 6 - 2
CHANGE.md

@@ -1,9 +1,9 @@
 Change Log: `bootstrap-fileinput`
 =================================
 
-## version 4.3.1 (under development)
+## version 4.3.1
 
-**Date:** 12-Feb-2016
+**Date:** 27-Feb-2016
 
 1. (enh #514): Set default value for `removeFromPreviewOnError` to `false`.
 2. (enh #554): Update documentation and demos to include `webkitdirectory` for upload.
@@ -14,6 +14,10 @@ Change Log: `bootstrap-fileinput`
 6. (enh #560): Update French Translations.
 7. (enh #565): Enhance progress bar display when upload is aborted or cancelled.
 8. (enh #567): New properties and improved messages.
+9. (enh #572): Add Finnish Translations.
+10. (enh #573): Update package.json to include `peerDependencies`.
+11. (enh #574): Change naming convention for private / internal methods. Prepend internal plugin methods with underscore `_`.
+12. (enh #575): Implement public method chaining and update docs for methods.
 
 ## version 4.3.0
 

文件差异内容过多而无法显示
+ 286 - 490
js/fileinput.js


文件差异内容过多而无法显示
+ 0 - 0
js/fileinput.min.js


部分文件因为文件数量过多而无法显示