Skip to content

Latest commit

 

History

History
70 lines (40 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

70 lines (40 loc) · 3.44 KB

@use-funnel/browser

0.0.9

Patch Changes

  • #88 d327a69 Thanks @minuukang! - Fix overlay step render before step when is event step

  • Updated dependencies [d327a69]:

    • @use-funnel/core@0.0.8

0.0.8

Patch Changes

  • #80 5a7cbbf Thanks @minuukang! - Fix browser at ssr, react-navigation-native overlay at first step

0.0.7

Patch Changes

  • #69 093ac8b Thanks @minuukang! - fix(next): Keep current history context at refresh fix(core): Fix useFunnelRouter using initial optionRef
  • Updated dependencies [093ac8b]:
    • @use-funnel/core@0.0.7

0.0.6

Patch Changes

  • #65 8300088 Thanks @minuukang! - fix(core): add state initial fallback when history array is empty

  • Updated dependencies [8300088]:

    • @use-funnel/core@0.0.6

0.0.5

Patch Changes

  • #53 d2e642e Thanks @minuukang! - fix(core): when createFunnelSteps extends with no option at initial the context assigned never type

  • Updated dependencies [d2e642e]:

    • @use-funnel/core@0.0.5

0.0.4

Patch Changes

  • #50 ec232c9 Thanks @minuukang! - fix(core): When createFunnelStep() extends step has empty option, will setup previous FunnelStepOption

  • Updated dependencies [ec232c9]:

    • @use-funnel/core@0.0.4

0.0.3

Patch Changes

  • #35 b18ca52 Thanks @minuukang! - Update using SetStateAction at router context set, apply custom route option interface

  • Updated dependencies [b18ca52]:

    • @use-funnel/core@0.0.3

0.0.2

Patch Changes