-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: reset version * fix: changeset * chore: publish beta * chore: update pre * chore: custom version * chore: remove test * fix: version * chore: test case * chore: version * fix: reset changelog * fix: update lock * fix: changelog * chore: release beta version * chore: add changeset * chore: release beta version * chore: update @ice/app version * chore: update version and lock --------- Co-authored-by: luhc228 <[email protected]>
- Loading branch information
Showing
47 changed files
with
452 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
'@ice/app': patch | ||
--- | ||
|
||
[fix] pass external and define info for preBundle | ||
- [fix] value priority of host, port and https | ||
- [feat] redirect runtime imports for data loader | ||
- [fix] the lanUrlForConfig should set when set host | ||
- [fix] the imported dataloaderFetcher name is error | ||
- [fix] the value of `isServer` is false when compile data-loader | ||
- [feat] new plugin API `getRouteManifest` and `getFlattenRoutes` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@ice/webpack-config': patch | ||
'@ice/plugin-pha': patch | ||
'@ice/app': patch | ||
--- | ||
|
||
chore: bump beta version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@ice/plugin-pha': patch | ||
--- | ||
|
||
[fix] preload should be false default | ||
- [fix] print log once | ||
- [feat] support configure for resource_prefetch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"mode": "exit", | ||
"tag": "beta", | ||
"initialVersions": { | ||
"@examples/app-config": "1.0.0", | ||
"@examples/basic-project": "1.0.0", | ||
"@examples/disable-data-loader": "1.0.0", | ||
"@examples/hash-router-demo": "1.0.0", | ||
"@examples/icestarkchild": "1.0.0", | ||
"@examples/icestark-framework": "1.0.0", | ||
"@examples/memory-router": "1.0.0", | ||
"@examples/miniapp-project": "1.0.0", | ||
"@examples/multi-entry": "1.0.0", | ||
"@examples/rax-project": "1.0.0", | ||
"@examples/with-antd": "1.0.0", | ||
"@examples/with-antd-mobile": "1.0.0", | ||
"@examples/with-auth": "1.0.0", | ||
"@examples/with-basename": "1.0.0", | ||
"@examples/with-data-loader": "1.0.0", | ||
"@examples/with-fusion": "1.0.0", | ||
"@examples/with-jest": "1.0.0", | ||
"@examples/with-jsx-plus": "1.0.0", | ||
"@examples/with-nested-routes": "1.0.0", | ||
"@examples/with-pha": "1.0.0", | ||
"@examples/with-request": "1.0.0", | ||
"@examples/with-ssg": "1.0.0", | ||
"@examples/with-store": "1.0.0", | ||
"@examples/with-suspense-ssr": "1.0.0", | ||
"@examples/with-tailwindcss": "1.0.0", | ||
"@examples/with-web-worker": "1.0.0", | ||
"@ice/appear": "0.1.4", | ||
"@ice/bundles": "0.1.4", | ||
"create-ice": "1.8.2", | ||
"@ice/app": "3.1.1-beta.6", | ||
"@ice/jsx-runtime": "0.2.0", | ||
"@ice/miniapp-html-styles": "1.0.0", | ||
"@ice/miniapp-loader": "1.0.0", | ||
"@ice/miniapp-react-dom": "1.0.0", | ||
"@ice/miniapp-runtime": "1.0.1", | ||
"@ice/plugin-antd": "1.0.0", | ||
"@ice/plugin-auth": "1.0.0", | ||
"@ice/plugin-css-assets-local": "1.0.0", | ||
"@ice/plugin-fusion": "1.0.1", | ||
"@ice/plugin-icestark": "1.0.2", | ||
"@ice/plugin-jsx-plus": "1.0.0", | ||
"@ice/plugin-miniapp": "1.0.1", | ||
"@ice/plugin-moment-locales": "1.0.0", | ||
"@ice/plugin-pha": "1.1.3-beta.6", | ||
"@ice/plugin-rax-compat": "0.1.3", | ||
"@ice/plugin-request": "1.0.0", | ||
"@ice/plugin-store": "1.0.2", | ||
"rax-compat": "0.1.7", | ||
"@ice/route-manifest": "1.0.0", | ||
"@ice/runtime": "1.1.1", | ||
"@ice/shared": "1.0.0", | ||
"@ice/style-import": "1.0.0", | ||
"@ice/webpack-config": "1.0.7-beta.6", | ||
"@ice/webpack-modify": "1.0.0", | ||
"ice-website-v3": "0.0.0" | ||
}, | ||
"changesets": [ | ||
"chatty-balloons-argue", | ||
"flat-poets-dream", | ||
"lemon-owls-beg", | ||
"wild-chairs-mix" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@ice/webpack-config': patch | ||
--- | ||
|
||
[fix] support transform options for API `getCompilerPlugins` | ||
- [fix] optimize webpack config (enable unsafeCache) | ||
- [fix] exclude rule of compilation and load compile target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
strict-peer-dependencies=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "app-config", | ||
"name": "@examples/app-config", | ||
"version": "1.0.0", | ||
"private": true, | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "basic-project", | ||
"name": "@examples/basic-project", | ||
"version": "1.0.0", | ||
"private": true, | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "basic-project", | ||
"name": "@examples/basic-project", | ||
"version": "1.0.0", | ||
"private": true, | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "icestarkchild", | ||
"name": "@examples/icestarkchild", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "memory-router", | ||
"name": "@examples/memory-router", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "multi-entry", | ||
"name": "@examples/multi-entry", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "rax-project", | ||
"name": "@examples/rax-project", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "rax-project", | ||
"name": "@examples/rax-project", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "basic-project", | ||
"name": "@examples/basic-project", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "basic-project", | ||
"name": "@examples/basic-project", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "with-antd", | ||
"name": "@examples/with-antd", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "with-auth", | ||
"name": "@examples/with-auth", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "with-basename", | ||
"name": "@examples/with-basename", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "with-fusion", | ||
"name": "@examples/with-fusion", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "with-jest", | ||
"name": "@examples/with-jest", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "with-jsx-plus", | ||
"name": "@examples/with-jsx-plus", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "with-pha", | ||
"name": "@examples/with-pha", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "with-request", | ||
"name": "@examples/with-request", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "with-ssg", | ||
"name": "@examples/with-ssg", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "with-store", | ||
"name": "@examples/with-store", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "with-jest", | ||
"name": "@examples/with-jest", | ||
"private": true, | ||
"version": "1.0.0", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.