浏览代码

Release v0.3.3

nghuuphuoc 11 年之前
父节点
当前提交
6e1618f8d8
共有 6 个文件被更改,包括 10 次插入7 次删除
  1. 4 2
      CHANGELOG.md
  2. 2 1
      README.md
  3. 1 1
      dist/css/bootstrapValidator.min.css
  4. 1 1
      dist/js/bootstrapValidator.js
  5. 1 1
      dist/js/bootstrapValidator.min.js
  6. 1 1
      package.json

+ 4 - 2
CHANGELOG.md

@@ -2,12 +2,14 @@
 
 ## v0.3.3
 
-Not released yet
+Released on 2014-03-27
 
 __Fixes__:
 
+* [#50: Don't validate disabled element](https://github.com/nghuuphuoc/bootstrapvalidator/issues/50)
+* [#34, #105: Cannot call ```form.submit()``` inside ```submitHandler```](https://github.com/nghuuphuoc/bootstrapvalidator/issues/105)
 * [#77, #117: ```notEmpty``` validator doesn't work on file input](https://github.com/nghuuphuoc/bootstrapvalidator/issues/117)
-* [#105: Cannot call ```form.submit()``` inside ```submitHandler```](https://github.com/nghuuphuoc/bootstrapvalidator/issues/105)
+* [#120: Handle case where a field is removed after the bootstrap validation](https://github.com/nghuuphuoc/bootstrapvalidator/pull/120), thanks to [@patmoore](https://github.com/patmoore)
 
 ## v0.3.2
 

+ 2 - 1
README.md

@@ -7,7 +7,7 @@
 ## Features
 
 * Built from scratch. The code is solid and clean
-* 18 built-in [validators](#validators) and counting!
+* 25 built-in [validators](#validators) and counting!
 * Cannot find the validator you need? Don't worry, it is easy to [write new validator](#write-new-validator)
 * Show feedback icons based on field validity
 * Support Ajax in both validator and form submission
@@ -55,6 +55,7 @@ Big thanks to the contributors:
 * [@ikanedo](https://github.com/ikanedo)
 * [@iplus](https://github.com/iplus)
 * [@narutosanjiv](https://github.com/narutosanjiv)
+* [@patmoore](https://github.com/patmoore)
 * [@vaz](https://github.com/vaz)
 * ... might be you! Let's [fork](https://github.com/nghuuphuoc/bootstrapvalidator/fork) and pull a request!
 

+ 1 - 1
dist/css/bootstrapValidator.min.css

@@ -3,7 +3,7 @@
  *
  * A jQuery plugin to validate form fields. Use with Bootstrap 3
  *
- * @version     v0.3.3-dev
+ * @version     v0.3.3
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 1 - 1
dist/js/bootstrapValidator.js

@@ -3,7 +3,7 @@
  *
  * A jQuery plugin to validate form fields. Use with Bootstrap 3
  *
- * @version     v0.3.3-dev
+ * @version     v0.3.3
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 1 - 1
dist/js/bootstrapValidator.min.js

@@ -3,7 +3,7 @@
  *
  * A jQuery plugin to validate form fields. Use with Bootstrap 3
  *
- * @version     v0.3.3-dev
+ * @version     v0.3.3
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrapValidator",
-    "version": "0.3.3-dev",
+    "version": "0.3.3",
     "description": "A jQuery plugin to validate form fields. Use with Bootstrap 3",
     "keywords": ["jQuery", "plugin", "validator", "Bootstrap"],
     "author": {