File Release Notes and Changelog
Release Name: 1.1
Notes:
Changes:
1.1.0.1 - bugfix : better browser support with Msxml2.XMLHTTP as an option.
1.1.0.1 - bugfix : textarea was ignored in prepareSubmitData()
1.1.0.1 - bugfix : workaround of a xalan transformer bug resulting \r\r\n instead of \r\n on Windows platforms
1.1 - evolution : substituteSubmitButtonsBehavior calls form.onsubmit()
1.1 - evolution : Support for non-ASCII form field names.
1.1 - evolution : Default loading message XHTML compatible.
1.1 - bugfix : JavaScript method name typo correction.
1.1 - License change : License changed from LGPL to Apache 2
1.1 - evolution : AjaxAnywhere.substituteSubmitButtonsBehavior function added
to support JSF commandButton. Other frameworks can also take advantage of
easier event interception from <input type=submit|image>
1.1 - evolution : form "action" attribute is accessed by
form.attributes.getNamedItem('action') to avoid problems with
<input name="action" .. >
1.1 - evolution : Default loading message right alignment according to
vertical scroll support