Browse Source

Updates to release v4.2.9

Kartik Visweswaran 9 năm trước cách đây
mục cha
commit
598f23a931
10 tập tin đã thay đổi với 30 bổ sung19 xóa
  1. 7 0
      CHANGE.md
  2. 2 2
      README.md
  3. 1 1
      bower.json
  4. 14 10
      css/fileinput.css
  5. 1 1
      css/fileinput.min.css
  6. 1 1
      examples/index.html
  7. 1 1
      js/fileinput.js
  8. 1 1
      js/fileinput.min.js
  9. 1 1
      nuget/Package.nuspec
  10. 1 1
      package.json

+ 7 - 0
CHANGE.md

@@ -1,6 +1,13 @@
 Change Log: `bootstrap-fileinput`
 =================================
 
+## version 4.2.9
+
+**Date:** 23-Dec-2015
+
+1. (enh #521): Update Dutch Translations.
+2. (enh #530): Error alert box and preview thumbnail styling enhancements .
+
 ## version 4.2.8
 
 **Date:** 18-Nov-2015

+ 2 - 2
README.md

@@ -1,5 +1,5 @@
 bootstrap-fileinput
-====================
+===================
 
 [![Bower version](https://badge.fury.io/bo/bootstrap-fileinput.svg)](http://badge.fury.io/bo/bootstrap-fileinput)
 [![Latest Stable Version](https://poser.pugx.org/kartik-v/bootstrap-fileinput/v/stable)](https://packagist.org/packages/kartik-v/bootstrap-fileinput)
@@ -11,7 +11,7 @@ An enhanced HTML 5 file input for Bootstrap 3.x with file preview for various fi
 
 ![File Input Screenshot](https://lh3.googleusercontent.com/-3FiEmc_okc4/VBw_d2LBAJI/AAAAAAAAAL8/KbVj5X9Dus0/w596-h454-no/FileInput.jpg)
 
-> NOTE: The latest version of the plugin is v4.2.8 (dev-master). Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details. 
+> NOTE: The latest version of the plugin is v4.2.9 (dev-master). Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details. 
 
 ## Documentation and Demo
 

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrap-fileinput",
-    "version": "4.2.8",
+    "version": "4.2.9",
     "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
     "authors": [
         "Kartik Visweswaran <[email protected]>"

+ 14 - 10
css/fileinput.css

@@ -1,7 +1,7 @@
 /*!
  * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
  * @package bootstrap-fileinput
- * @version 4.2.8
+ * @version 4.2.9
  *
  * File input styling for Bootstrap 3.0
  * Built for Yii Framework 2.0
@@ -60,18 +60,23 @@
 }
 
 .file-error-message {
-    background-color: #f2dede;
     color: #a94442;
-    text-align: center;
-    border-radius: 5px;
-    padding: 5px 10px 5px 5px;
+    background-color: #f2dede;
+    margin: 5px;
+    border: 1px solid #ebccd1;
+    border-radius: 4px;
+    padding: 15px;
 }
 
 .file-error-message pre, .file-error-message ul {
-    margin: 5px 0;
+    margin: 0;
     text-align: left;
 }
 
+.file-error-message pre {
+    margin: 5px 0;
+}
+
 .file-caption-disabled {
     background-color: #EEEEEE;
     cursor: not-allowed;
@@ -124,6 +129,9 @@
     height: 160px;
     border: 2px solid #999;
     border-radius: 30px;
+}
+
+.file-preview-other:hover {
     opacity: 0.8;
 }
 
@@ -221,10 +229,6 @@
     opacity: 0.65;
 }
 
-.file-error-message .close {
-    margin-top: 5px;
-}
-
 .file-thumb-progress .progress, .file-thumb-progress .progress-bar {
     height: 10px;
     font-size: 9px;

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 1 - 1
css/fileinput.min.css


+ 1 - 1
examples/index.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<!-- release v4.2.8, copyright 2014 - 2015 Kartik Visweswaran -->
+<!-- release v4.2.9, copyright 2014 - 2015 Kartik Visweswaran -->
 <html lang="en">
     <head>
         <meta charset="UTF-8"/>

+ 1 - 1
js/fileinput.js

@@ -1,6 +1,6 @@
 /*!
  * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
- * @version 4.2.8
+ * @version 4.2.9
  *
  * File input styled for Bootstrap 3.0 that utilizes HTML5 File Input's advanced 
  * features including the FileReader API. 

+ 1 - 1
js/fileinput.min.js

@@ -1,6 +1,6 @@
 /*!
  * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
- * @version 4.2.8
+ * @version 4.2.9
  *
  * File input styled for Bootstrap 3.0 that utilizes HTML5 File Input's advanced 
  * features including the FileReader API. 

+ 1 - 1
nuget/Package.nuspec

@@ -3,7 +3,7 @@
   <metadata>
     <id>bootstrap-fileinput</id>
 	<title>bootstrap-fileinput</title>
-    <version>4.2.8</version>
+    <version>4.2.9</version>
     <authors>Kartik Visweswaran, Robert Kiss (nuget package)</authors>
     <owners>Kartik Visweswaran</owners>
     <licenseUrl>https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md</licenseUrl>

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrap-fileinput",
-    "version": "4.2.8",
+    "version": "4.2.9",
     "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
     "authors": [
         "Kartik Visweswaran <[email protected]>"

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác