Update release notes about changes to Regexp validator
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/ab292dcd Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ab292dcd Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ab292dcd Branch: refs/heads/master Commit: ab292dcd1f92cd27d132104439f70924101925e4 Parents: 3508428 Author: Howard M. Lewis Ship <[email protected]> Authored: Thu Jul 17 13:40:20 2014 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Thu Jul 17 13:40:20 2014 -0700 ---------------------------------------------------------------------- 54_RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ab292dcd/54_RELEASE_NOTES.md ---------------------------------------------------------------------- diff --git a/54_RELEASE_NOTES.md b/54_RELEASE_NOTES.md index caabffc..0a07a2a 100644 --- a/54_RELEASE_NOTES.md +++ b/54_RELEASE_NOTES.md @@ -299,6 +299,12 @@ just after the `.input-group` containing the field. The Error component can be u Also, note that part of the styling of the element is predicated on containment inside a `.form-group` (which may have the `has-error` selector added or removed). +## Regexp Validator + +This validator now always writes the `pattern` and `title` attributes into the element, even when the Form +is configured to disable client side validation. On modern browsers, the pattern will be enforced, and the title +will be displayed in a browser-supplied popup window. + ## BeanEditor / BeanEditForm The property edit blocks contributed to the BeanBlockSource service should expect to be nested inside a
