-
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.
Merge pull request #4067 from alibaba/release-next
Release/1.15.2
- Loading branch information
Showing
28 changed files
with
639 additions
and
377 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
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
5 changes: 5 additions & 0 deletions
5
examples/basic-ssr-with-lazy-load/src/pages/Home/models/counter.ts
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,5 @@ | ||
export default { | ||
state: { | ||
count: 1 | ||
} | ||
}; |
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,6 @@ | ||
import { createStore } from 'ice'; | ||
import counter from './models/counter'; | ||
|
||
const models = { counter }; | ||
|
||
export default createStore(models); |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export default { | ||
state: { | ||
count: 1 | ||
} | ||
}; |
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,6 @@ | ||
import { createStore } from 'ice'; | ||
import counter from './models/counter'; | ||
|
||
const models = { counter }; | ||
|
||
export default createStore(models); |
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,6 +1,6 @@ | ||
{ | ||
"name": "create-app-shared", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "", | ||
"author": "[email protected]", | ||
"homepage": "https://github.com/alibaba/ice#readme", | ||
|
@@ -30,4 +30,4 @@ | |
"bugs": { | ||
"url": "https://github.com/alibaba/ice/issues" | ||
} | ||
} | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"name": "ice.js", | ||
"version": "1.15.1", | ||
"version": "1.15.2", | ||
"description": "command line interface and builtin plugin for icejs", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
@@ -31,8 +31,8 @@ | |
"build-plugin-ice-mpa": "1.8.4", | ||
"build-plugin-ice-request": "1.7.4", | ||
"build-plugin-ice-router": "1.9.0", | ||
"build-plugin-ice-ssr": "2.0.0", | ||
"build-plugin-ice-store": "1.9.2", | ||
"build-plugin-ice-ssr": "2.0.1", | ||
"build-plugin-ice-store": "1.9.3", | ||
"build-plugin-react-app": "1.8.0", | ||
"build-plugin-miniapp": "0.1.7", | ||
"chalk": "^4.1.0", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "miniapp-renderer", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "", | ||
"author": "[email protected]", | ||
"homepage": "https://github.com/alibaba/ice#readme", | ||
|
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 |
---|---|---|
|
@@ -39,4 +39,4 @@ | |
"url": "[email protected]:alibaba/ice.git" | ||
}, | ||
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498" | ||
} | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-ice-ssr", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "ssr plugin", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
@@ -32,4 +32,4 @@ | |
"parseurl": "^1.3.3", | ||
"query-string": "^6.13.7" | ||
} | ||
} | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-ice-store", | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"description": "builtin `icestore` in icejs", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
Oops, something went wrong.