|
|
@@ -1,4 +1,4 @@
|
|
|
-# BootstrapValidator - [v0.4.5](https://github.com/nghuuphuoc/bootstrapvalidator/releases/download/v0.4.5/bootstrapvalidator-dist-0.4.5.zip)
|
|
|
+# BootstrapValidator - [v0.5.0](https://github.com/nghuuphuoc/bootstrapvalidator/releases/download/v0.5.0/bootstrapvalidator-dist-0.5.0.zip)
|
|
|
|
|
|
[http://bootstrapvalidator.com](http://bootstrapvalidator.com) - The best jQuery plugin to validate form fields. Designed to use with [Bootstrap 3](http://getbootstrap.com)
|
|
|
|
|
|
@@ -18,65 +18,9 @@ http://bootstrapvalidator.com/examples/
|
|
|
|
|
|
There are also many examples located in the [demo](demo) directory.
|
|
|
|
|
|
-## Next v0.5.0
|
|
|
-
|
|
|
-v0.5.0 is coming soon with the following highlights ([all v0.5.0 features](CHANGELOG.md), if you care about)
|
|
|
-
|
|
|
-* Add events for form ([#121](https://github.com/nghuuphuoc/bootstrapvalidator/issues/121)), field ([#195](https://github.com/nghuuphuoc/bootstrapvalidator/issues/195)), and given validator ([#324](https://github.com/nghuuphuoc/bootstrapvalidator/issues/324))
|
|
|
-* [#125](https://github.com/nghuuphuoc/bootstrapvalidator/issues/125): Support dynamic fields
|
|
|
-* [#175](https://github.com/nghuuphuoc/bootstrapvalidator/issues/175): Possible to show errors in tooltip or popover
|
|
|
-* [#385](https://github.com/nghuuphuoc/bootstrapvalidator/issues/385): Support translating error messages in other languages
|
|
|
-* [#387](https://github.com/nghuuphuoc/bootstrapvalidator/issues/387): Provide the default error messages
|
|
|
-
|
|
|
-Please help me by downloading the [latest code](https://github.com/nghuuphuoc/bootstrapvalidator/archive/master.zip) and testing the [v0.5.0 issues](https://github.com/nghuuphuoc/bootstrapvalidator/issues?labels=&milestone=7&page=1&state=open).
|
|
|
-
|
|
|
## Features
|
|
|
|
|
|
-__Code__
|
|
|
-- [x] Written from scratch
|
|
|
-- [x] Very solid and clean
|
|
|
-- [x] The core plugin and validators code are separated
|
|
|
-
|
|
|
-__Bootstrap__
|
|
|
-- [x] Designed to use with [Bootstrap 3](http://getbootstrap.com)
|
|
|
-- [x] Support almost all [Bootstrap forms](http://getbootstrap.com/css/#forms)
|
|
|
-- [x] Support Bootstrap form [validation states](http://getbootstrap.com/css/#forms-control-validation)
|
|
|
-
|
|
|
-__HTML 5__
|
|
|
-- [x] Support setting the plugin, validator options via [HTML 5 attributes](http://bootstrapvalidator.com/examples#attribute) prefixed with ```data-bv-```
|
|
|
-- [x] Support HTML 5 attributes such as ```min```, ```max```, ```pattern```, ```required```
|
|
|
-- [x] Support [HTML 5 input types](http://bootstrapvalidator.com/examples#html5) such as ```color```, ```email```, ```range``` and ```url```
|
|
|
-
|
|
|
-__Validator__
|
|
|
-- [x] [46 built-in validators](http://bootstrapvalidator.com/validators/) and counting!
|
|
|
-- [x] Easy to [write a new validator](http://bootstrapvalidator.com/developing/)
|
|
|
-
|
|
|
-__Friendly__
|
|
|
-- [x] Show [feedback icons](http://bootstrapvalidator.com/settings/#feedback-icons) based on field validity
|
|
|
-- [x] Support [Glyphicons](http://getbootstrap.com/components/#glyphicons) and [FontAwesome](http://fontawesome.io/icons) icons
|
|
|
-- [x] Focus on the first invalid field
|
|
|
-- [x] Don't validate the field if the field length is less than given number using [threshold](http://bootstrapvalidator.com/settings/#threshold) option
|
|
|
-
|
|
|
-__Ajax__
|
|
|
-- [x] Support [validating via Ajax](http://bootstrapvalidator.com/validators/remote/)
|
|
|
-- [x] Support using Ajax for form submission
|
|
|
-
|
|
|
-__Flexible__
|
|
|
-- [x] The elements can be defined by either ```name``` or [CSS selector](http://bootstrapvalidator.com/settings/#selector-example)
|
|
|
-- [x] Support multiple elements with the [same name](http://bootstrapvalidator.com/examples/#fields-with-same-name)
|
|
|
-- [x] Possible to indicate [excluded](http://bootstrapvalidator.com/settings/#excluded) fields
|
|
|
-- [x] Field validators can be enabled/disabled on the fly
|
|
|
-
|
|
|
-__Compatibility__
|
|
|
-- [x] We [play nice](http://bootstrapvalidator.com/examples/#compatibility) with popular plugins such as
|
|
|
- - [x] [Bootstrap Button](http://getbootstrap.com/javascript/#buttons)
|
|
|
- - [x] [Bootstrap Color Picker](http://mjolnic.github.io/bootstrap-colorpicker/) as seen in [```hexColor``` validator example](http://bootstrapvalidator.com/validators/hexColor/#color-picker-example)
|
|
|
- - [x] [Bootstrap Datetime Picker](http://eonasdan.github.io/bootstrap-datetimepicker/) as seen in [```date``` validator example](http://bootstrapvalidator.com/validators/date/#date-picker-example)
|
|
|
- - [x] [Bootstrap Multiselect](http://davidstutz.github.io/bootstrap-multiselect/)
|
|
|
- - [x] [Chosen](http://harvesthq.github.io/chosen/)
|
|
|
- - [x] [iCheck](https://github.com/fronteed/iCheck/)
|
|
|
- - [x] [Mask](http://igorescobar.github.io/jQuery-Mask-Plugin/)
|
|
|
- - [x] [Raty](http://wbotelhos.com/raty)
|
|
|
+See [official website[(http://bootstrapvalidator.com) for the full list of features
|
|
|
|
|
|
## Required
|
|
|
|
|
|
@@ -85,7 +29,7 @@ __Compatibility__
|
|
|
|
|
|
## Download
|
|
|
|
|
|
-Latest version: [v0.4.5](https://github.com/nghuuphuoc/bootstrapvalidator/releases/download/v0.4.5/bootstrapvalidator-dist-0.4.5.zip), released on 2014-05-15.
|
|
|
+Latest version: [v0.5.0](https://github.com/nghuuphuoc/bootstrapvalidator/releases/download/v0.5.0/bootstrapvalidator-dist-0.5.0.zip), released on 2014-07-14.
|
|
|
|
|
|
For older versions, look at the [Releases](https://github.com/nghuuphuoc/bootstrapvalidator/releases) page.
|
|
|
|