Skip to content

Commit

Permalink
Merge pull request #6691 from alibaba/release/next
Browse files Browse the repository at this point in the history
Release 3.4.1
  • Loading branch information
ClarkXia authored Jan 4, 2024
2 parents effee4a + b446396 commit d89bd8c
Show file tree
Hide file tree
Showing 31 changed files with 359 additions and 2,642 deletions.
6 changes: 4 additions & 2 deletions examples/with-keep-alive/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# with-keep-alive

Experimental keep-alive with React 18 `<Offscreen />`.
Experimental keep-alive with React 18 `<Activity />`.

## How to debug

Expand All @@ -15,9 +15,11 @@ $ cd packages/runtime && yalc publish --push
Then, install the example dependencies.

```bash
$ cd examples/with-keep-alive && yarn install
$ cd examples/with-keep-alive

$ yalc add @ice/app @ice/runtime

$ yarn install

$ npm run start
```
10 changes: 6 additions & 4 deletions examples/with-keep-alive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
"build": "ice build"
},
"dependencies": {
"@ice/runtime": "alpha",
"react": "experimental",
"react-dom": "experimental"
"react": "0.0.0-experimental-0cdfef19b-20231211",
"react-dom": "0.0.0-experimental-0cdfef19b-20231211"
},
"devDependencies": {
"@ice/app": "alpha",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.2"
},
"resolutions": {
"react": "0.0.0-experimental-0cdfef19b-20231211",
"react-dom": "0.0.0-experimental-0cdfef19b-20231211"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
"[email protected]": "patches/[email protected]",
"@rspack/[email protected]": "patches/@[email protected]"
}
}
}
6 changes: 6 additions & 0 deletions packages/bundles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.1

### Patch Changes

- 420fec85: fix: update binding version for packing error, resolve error when disable code splitting

## 0.2.0

### Minor Changes
Expand Down
Loading

0 comments on commit d89bd8c

Please sign in to comment.