Skip to content

Releases: formspree/statickit-core

v2.5.1

30 Mar 02:59
Compare
Choose a tag to compare
  • Update changelog 6a78f9a
  • Security update 629bd9d
  • Merge pull request #8 from unstacked/dependabot/npm_and_yarn/acorn-5.7.4 f115549
  • Bump acorn from 5.7.3 to 5.7.4 e271970

v2.5.0...v2.5.1

Version 2.5.0

25 Feb 17:17
Compare
Choose a tag to compare

v2.4.0...v2.5.0

Version 1.6.0

25 Feb 17:21
Compare
Choose a tag to compare

Version 2.4.0

13 Feb 23:14
Compare
Choose a tag to compare
  • Auto-start browser session when we can c935e61
  • Add IIFE bundle fd6c054

v2.3.0...v2.4.0

Version 2.3.0

06 Feb 16:41
Compare
Choose a tag to compare
  • Update docs link b79f544
  • Update changelog 8460805
  • Merge pull request #7 from unstacked/isomorphic-fetch-2 baa93ac
  • Move fetch and promise polyfills to external for isomorphism 47111c4

v2.2.0...v2.3.0

Version 2.2.0

15 Jan 22:22
Compare
Choose a tag to compare
  • Update function failure types e2980c8

v2.1.0...v2.2.0

Version 2.1.0

08 Jan 17:00
Compare
Choose a tag to compare
  • 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 🎉

v2.0.0...v2.1.0

Version 2.0

08 Jan 15:48
Compare
Choose a tag to compare
  • 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 form key is now required)

v1.5.0...v2.0.0

Version 1.5.0

21 Oct 19:45
Compare
Choose a tag to compare
  • Accept a clientName property to set in the StaticKit-Client header.
  • Fix bug serializing JSON body payload.

v1.4.0...v1.5.0

Version 1.4.0

21 Oct 15:36
Compare
Choose a tag to compare
  • Accept site + form combo (in lieu of id) for identifying forms.

v1.3.1...v1.4.0