This repository was archived by the owner on May 9, 2020. It is now read-only.
Commit 45cf3c4
chenbin92
Merge pull request #157 from ice-lab/release-next
* chore: release version
* fix: semicolons is required (#162)
* chore: fallback example (#169)
* fix: onHook position (#173)
* chore: version
* v1.1.3-alpha.0
* fix: pass location params to StaticRouter (#176)
* fix: pass location params
* fix: context params
* chore: code optimization
* fix: pass staticRouter context
* Feat/enhance request (#161)
* feat: enhance request
* refactor: load module time (#174)
* refactor: load module
Co-authored-by: ClarkXia <xiawenwu41@gmail.com>
* feat: downgraded to csr when ssr error (#179)
* fix: define process.env.APP_MODE in ssr (#181)
* fix: define process.env.APP_MODE in ssr
* fix: modify define plugin
Co-authored-by: 大果 <sobear.me@gmail.com>
* fix: publish script (#180)
* v1.1.3-alpha.1
* fix: ssr to csr (#182)
* fix: use window variable
* chore: typo
* fix: remove define variables
* refactor: server render
* v1.1.3-alpha.2
* chore: fix lint (#183)
* chore: update example
* fix: params
* chore: revert beforeload (#185)
* Revert "Feat/enhance request (#161)"
This reverts commit 0ceed05.
* v1.1.3-alpha.3
* feat: support runtime app_mode (#189)
* feat: support runtime app_mode
* feat: support process.env.SERVER_PORT
* fix: lock core-js version (#184)
* fix: lint error (#190)
* feat: add static module (#188)
* fix: set polyfill
* fix: before load module
* fix: load module in createApp
* chore: rename variable
* feat: support uglify
* refactor: code optim
* fix: window is not defined (#193)
* v1.1.3-alpha.4
* v1.1.3119 files changed
Lines changed: 775 additions & 649 deletions
File tree
- examples
- basic-mpa/src/pages
- Dashboard
- models
- Home
- basic-request/src
- pages/Home
- basic-spa
- mock
- src
- pages
- About
- Dashboard
- Home
- NotFound
- basic-ssr
- mock
- src
- layouts
- pages
- About
- Dashboard
- Home
- NotFound
- basic-store/src
- models
- pages
- About
- Home
- hello-world/src
- pages/Home
- icestark-child/src
- pages
- About
- Dashboard
- icestark-layout/src
- pages
- with-fusion-design/src
- pages/Home
- with-rematch/src
- pages
- Rematch
- stores
- packages
- create-ice
- src
- icejs
- src
- plugin-config
- config
- src
- plugin-core
- src
- generator
- templates/app
- components
- utils
- plugin-helpers
- plugin-icestark
- src
- runtime
- plugin-logger
- src
- plugin-mpa
- plugin-react-app
- src
- userConfig
- utils
- plugin-rematch
- src
- plugin-request
- request
- src
- plugin-router
- src
- collector
- runtime
- utils
- plugin-ssr
- src
- plugin-store
- src
- template
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | | - | |
6 | | - | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | | - | |
16 | | - | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | | - | |
19 | | - | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | | - | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
| 28 | + | |
0 commit comments