Releases: daangn/stackflow
Releases · daangn/stackflow
@stackflow/[email protected]
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]
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]
 
@stackflow/[email protected]
Minor Changes
- 99eff56: Export AppBar
@stackflow/[email protected]
Minor Changes
- ead4e78: Add ActivityComponentType paramterized by params
@stackflow/[email protected]
Minor Changes
- 
f298988: StructuredActivityComponentTypeis 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]
Patch Changes
- f298988: Sync with type constraint changes in stackflow/react
@stackflow/[email protected]
@stackflow/[email protected]
Minor Changes
- 83ee5ed: Expose events used to build a stack via Stack.events
@stackflow/[email protected]
Patch Changes
- 733ebcb: Fix scroll behavior of AppScreen by attaching refs on paperContent
@stackflow/[email protected]
Minor Changes
- d906597: Add prefetch API for lazy activity component and loader data.
- A hook usePrepare()which returnsprepare(activityName[, activityParams])is added for navigation warmup.
- A hook useActivityPreparation(activities)for preparing navigations inside a component is added.
 
- A hook