Releases: Evernote/Aquaman
Releases · Evernote/Aquaman
onFlowEnd now has "isCompleted" parameter
Differentiate between a flow that ended early vs finished all the steps.isCompleted will be true if all steps of a flow were completed. Otherwise it will be false.
Add exports for new types
Merge pull request #27 from Trent-Evernote/growth/trent/EG-1320-3 Add exports for new types
Added flow options argument to onWillChooseFlow function call
Merge pull request #26 from Trent-Evernote/growth/trent/EG-1320-3 Added flow options argument to onWillChooseFlow function call
Update jest types
Merge pull request #25 from Trent-Evernote/fix-istanbul-lib-coverage Fix istanbul lib coverage
Allow flows to be blocked from onWillChooseFlow()
Fix an issue when using forceFlow.
Allow flows to be blocked from onWillChooseFlow()
Flows can now be rejected inside onWillChooseFlow.
onStep should be called before "next
v1.2.1 bump to v1.2.1
onStep includes flowId and current step number
v1.1.2 bump package