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
startBrowserSession
function 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
site
option in factory - Add
invokeFunction
method to client - Breaking change: Export a
createClient
factory function (instead of as a default value) - Breaking change: New argument structure for
submitForm
(using the formkey
is now required)
Version 1.5.0
- Accept a
clientName
property to set in theStaticKit-Client
header. - Fix bug serializing JSON body payload.
Version 1.4.0
- Accept
site
+form
combo (in lieu ofid
) for identifying forms.