- Fixed an issue where callbacks were not fired when using React 18+ with StrictMode enabled
- We've unified our React and JavaScript SDKs to simplify maintaining their core functionality. No breaking changes are introduced, but we have bumped the version of both to
v5.0.0to align them going forward.
- Added the
openPreviewfunction, which accepts a client ID and list of products and will launch Connect in preview mode. Completing the authorization flow is disabled in preview mode.
- A session ID is now required when calling the
openmethod to launch Finch Connect. You can create a session using the Connect session endpoint on the Finch API. - The
stateparameter has been moved from theinitializecall to theopencall - The
opencall no longer allows overriding values for the auth session, all values must be set in the session created by calling the API