Skip to content

Commit 79ef981

Browse files
Version Packages (#618)
1 parent d906597 commit 79ef981

File tree

9 files changed

+23
-24
lines changed

9 files changed

+23
-24
lines changed

.changeset/breezy-cameras-tie.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/rude-schools-brush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slick-heads-tan.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/tender-ghosts-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

extensions/plugin-basic-ui/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @stackflow/plugin-basic-ui
22

3+
## 1.15.0
4+
5+
### Minor Changes
6+
7+
- 658c770: Allow components style to be customized directly
8+
9+
### Patch Changes
10+
11+
- c391bb7: Fix a bug that entrance transition is not applied.
12+
313
## 1.14.2
414

515
### Patch Changes

extensions/plugin-basic-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/plugin-basic-ui",
3-
"version": "1.14.2",
3+
"version": "1.15.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@stackflow/core": "^1.2.0",
4444
"@stackflow/esbuild-config": "^1.0.3",
45-
"@stackflow/react": "^1.5.0",
45+
"@stackflow/react": "^1.6.0",
4646
"@types/react": "^18.3.3",
4747
"esbuild": "^0.23.0",
4848
"react": "^18.3.1",

integrations/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @stackflow/react
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- d906597: Add prefetch API for lazy activity component and loader data.
8+
- A hook `usePrepare()` which returns `prepare(activityName[, activityParams])` is added for navigation warmup.
9+
- A hook `useActivityPreparation(activities)` for preparing navigations inside a component is added.
10+
311
## 1.5.3
412

513
### Patch Changes

integrations/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/react",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5291,7 +5291,7 @@ __metadata:
52915291
dependencies:
52925292
"@stackflow/core": "npm:^1.2.0"
52935293
"@stackflow/esbuild-config": "npm:^1.0.3"
5294-
"@stackflow/react": "npm:^1.5.0"
5294+
"@stackflow/react": "npm:^1.6.0"
52955295
"@stackflow/react-ui-core": "npm:^1.3.2"
52965296
"@types/react": "npm:^18.3.3"
52975297
"@vanilla-extract/css": "npm:^1.15.3"
@@ -5497,7 +5497,7 @@ __metadata:
54975497
languageName: unknown
54985498
linkType: soft
54995499

5500-
"@stackflow/react@npm:^1.3.2, @stackflow/react@npm:^1.4.0, @stackflow/react@npm:^1.4.2, @stackflow/react@npm:^1.5.0, @stackflow/react@workspace:integrations/react":
5500+
"@stackflow/react@npm:^1.3.2, @stackflow/react@npm:^1.4.0, @stackflow/react@npm:^1.4.2, @stackflow/react@npm:^1.5.0, @stackflow/react@npm:^1.6.0, @stackflow/react@workspace:integrations/react":
55015501
version: 0.0.0-use.local
55025502
resolution: "@stackflow/react@workspace:integrations/react"
55035503
dependencies:

0 commit comments

Comments
 (0)