Skip to content

Releases: daangn/stackflow

@stackflow/[email protected]

22 Oct 11:44
71f468c

Choose a tag to compare

Patch Changes

  • fe8b8fe: Fix swipe back gesture during push/pop transitions by using capture phase event listeners to prevent touch events from reaching child elements during transitions

@stackflow/[email protected]

22 Oct 11:44
71f468c

Choose a tag to compare

Patch Changes

  • fe8b8fe: Fix swipe back gesture during push/pop transitions by using capture phase event listeners to prevent touch events from reaching child elements during transitions
  • Updated dependencies [fe8b8fe]

@stackflow/[email protected]

21 Oct 03:21
1e5aae3

Choose a tag to compare

Minor Changes

@stackflow/[email protected]

16 Oct 09:02
9f8abf7

Choose a tag to compare

Minor Changes

  • ead4e78: Add ActivityComponentType paramterized by params

@stackflow/[email protected]

02 Oct 07:32
55934da

Choose a tag to compare

Minor Changes

  • f298988: StructuredActivityComponentType is added.

    Structured activity components are components modeling activity view while exposing major features of an activity.
    Allowing developers easily customize user experience of an activity view, it even allow stackflow to perform various kinds of optimizations.

@stackflow/[email protected]

02 Oct 07:31
55934da

Choose a tag to compare

Patch Changes

  • f298988: Sync with type constraint changes in stackflow/react

@stackflow/[email protected]

02 Oct 07:31
55934da

Choose a tag to compare

Minor Changes

  • f298988: Add defaultHistory route option to pre-seed stack for better deep link experiences
  • 83ee5ed: Expose stack initialization process status for users to disable logging or fetching while initialization transition

@stackflow/[email protected]

02 Oct 07:32
55934da

Choose a tag to compare

Minor Changes

  • 83ee5ed: Expose events used to build a stack via Stack.events

@stackflow/[email protected]

22 Aug 14:37
39f339e

Choose a tag to compare

Patch Changes

  • 733ebcb: Fix scroll behavior of AppScreen by attaching refs on paperContent

@stackflow/[email protected]

18 Aug 10:49
79ef981

Choose a tag to compare

Minor Changes

  • d906597: Add prefetch API for lazy activity component and loader data.
    • A hook usePrepare() which returns prepare(activityName[, activityParams]) is added for navigation warmup.
    • A hook useActivityPreparation(activities) for preparing navigations inside a component is added.