@statickit/core
Advanced tools
Changelog
2.4.0
window
is present on initChangelog
2.3.0
fetch
and Promise
polyfills to external dependencies
(rather than bundled), which means fetch
calls will be isomorphic (work in Node and browser environments)Changelog
2.1.0
startBrowserSession
function to the clientNow, you can safely run createClient
on the server-side, because instantiation
no longer relies on window
being there 🎉
Changelog
2.0.0
site
option in factoryinvokeFunction
method to clientcreateClient
factory function (instead of as a default value)submitForm
(using the form key
is now required)Changelog
1.5.0
clientName
property to set in the StaticKit-Client
header.Changelog
1.4.0
site
+ form
combo (in lieu of id
) for identifying forms.