|
1 |
| -2.0.0 |
2 |
| ------ |
3 |
| -* Fixed #219 - Fix valid() on elements with dependency-callback or dependency-expression. |
4 |
| -* Add Language Name for each file, rename the language code according to the standard ISO 639 for Estonian, Georgian, Ukrainian and Chinese (http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) |
| 1 | +1.10.0 / 2012-09-07 |
| 2 | +=================== |
| 3 | + |
| 4 | + * Corrected French strings for nowhitespace, phoneUS, phoneUK and mobileUK based upon community feedback. |
| 5 | + * rename files for language_REGION according to the standard ISO_3166-1 (http://en.wikipedia.org/wiki/ISO_3166-1), for Taiwan tha language is Chinese (zh) and the region is Taiwan (TW) |
| 6 | + * Optimise RegEx patterns, especially for UK phone numbers. |
| 7 | + * Add Language Name for each file, rename the language code according to the standard ISO 639 for Estonian, Georgian, Ukrainian and Chinese (http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) |
| 8 | + * Added croatian (HR) localization |
| 9 | + * Existing French translations were edited and French translations for the additional methods were added. |
| 10 | + * Merged in changes for specifying custom error messages in data attributes |
| 11 | + * Updated UK Mobile phone number regex for new numbers. Fixes #154 |
| 12 | + * Add element to success call with test. Fixes #60 |
| 13 | + * Fixed regex for time additional method. Fixes #131 |
| 14 | + * resetForm now clears old previousValue on form elements. Fixes #312 |
| 15 | + * Added checkbox test to require_from_group and changed require_from_group to use elementValue. Fixes #359 |
| 16 | + * Fixed dataFilter response issues in jQuery 1.5.2+. Fixes #405 |
| 17 | + * Added jQuery Mobile demo. Fixes #249 |
| 18 | + * Deoptimize findByName for correctness. Fixes #82 - $.validator.prototype.findByName breaks in IE7 |
| 19 | + * Added US zip code support and test. Fixes #90 |
| 20 | + * Changed lastElement to lastActive in keyup, skip validation on tab or empty element. Fixes #244 |
| 21 | + * Removed number stripping from stripHtml. Fixes #2 |
| 22 | + * Fixed invalid count on invalid to valid remote validation. Fixes #286 |
| 23 | + * Add link to file_input to demo index |
| 24 | + * Moved old accept method to extension additional-method, added new accept method to handle standard browser mimetype filtering. Fixes #287 and supersedes #369 |
| 25 | + * Disables blur event when onfocusout is set to false. Test added. |
| 26 | + * Fixed value issue for radio buttons and checkboxes. Fixes #363 |
| 27 | + * Added test for rangeWords and fixed regex and bounds in method. Fixes #308 |
| 28 | + * Fixed TinyMCE Demo and added link on demo page. Fixes #382 |
| 29 | + * Changed localization message for min/max. Fixes #273 |
| 30 | + * Added pseudo selector for text input types to fix issue with default empty type attribute. Added tests and some test markup. Fixes #217 |
| 31 | + * Fixed delegate bug for dynamic-totals demo. Fixes #51 |
| 32 | + * Fix incorrect message for alphanumeric validator |
| 33 | + * Removed incorrect false check on required attribute |
| 34 | + * required attribute fix for non-html5 browsers. Fixes #301 |
| 35 | + * Added methods "require_from_group" and "skip_or_fill_minimum" |
| 36 | + * Use correct iso code for swedish |
| 37 | + * Updated demo HTML files to use HTML5 doctype |
| 38 | + * Fixed regex issue for decimals without leading zeroes. Added new methods test. Fixes #41 |
| 39 | + * Introduce a elementValue method that normalizes only string values (don't touch array value of multi-select). Fixes #116 |
| 40 | + * Support for dynamically added submit buttons, and updated test case. Uses validateDelegate. Code from PR #9 |
| 41 | + * Fix bad double quote in test fixtures |
| 42 | + * Fix maxWords method to include the upper bound, not exclude it. Fixes #284 |
| 43 | + * Fixed grammar error in german range validator message. Fixes #315 |
| 44 | + * Fixed handling of multiple class names for errorClass option. Test by Max Lynch. Fixes #280 |
| 45 | + * Fix jQuery.format usage, should be $.validator.format. Fixes #329 |
| 46 | + * Methods for 'all' UK phone numbers + UK postcodes |
| 47 | + * Pattern method: Convert string param to RegExp. Fixes issue #223 |
| 48 | + * grammar error in german localization file |
| 49 | + * Added Estonian localization for messages |
| 50 | + * Improve tooltip handling on themerollered demo |
| 51 | + * Add type="text" to input fields without type attribute to please qSA |
| 52 | + * Update themerollered demo to use tooltip to show errors as overlay. |
| 53 | + * Update themerollered demo to use latest jQuery UI (along with newer jQuery version). Move code around to speed up page load. |
| 54 | + * Fixed min error message broken in Japanese. |
| 55 | + * Update form plugin to latest version. Enhance the ajaxSubmit demo. |
| 56 | + * Drop dateDE and numberDE methods from classRuleSettings, leftover from moving those to localized methods |
| 57 | + * Passing submit event to submitHandler callback |
| 58 | + * Fixed #219 - Fix valid() on elements with dependency-callback or dependency-expression. |
| 59 | + * Improve build to remove dist dir to ensure only the current release gets zipped up |
5 | 60 |
|
6 | 61 | 1.9.0
|
7 | 62 | ---
|
|
0 commit comments