- update embed-messaging-manager to 0.2.0 (#140) by @alikirec
- fix unloadFlow (#131) by @alikirec
- fix: removing missing childNode error (#129) by @Zjjc123
- fix custom-question-api-example build (#126) by @alikirec
- FLOW-908: remove
/client/client-label
in custom domains case (#125) by @alikirec
- chore: update babel and jest (#122) by @alikirec
- Load from formsort.app rather than flow.formsort.com (#121) by @fzembow
- update
constants
inweb-embed-api
(#117) by @alikirec - Update
embed-messaging-manager
inweb-embed-api
(#116) by @alikirec
- Add support for ResponderStateUpdated in web-embed-api (#105) by @fzembow
- upgrade constants (#89) by @helencho
- Send
styleSet
to embedded flow when requested (#85) by @helencho - update readme for more clarity around embeds (#81) by @helencho
- Issue 72 - Support React 18 (#79) by @atikenny
- Revert Client subdomain as default domain (#78) by @atikenny
- Remove Client label from the default Flow Url (#77) by @atikenny
- release: 2.2.1 (68829a45) by @formsort-release
- update default Flow origin to {clientLabel}.formsort.app (#76) by @atikenny
- Authenticated Flow example (#73) by @atikenny
- Add
unauthorized
event listeners.
addEventListener
now has the correct behavior of adding a new listener, rather than replacing any existing listener.
- Embed event names now match the analytics event names (such as
"FlowLoaded"
instead of"flowloaded"
). "StepLoaded"
and"StepCompleted"
are now available to embeds.- When embedded in a whitelisted origin, event handlers now will receive answers, as
{ answers: { ... } }
. - Embeds can now cancel redirects, by returning an object
{ cancel: true }
in the handler for theredirect
event. - Add react@17 to peerDependencies.