Releases: daangn/stackflow
Releases · daangn/stackflow
@stackflow/react-ui-core@1.2.2
Patch Changes
- 8593b5a: fix(plugin-basic-ui,react-ui-core): prevent touch events while transitioning
@stackflow/plugin-basic-ui@1.13.0
Minor Changes
- 91413b6: To support various background designs, enable users to configure the background-image option in AppScreen, AppBar, BottomSheet and Modal.
Patch Changes
@stackflow/react@1.5.1
Patch Changes
- 7751e60: fix(react): pause lazy component transition when no loader defined
@stackflow/react@1.5.0
Minor Changes
- cfa7af8: Supports dynamic import for activities, and delays transition effects while loading an activity or waiting for a loader response
- 82b52b0: Add missing logics of considering
targetActivityId
while updating using update functions. - cfa7af8: The 'update functions' pattern for step push and replace actions is implemented.
- cfa7af8: feat(core, react): add
hasZIndex
option inuseStepFlow()
@stackflow/plugin-basic-ui@1.12.0
@stackflow/core@1.2.0
@stackflow/react@1.4.2
Patch Changes
- e323ce3: fix: add
decode()
interface toConfig
and supportpath: string[]
@stackflow/plugin-history-sync@1.7.1
Patch Changes
- e323ce3: fix: add
decode()
interface toConfig
and supportpath: string[]
@stackflow/link@1.6.1
Patch Changes
- e323ce3: fix: add
decode()
interface toConfig
and supportpath: string[]
@stackflow/core@1.1.1
Patch Changes
- 5fc54cb: Made
divideBy
to be friendly to type inference.