From 9d612675f4f2d67dbf183d80a2916dadc0802fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rn=20Zaefferer?= Date: Tue, 14 Oct 2014 16:42:34 +0200 Subject: [PATCH] Changelog: Prepare 1.13.1 release --- changelog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/changelog.md b/changelog.md index e164c54..3f98a7a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,22 @@ +1.13.1 / 2014-10-14 +================== + +## Core + * Allow 0 as value for autoCreateRanges + * Apply ignore setting to all validationTargetFor elements + * Don't trim value in min/max/rangelength methods + * Escape id/name before using it as a selector in errorsFor + * Explicit default for focusCleanup option + * Fix incorrect regexp for describedby matcher + * Ignore readonly as well as disabled fields + * Improve id escaping, store escaped id in describedby + * Use return value of submitHandler to allow or prevent form submit + +## Additionals + * Add postalcodeBR method + * Fix pattern method when parameter is a string + + 1.13.0 / 2014-07-01 ==================