Skip to content

Commit

Permalink
- fixed IE7 bug on checkboxes and required
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumepotier committed May 8, 2013
1 parent f320a73 commit ba5b5fa
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 17 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
#Changelog

**1.1.16-dev**
**1.1.16 (current stable)**

- fixed IE7 bug with checkboxes / radio buttons that were always required.
- html error messages could be used (#220)
- fixed show / remove error with data-remote validator (#200)
- added option to silence errors `data-show-errors="false"`
- added / modified some i18n localizations
- Override value by using data-value attribute
- added americanDate validator in parsley.extend

**1.1.15 (current stable)**
**1.1.15**

- **BC Break** removed `.parsley('isFieldValid');` in favor of `.parsley('isValid');`
(#177)
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@ See TODO.md

#Curent Stable Version

1.1.15
1.1.16

# Browser compatibility

IE 8+, FF 14+, Chrome
- IE 7/8 with jQuery < 1.9 and parsley.min, not parsley.standalone
- IE 9+
- FF 14+
- Chrome

# Requirements

jQuery 1.6+

#Install dependencies for documentation and tests

Expand Down
8 changes: 4 additions & 4 deletions dist/parsley-standalone.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/parsley.extend.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ba5b5fa

Please sign in to comment.