Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .changeset/breezy-cameras-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-schools-brush.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/slick-heads-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-ghosts-draw.md

This file was deleted.

10 changes: 10 additions & 0 deletions extensions/plugin-basic-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @stackflow/plugin-basic-ui

## 1.15.0

### Minor Changes

- 658c770: Allow components style to be customized directly

### Patch Changes

- c391bb7: Fix a bug that entrance transition is not applied.

## 1.14.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-basic-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-basic-ui",
"version": "1.14.2",
"version": "1.15.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@stackflow/core": "^1.2.0",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/react": "^1.5.0",
"@stackflow/react": "^1.6.0",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"react": "^18.3.1",
Expand Down
8 changes: 8 additions & 0 deletions integrations/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @stackflow/react

## 1.6.0

### Minor Changes

- d906597: Add prefetch API for lazy activity component and loader data.
- A hook `usePrepare()` which returns `prepare(activityName[, activityParams])` is added for navigation warmup.
- A hook `useActivityPreparation(activities)` for preparing navigations inside a component is added.

## 1.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/react",
"version": "1.5.3",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5291,7 +5291,7 @@ __metadata:
dependencies:
"@stackflow/core": "npm:^1.2.0"
"@stackflow/esbuild-config": "npm:^1.0.3"
"@stackflow/react": "npm:^1.5.0"
"@stackflow/react": "npm:^1.6.0"
"@stackflow/react-ui-core": "npm:^1.3.2"
"@types/react": "npm:^18.3.3"
"@vanilla-extract/css": "npm:^1.15.3"
Expand Down Expand Up @@ -5497,7 +5497,7 @@ __metadata:
languageName: unknown
linkType: soft

"@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":
"@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":
version: 0.0.0-use.local
resolution: "@stackflow/react@workspace:integrations/react"
dependencies:
Expand Down
Loading