Releases: SkyLundy/FormBuilderHtmx
Releases · SkyLundy/FormBuilderHtmx
Release v1.0.2
Bugfixes, recommended for all users
- Change the way request headers are read to make them case-insensitive. Different hosting
environments may handle request header casing in different ways which was causing inconsistencies
and problems in identifying HTMX FormBuilder requests.
Release v1.0.1
Bugfixes, new features, recommended for all users
- Fix issue where multiple forms on the same page may not submit correctly
- Add feature to pass additional HTML attributes that will be added to the
<form>
element when
rendered on the page. Example added to README.md - Simplified identifying and returning form markup upon submission
Release v1.0.0
Version bump to stable for submission to the ProcessWire modules directory.