Releases: NitroXy/php-forms
Releases · NitroXy/php-forms
1.1.0
Breaking changes:
- Layout classes must now implement
preamble
andpostamble
functions. - Layout classes must now implement
render_hidden
function.
Bugfixes:
- Fixed layout being instance instead of string.
Features:
- Supports additional HTTP methods (PATCH, DELETE, etc).
- Support customizing
<form>
wrapper usingpreamble
andpostamble
.