Skip to content

Releases: FrigadeHQ/javascript

@frigade/react@2.10.4

01 May 16:30

Choose a tag to compare

Patch Changes

  • 9bbb311: Fix branching forms with visibilityCriteria: after completing a step whose form data hides the optimistically-chosen next step, the client now sends STARTED_STEP for the actual current step from the refreshed state instead of the now-hidden one. Previously this caused the server's currentStepId to flip back to the hidden step and the form to re-render it. Preserves the STARTED_STEP-on-complete behavior introduced in @frigade/js@0.9.7.
  • Updated dependencies [9bbb311]
    • @frigade/js@0.9.8

@frigade/js@0.9.8

01 May 16:30

Choose a tag to compare

Patch Changes

  • 9bbb311: Fix branching forms with visibilityCriteria: after completing a step whose form data hides the optimistically-chosen next step, the client now sends STARTED_STEP for the actual current step from the refreshed state instead of the now-hidden one. Previously this caused the server's currentStepId to flip back to the hidden step and the form to re-render it. Preserves the STARTED_STEP-on-complete behavior introduced in @frigade/js@0.9.7.

@frigade/react@2.10.3

26 Mar 16:14

Choose a tag to compare

Patch Changes

  • e5c3939: Bump @frigade/js to ^0.9.7 to include the fix for sending STARTED_STEP events when completing a step.

@frigade/js@0.9.7

25 Mar 22:19

Choose a tag to compare

Patch Changes

  • 2723c81: Send STARTED_STEP event for the next step when completing/skipping a step. Previously, complete() and skip() optimistically marked the next step as started in local state but did not send the STARTED_STEP event to the API, which caused a subsequent start() call to no-op.

@frigade/react@2.10.2

17 Mar 00:52

Choose a tag to compare

Patch Changes

  • 2ed000b: Fix race conditions in JS SDK Flows
  • Updated dependencies [2ed000b]
    • @frigade/js@0.9.6

@frigade/js@0.9.6

17 Mar 00:52

Choose a tag to compare

Patch Changes

  • 2ed000b: Fix race conditions in JS SDK Flows

@frigade/react@2.10.1

04 Aug 22:39

Choose a tag to compare

Patch Changes

  • d600eee: Fixes an issue related to form type select/multiple

@frigade/react@2.10.0

23 Jul 00:46

Choose a tag to compare

Minor Changes

  • 11f71d9: Fixes an issue with Frigade and Vite

@frigade/react@2.9.6

10 Apr 19:23

Choose a tag to compare

Patch Changes

  • 8496a7f: Fixes an issue where navigation change events were not firing in Firefox
  • Updated dependencies [8496a7f]
    • @frigade/js@0.9.5

@frigade/js@0.9.5

10 Apr 19:24

Choose a tag to compare

Patch Changes

  • 8496a7f: Fixes an issue where navigation change events were not firing in Firefox