Skip to content

Releases: daangn/stackflow

@stackflow/[email protected]

30 Apr 09:46
20c719d

Choose a tag to compare

Patch Changes

  • 2c5786a: Fix fallbackActivity callback 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 matches currentPath. 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]

06 Apr 01:53
3f68ddd

Choose a tag to compare

Patch Changes

  • 0160f82: Fix intermittent incorrect transition state when transitionDuration is set to 0 by ensuring now >= eventDate in the initial aggregate call within dispatchEvent.

@stackflow/[email protected]

13 Mar 07:49
a43dbe4

Choose a tag to compare

Patch Changes

  • b9c1946: fix(react-ui-core): clamp swipe-back dx to prevent left-drag screen movement

@stackflow/[email protected]

13 Mar 07:49
a43dbe4

Choose a tag to compare

Patch Changes

  • 4d3b294: fix(core): prevent duplicate setInterval in dispatchEvent

@stackflow/[email protected]

29 Jan 07:55
d74ed94

Choose a tag to compare

Minor Changes

  • 45fb7ba: Add encode option to Route interface for converting activity params to URL string params

@stackflow/[email protected]

07 Jan 09:54
6276b49

Choose a tag to compare

Minor Changes

  • a7d0c01: Add an option to skip default history setup transition

@stackflow/[email protected]

06 Jan 04:01
74d24ce

Choose a tag to compare

Minor Changes

  • 57fd2da: Improve scheduling of Activity preparation tasks by marking them as passive effects.

Patch Changes

  • 4b894ae: Make structured activities defined by other than the standard constructor can be preloaded and cached

@stackflow/[email protected]

16 Dec 11:51
002aebc

Choose a tag to compare

Patch Changes

  • 43cd76c: Attach state tracking instruments to original promise when creating SyncInspectablePromises with Promises

@stackflow/[email protected]

16 Dec 07:27
ba7fa13

Choose a tag to compare

Minor Changes

  • 3cb6e33: utilize synchronously inspectable promise to optimize suspense fallback rendering

Patch Changes

  • 29a0bb6: Remove data loader cache

@stackflow/[email protected]

16 Dec 07:27
ba7fa13

Choose a tag to compare

Patch Changes

  • 29a0bb6: Remove data loader cache