Releases: formspree/statickit-core
Releases · formspree/statickit-core
v2.5.1
Version 2.5.0
Version 1.6.0
- Session updates c92448b
Version 2.4.0
Version 2.3.0
Version 2.2.0
- Update function failure types e2980c8
Version 2.1.0
- Add a
startBrowserSessionfunction to the client
Now, you can safely run createClient on the server-side, because instantiation
no longer relies on window being there 🎉
Version 2.0
- Migrate to TypeScript
- Accept
siteoption in factory - Add
invokeFunctionmethod to client - Breaking change: Export a
createClientfactory function (instead of as a default value) - Breaking change: New argument structure for
submitForm(using the formkeyis now required)
Version 1.5.0
- Accept a
clientNameproperty to set in theStaticKit-Clientheader. - Fix bug serializing JSON body payload.
Version 1.4.0
- Accept
site+formcombo (in lieu ofid) for identifying forms.