Releases: daangn/stackflow
Releases · daangn/stackflow
@stackflow/[email protected]
Patch Changes
- 2c5786a: Fix
fallbackActivitycallback being invoked on every initialization regardless of route matching outcome. Restored the pre-1.8.0 contract: the callback is now called only when no route matchescurrentPath. Apps that perform side effects in this callback (e.g. Sentry logging for unknown deep links) no longer fire on successful matches.
@stackflow/[email protected]
Patch Changes
- 0160f82: Fix intermittent incorrect transition state when
transitionDurationis set to 0 by ensuringnow >= eventDatein the initial aggregate call withindispatchEvent.
@stackflow/[email protected]
Patch Changes
- b9c1946: fix(react-ui-core): clamp swipe-back dx to prevent left-drag screen movement
@stackflow/[email protected]
Patch Changes
- 4d3b294: fix(core): prevent duplicate setInterval in dispatchEvent
@stackflow/[email protected]
Minor Changes
- 45fb7ba: Add encode option to Route interface for converting activity params to URL string params
@stackflow/[email protected]
Minor Changes
- a7d0c01: Add an option to skip default history setup transition
@stackflow/[email protected]
@stackflow/[email protected]
Patch Changes
- 43cd76c: Attach state tracking instruments to original promise when creating SyncInspectablePromises with Promises
@stackflow/[email protected]
@stackflow/[email protected]
Patch Changes
- 29a0bb6: Remove data loader cache