Releases: daangn/stackflow
Releases · daangn/stackflow
@stackflow/[email protected]
Patch Changes
- d76f1d1: Add interface to inject appBar.minHeight
@stackflow/[email protected]
Minor Changes
- 7907371: Export StaticActivityComponentType type hepler
@stackflow/[email protected]
@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