Skip to content

Releases: SkyLundy/FormBuilderHtmx

Release v1.0.2

01 Mar 22:16
Compare
Choose a tag to compare

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

05 Sep 19:33
Compare
Choose a tag to compare

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

12 Jun 14:26
Compare
Choose a tag to compare

Version bump to stable for submission to the ProcessWire modules directory.