Releases: formspree/statickit-html
Releases · formspree/statickit-html
v1.3.1
Version 1.3.0
Version 1.2.0
- Update core to fix body serialization bug.
- Pass along
clientName
with form submission.
Version 1.1.0
- Accept
site
+form
combo (in lieu ofid
) for identifying forms.
Version 1.0
v1.0.0 Rename package
Version 1.0.0-beta.12
- Update core to v1.3.1.
- Use
object-assign
ponyfill instead of global polyfill. - Clean up npm packaging.
Beta 11
- Update core
Beta 10
- Update StaticKit Core
- Remove
core-js
dependency in favor of simply pulling in specific polyfills.
Beta 3
- [Bug fix] Fix argument destructuring that broke after Babel transpiling
Beta 2
- [Feature] Accept a
fields
object in form config for customizing field pretty names and overriding default error messages. - [Bug Fix] Install a babel config file to actually enable transpiling.