Releases: nette/forms
Releases · nette/forms
Released version 2.2.3
- CsrfProtection: token is expired after regenerateId() (i.e. after logout) [Closes #36]
- CSRF: better error message
- CsrfProtection: ignores setValue(), is not erased by Form::setValues() [Closes #39][Closes #40]
- RadioList: added item label prototype [fixes #31]
- Container: added addMultiUpload()
- TextBase: added setMaxLength()
- TextInput: removed empty value=""
- TextBase: fixed setEmptyValue() and space at the end of the string [Closes #35]
- Latte: Fixed $formContainer recover after end of formContainer macro [Closes #43]
- netteforms.js: Change order of showing error message and focusing element. In Firefox element lost focus when alert is invoked.
For the details you can have a look at the diff.
Released version 2.2.2
- fixed erasing of manually added errors via addError
- fixed getHttpData() for multiple file uploads
- Latte: prettier output formating
For the details you can have a look at the diff.
Released version 2.2.1
- netteForms: toggle related event handler is added only once
- some fixes
For the details about the changes you can have a look at the Github diff.
Released version 2.2.0
The first standalone release. For more information see readme.md.