ssr-plugin-react 6.1.6 → 6.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +273 -224
- package/LICENSE +1 -1
- package/cjs/config/base.d.ts +1 -1
- package/cjs/entry/create-context.d.ts +1 -3
- package/cjs/entry/create-context.js +14 -3
- package/cjs/entry/server-entry.js +4 -2
- package/cjs/tools/vite.d.ts +6 -0
- package/cjs/tools/vite.js +68 -0
- package/cjs/tools/webpack.d.ts +2 -0
- package/cjs/tools/webpack.js +23 -0
- package/esm/config/base.d.ts +1 -1
- package/esm/entry/create-context.d.ts +1 -3
- package/esm/entry/create-context.js +14 -3
- package/esm/entry/server-entry.js +4 -2
- package/esm/tools/vite.d.ts +6 -0
- package/esm/tools/vite.js +62 -0
- package/esm/tools/webpack.d.ts +2 -0
- package/esm/tools/webpack.js +18 -0
- package/package.json +10 -10
- package/src/entry/create-context.ts +12 -3
- package/src/entry/server-entry.tsx +8 -5
- package/README.md +0 -274
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [6.1.
|
|
6
|
+
## [6.1.11](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.10...ssr-plugin-react@6.1.11) (2021-12-02)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package ssr-plugin-react
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
## [6.1.
|
|
14
|
+
## [6.1.10](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.9...ssr-plugin-react@6.1.10) (2021-12-02)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package ssr-plugin-react
|
|
17
17
|
|
|
@@ -19,18 +19,67 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
## [6.1.
|
|
22
|
+
## [6.1.9](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.8...ssr-plugin-react@6.1.9) (2021-12-02)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* add location prop to StaticRouter ([#137](https://github.com/zhangyuang/ssr/issues/137)) ([301f997](https://github.com/zhangyuang/ssr/commit/301f9975ff08a94b8e792e36587c32796cf477ac))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [6.1.8](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.7...ssr-plugin-react@6.1.8) (2021-11-30)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* create-context in vite ([109fc6c](https://github.com/zhangyuang/ssr/commit/109fc6ce2ebd73c67b003d5b74c732ad46bee64c))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## [6.1.7](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.6...ssr-plugin-react@6.1.7) (2021-11-22)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* restore staicRouter ([1150a6c](https://github.com/zhangyuang/ssr/commit/1150a6c4e4fe17d4416e35d619f8aac10837a7b8))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## [6.1.6](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.5...ssr-plugin-react@6.1.6) (2021-11-19)
|
|
56
|
+
|
|
57
|
+
**Note:** Version bump only for package ssr-plugin-react
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## [6.1.5](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.4...ssr-plugin-react@6.1.5) (2021-11-18)
|
|
64
|
+
|
|
65
|
+
**Note:** Version bump only for package ssr-plugin-react
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## [6.1.4](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.3...ssr-plugin-react@6.1.4) (2021-11-17)
|
|
23
72
|
|
|
24
73
|
|
|
25
74
|
### Bug Fixes
|
|
26
75
|
|
|
27
|
-
* boolean GENERATE_SOURCEMAP ([#133](https://github.com/
|
|
76
|
+
* boolean GENERATE_SOURCEMAP ([#133](https://github.com/zhangyuang/ssr/issues/133)) ([dbaeed8](https://github.com/zhangyuang/ssr/commit/dbaeed8efcf3d232c5754b2cfd6f3a664596610c))
|
|
28
77
|
|
|
29
78
|
|
|
30
79
|
|
|
31
80
|
|
|
32
81
|
|
|
33
|
-
## [6.1.3](https://github.com/
|
|
82
|
+
## [6.1.3](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.2...ssr-plugin-react@6.1.3) (2021-11-07)
|
|
34
83
|
|
|
35
84
|
**Note:** Version bump only for package ssr-plugin-react
|
|
36
85
|
|
|
@@ -38,7 +87,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
38
87
|
|
|
39
88
|
|
|
40
89
|
|
|
41
|
-
## [6.1.2](https://github.com/
|
|
90
|
+
## [6.1.2](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.1...ssr-plugin-react@6.1.2) (2021-11-07)
|
|
42
91
|
|
|
43
92
|
**Note:** Version bump only for package ssr-plugin-react
|
|
44
93
|
|
|
@@ -46,12 +95,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
46
95
|
|
|
47
96
|
|
|
48
97
|
|
|
49
|
-
## [6.1.1](https://github.com/
|
|
98
|
+
## [6.1.1](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.0.1...ssr-plugin-react@6.1.1) (2021-11-07)
|
|
50
99
|
|
|
51
100
|
|
|
52
101
|
### Features
|
|
53
102
|
|
|
54
|
-
* update plugin-react fetch params ([243c847](https://github.com/
|
|
103
|
+
* update plugin-react fetch params ([243c847](https://github.com/zhangyuang/ssr/commit/243c847c994032a3dc203bdee6c284b34b39dbfb))
|
|
55
104
|
|
|
56
105
|
|
|
57
106
|
|
|
@@ -70,7 +119,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
70
119
|
|
|
71
120
|
### Features
|
|
72
121
|
|
|
73
|
-
* remove __isBrowser__ when generate routes table ([650af13](https://github.com/
|
|
122
|
+
* remove __isBrowser__ when generate routes table ([650af13](https://github.com/zhangyuang/ssr/commit/650af1344fd7ce56f4b4c4f3946923a691adfb87))
|
|
74
123
|
|
|
75
124
|
|
|
76
125
|
|
|
@@ -79,7 +128,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
79
128
|
|
|
80
129
|
### Features
|
|
81
130
|
|
|
82
|
-
* upgrade file-loader url-loader add changelog dependencies ([9f65e13](https://github.com/
|
|
131
|
+
* upgrade file-loader url-loader add changelog dependencies ([9f65e13](https://github.com/zhangyuang/ssr/commit/9f65e1324da02ed9768fe5f49431d2b043a3891c))
|
|
83
132
|
|
|
84
133
|
|
|
85
134
|
|
|
@@ -96,7 +145,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
96
145
|
|
|
97
146
|
### Features
|
|
98
147
|
|
|
99
|
-
* support dynamic Prefix ([50d8d44](https://github.com/
|
|
148
|
+
* support dynamic Prefix ([50d8d44](https://github.com/zhangyuang/ssr/commit/50d8d44bfcfc5a713ae7bd1032843c432dc86fa7))
|
|
100
149
|
|
|
101
150
|
|
|
102
151
|
|
|
@@ -105,7 +154,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
105
154
|
|
|
106
155
|
### Bug Fixes
|
|
107
156
|
|
|
108
|
-
* queryString annotation ([#121](https://github.com/
|
|
157
|
+
* queryString annotation ([#121](https://github.com/zhangyuang/ssr/issues/121)) ([b939ca9](https://github.com/zhangyuang/ssr/commit/b939ca9dfce93c297a5408c87af0617985a55cd1))
|
|
109
158
|
|
|
110
159
|
|
|
111
160
|
|
|
@@ -126,7 +175,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
126
175
|
|
|
127
176
|
### Features
|
|
128
177
|
|
|
129
|
-
* add limit plugin in server side ([11c70aa](https://github.com/
|
|
178
|
+
* add limit plugin in server side ([11c70aa](https://github.com/zhangyuang/ssr/commit/11c70aa2afc49fe5b7fa51ac2c72310ec5f8548f))
|
|
130
179
|
|
|
131
180
|
|
|
132
181
|
|
|
@@ -135,12 +184,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
135
184
|
|
|
136
185
|
### Bug Fixes
|
|
137
186
|
|
|
138
|
-
* add switch in router ([44dbde1](https://github.com/
|
|
187
|
+
* add switch in router ([44dbde1](https://github.com/zhangyuang/ssr/commit/44dbde16dc986c2f42c1198302ae76fc15de0379))
|
|
139
188
|
|
|
140
189
|
|
|
141
190
|
### Features
|
|
142
191
|
|
|
143
|
-
* rerender App.tsx when router change ([7df174e](https://github.com/
|
|
192
|
+
* rerender App.tsx when router change ([7df174e](https://github.com/zhangyuang/ssr/commit/7df174e8af15134033e63ae489b8109c211ed9c7))
|
|
144
193
|
|
|
145
194
|
|
|
146
195
|
|
|
@@ -149,7 +198,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
149
198
|
|
|
150
199
|
### Bug Fixes
|
|
151
200
|
|
|
152
|
-
* wrapComponent ([5099eaf](https://github.com/
|
|
201
|
+
* wrapComponent ([5099eaf](https://github.com/zhangyuang/ssr/commit/5099eafc651b3e937018a68c73e1cece6ba0a4eb))
|
|
153
202
|
|
|
154
203
|
|
|
155
204
|
|
|
@@ -158,7 +207,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
158
207
|
|
|
159
208
|
### Features
|
|
160
209
|
|
|
161
|
-
* update f.yml upgrade postcss-loader to v4 ([59e1cfb](https://github.com/
|
|
210
|
+
* update f.yml upgrade postcss-loader to v4 ([59e1cfb](https://github.com/zhangyuang/ssr/commit/59e1cfb944d460e690007b4fc10cfe945ec369fa))
|
|
162
211
|
|
|
163
212
|
|
|
164
213
|
|
|
@@ -167,7 +216,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
167
216
|
|
|
168
217
|
### Bug Fixes
|
|
169
218
|
|
|
170
|
-
* remove manifest plugin publicPath ([f4f3e0a](https://github.com/
|
|
219
|
+
* remove manifest plugin publicPath ([f4f3e0a](https://github.com/zhangyuang/ssr/commit/f4f3e0a74bbaaa0967c62d81d15d66f99ad66a1d))
|
|
171
220
|
|
|
172
221
|
|
|
173
222
|
|
|
@@ -184,7 +233,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
184
233
|
|
|
185
234
|
### Features
|
|
186
235
|
|
|
187
|
-
* remove cssModulesWhitelist update docs.md ([7473836](https://github.com/
|
|
236
|
+
* remove cssModulesWhitelist update docs.md ([7473836](https://github.com/zhangyuang/ssr/commit/7473836725b0c2f8685ea58c2457d4b20a2ec747))
|
|
188
237
|
|
|
189
238
|
|
|
190
239
|
|
|
@@ -197,7 +246,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
197
246
|
|
|
198
247
|
### Bug Fixes
|
|
199
248
|
|
|
200
|
-
* update react vite.config.tpl ([7d2d4bd](https://github.com/
|
|
249
|
+
* update react vite.config.tpl ([7d2d4bd](https://github.com/zhangyuang/ssr/commit/7d2d4bdce828633f7acd1db3e158c0f3d2ba7f3d))
|
|
201
250
|
|
|
202
251
|
|
|
203
252
|
|
|
@@ -206,7 +255,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
206
255
|
|
|
207
256
|
### Bug Fixes
|
|
208
257
|
|
|
209
|
-
* update react vite.config.tpl ([df9c6f4](https://github.com/
|
|
258
|
+
* update react vite.config.tpl ([df9c6f4](https://github.com/zhangyuang/ssr/commit/df9c6f47d8a54b923f4a47dd93b12346776f74c9))
|
|
210
259
|
|
|
211
260
|
|
|
212
261
|
|
|
@@ -223,7 +272,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
223
272
|
|
|
224
273
|
### Features
|
|
225
274
|
|
|
226
|
-
* upgrade css-loader version aligen modules hash ([8ff93d1](https://github.com/
|
|
275
|
+
* upgrade css-loader version aligen modules hash ([8ff93d1](https://github.com/zhangyuang/ssr/commit/8ff93d1dc4031d870a9ff977c0508d29008fd6a5))
|
|
227
276
|
|
|
228
277
|
|
|
229
278
|
|
|
@@ -232,7 +281,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
232
281
|
|
|
233
282
|
### Bug Fixes
|
|
234
283
|
|
|
235
|
-
* keep function names in prod environment ([a1500ce](https://github.com/
|
|
284
|
+
* keep function names in prod environment ([a1500ce](https://github.com/zhangyuang/ssr/commit/a1500ceb3b5f3573e2c793eb12327f4b185e7ac0))
|
|
236
285
|
|
|
237
286
|
|
|
238
287
|
|
|
@@ -241,7 +290,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
241
290
|
|
|
242
291
|
### Features
|
|
243
292
|
|
|
244
|
-
* add vite rollupOptions.input ([c88c531](https://github.com/
|
|
293
|
+
* add vite rollupOptions.input ([c88c531](https://github.com/zhangyuang/ssr/commit/c88c5310e415b78a4f6a0fd8616ffa9cf7fe1e0c))
|
|
245
294
|
|
|
246
295
|
|
|
247
296
|
|
|
@@ -250,7 +299,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
250
299
|
|
|
251
300
|
### Features
|
|
252
301
|
|
|
253
|
-
* support micro-app ([e91c2ee](https://github.com/
|
|
302
|
+
* support micro-app ([e91c2ee](https://github.com/zhangyuang/ssr/commit/e91c2ee33ab1f24627118c224bda35064d331c40))
|
|
254
303
|
|
|
255
304
|
|
|
256
305
|
|
|
@@ -271,7 +320,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
271
320
|
|
|
272
321
|
### Bug Fixes
|
|
273
322
|
|
|
274
|
-
* update plugin-react base config ([d275fed](https://github.com/
|
|
323
|
+
* update plugin-react base config ([d275fed](https://github.com/zhangyuang/ssr/commit/d275fed8b9c678d9fb6345ba8f6a67df63f87902))
|
|
275
324
|
|
|
276
325
|
|
|
277
326
|
|
|
@@ -284,7 +333,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
284
333
|
|
|
285
334
|
### Bug Fixes
|
|
286
335
|
|
|
287
|
-
* ssr types ([742440f](https://github.com/
|
|
336
|
+
* ssr types ([742440f](https://github.com/zhangyuang/ssr/commit/742440f186af3577d0df0bf5fac25d665e43dbcd))
|
|
288
337
|
|
|
289
338
|
|
|
290
339
|
|
|
@@ -293,12 +342,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
293
342
|
|
|
294
343
|
### Bug Fixes
|
|
295
344
|
|
|
296
|
-
* clear router cache in vite mode ([d2d7e00](https://github.com/
|
|
345
|
+
* clear router cache in vite mode ([d2d7e00](https://github.com/zhangyuang/ssr/commit/d2d7e003f4cbecee6cc0770a64653714b50ff34b))
|
|
297
346
|
|
|
298
347
|
|
|
299
348
|
### Features
|
|
300
349
|
|
|
301
|
-
* move ssr-temporary-routes position ([9966d10](https://github.com/
|
|
350
|
+
* move ssr-temporary-routes position ([9966d10](https://github.com/zhangyuang/ssr/commit/9966d10b466e2d6dcf10ba09b4267dd8e2a324f0))
|
|
302
351
|
|
|
303
352
|
|
|
304
353
|
|
|
@@ -307,7 +356,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
307
356
|
|
|
308
357
|
### Bug Fixes
|
|
309
358
|
|
|
310
|
-
* clear router cache in vite mode ([cea9fc0](https://github.com/
|
|
359
|
+
* clear router cache in vite mode ([cea9fc0](https://github.com/zhangyuang/ssr/commit/cea9fc09c41813bbc1fe4a8d8d94c1d511f85945))
|
|
311
360
|
|
|
312
361
|
|
|
313
362
|
|
|
@@ -316,7 +365,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
316
365
|
|
|
317
366
|
### Bug Fixes
|
|
318
367
|
|
|
319
|
-
* 修复渲染降级 ([9accc6c](https://github.com/
|
|
368
|
+
* 修复渲染降级 ([9accc6c](https://github.com/zhangyuang/ssr/commit/9accc6c07998ca72602add786d53b41172d77086))
|
|
320
369
|
|
|
321
370
|
|
|
322
371
|
|
|
@@ -325,7 +374,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
325
374
|
|
|
326
375
|
### Features
|
|
327
376
|
|
|
328
|
-
* support parallel fetch ([0268c4c](https://github.com/
|
|
377
|
+
* support parallel fetch ([0268c4c](https://github.com/zhangyuang/ssr/commit/0268c4c9ae25062feba75c40f10e6a3d3df64381))
|
|
329
378
|
|
|
330
379
|
|
|
331
380
|
|
|
@@ -350,7 +399,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
350
399
|
|
|
351
400
|
### Features
|
|
352
401
|
|
|
353
|
-
* not emit svg file in server side ([e8aaefc](https://github.com/
|
|
402
|
+
* not emit svg file in server side ([e8aaefc](https://github.com/zhangyuang/ssr/commit/e8aaefc5aef0627fb62e87ac5e37444c921c1c67))
|
|
354
403
|
|
|
355
404
|
|
|
356
405
|
|
|
@@ -367,7 +416,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
367
416
|
|
|
368
417
|
### Features
|
|
369
418
|
|
|
370
|
-
* optimize combineReducer ([8033d40](https://github.com/
|
|
419
|
+
* optimize combineReducer ([8033d40](https://github.com/zhangyuang/ssr/commit/8033d4070fe4a8d92af5e31c1aad6ddfa4e0922e))
|
|
371
420
|
|
|
372
421
|
|
|
373
422
|
|
|
@@ -376,7 +425,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
376
425
|
|
|
377
426
|
### Bug Fixes
|
|
378
427
|
|
|
379
|
-
* react combineReducers ([d4dc551](https://github.com/
|
|
428
|
+
* react combineReducers ([d4dc551](https://github.com/zhangyuang/ssr/commit/d4dc551731ac929deafb9933ee3f64de9880b0c9))
|
|
380
429
|
|
|
381
430
|
|
|
382
431
|
|
|
@@ -385,7 +434,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
385
434
|
|
|
386
435
|
### Features
|
|
387
436
|
|
|
388
|
-
* React useContext add user reducers ([69d00c5](https://github.com/
|
|
437
|
+
* React useContext add user reducers ([69d00c5](https://github.com/zhangyuang/ssr/commit/69d00c58632bcccf7f981fd4d3855fe795ca26d3))
|
|
389
438
|
|
|
390
439
|
|
|
391
440
|
|
|
@@ -398,12 +447,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
398
447
|
|
|
399
448
|
### Features
|
|
400
449
|
|
|
401
|
-
* update react injectState ([0acd219](https://github.com/
|
|
450
|
+
* update react injectState ([0acd219](https://github.com/zhangyuang/ssr/commit/0acd2196644a17a6aa826cb8cd32ff10fe64ab66))
|
|
402
451
|
|
|
403
452
|
|
|
404
453
|
### Reverts
|
|
405
454
|
|
|
406
|
-
* Revert "chore: modify to concurrent fetch. (#81)" (#82) ([31380a8](https://github.com/
|
|
455
|
+
* Revert "chore: modify to concurrent fetch. (#81)" (#82) ([31380a8](https://github.com/zhangyuang/ssr/commit/31380a82ab7d0fd3e341ede18f218c00950ec484)), closes [#81](https://github.com/zhangyuang/ssr/issues/81) [#82](https://github.com/zhangyuang/ssr/issues/82)
|
|
407
456
|
|
|
408
457
|
|
|
409
458
|
|
|
@@ -412,7 +461,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
412
461
|
|
|
413
462
|
### Bug Fixes
|
|
414
463
|
|
|
415
|
-
* normalizePublicPath ([b5b4d21](https://github.com/
|
|
464
|
+
* normalizePublicPath ([b5b4d21](https://github.com/zhangyuang/ssr/commit/b5b4d21dc62db870f1418a3a625888b69fd2e032))
|
|
416
465
|
|
|
417
466
|
|
|
418
467
|
|
|
@@ -421,7 +470,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
421
470
|
|
|
422
471
|
### Features
|
|
423
472
|
|
|
424
|
-
* not emit unused file in server side close [#80](https://github.com/
|
|
473
|
+
* not emit unused file in server side close [#80](https://github.com/zhangyuang/ssr/issues/80) ([2b9a222](https://github.com/zhangyuang/ssr/commit/2b9a222b7889adb87bf2a24f9ad925ffffa2febf))
|
|
425
474
|
|
|
426
475
|
|
|
427
476
|
|
|
@@ -434,12 +483,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
434
483
|
|
|
435
484
|
### Bug Fixes
|
|
436
485
|
|
|
437
|
-
* vite mode judge ([61fbb80](https://github.com/
|
|
486
|
+
* vite mode judge ([61fbb80](https://github.com/zhangyuang/ssr/commit/61fbb803f687d0653c0f879fc8018c9ed5fa17d5))
|
|
438
487
|
|
|
439
488
|
|
|
440
489
|
### Features
|
|
441
490
|
|
|
442
|
-
* use crypto algorithm to crypto asyncChunkName to prevent too long ([675d6b8](https://github.com/
|
|
491
|
+
* use crypto algorithm to crypto asyncChunkName to prevent too long ([675d6b8](https://github.com/zhangyuang/ssr/commit/675d6b8a9d233c732b361590032273354845b13b))
|
|
443
492
|
|
|
444
493
|
|
|
445
494
|
|
|
@@ -448,7 +497,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
448
497
|
|
|
449
498
|
### Features
|
|
450
499
|
|
|
451
|
-
* vue3 vue2 react scene add asyncChunks logic ([d872fe3](https://github.com/
|
|
500
|
+
* vue3 vue2 react scene add asyncChunks logic ([d872fe3](https://github.com/zhangyuang/ssr/commit/d872fe3d3da27531d0ae16e595beeb91fa24a71d))
|
|
452
501
|
|
|
453
502
|
|
|
454
503
|
|
|
@@ -461,8 +510,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
461
510
|
|
|
462
511
|
### Bug Fixes
|
|
463
512
|
|
|
464
|
-
* splitChunks 优化 ([16d820c](https://github.com/
|
|
465
|
-
* use chunks async in production environment ([61987e0](https://github.com/
|
|
513
|
+
* splitChunks 优化 ([16d820c](https://github.com/zhangyuang/ssr/commit/16d820c209bc04e25f78e56c63cae31a54c38d3e))
|
|
514
|
+
* use chunks async in production environment ([61987e0](https://github.com/zhangyuang/ssr/commit/61987e0458d973b7a21c45e095f33680fa1af5da))
|
|
466
515
|
|
|
467
516
|
|
|
468
517
|
|
|
@@ -483,12 +532,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
483
532
|
|
|
484
533
|
### Bug Fixes
|
|
485
534
|
|
|
486
|
-
* use inline sourcemap ([f1a2db5](https://github.com/
|
|
535
|
+
* use inline sourcemap ([f1a2db5](https://github.com/zhangyuang/ssr/commit/f1a2db553429daa53be9f746df145bbee90d329f))
|
|
487
536
|
|
|
488
537
|
|
|
489
538
|
### Features
|
|
490
539
|
|
|
491
|
-
* use cheap-module-source-map replace eval sourcemap in server bundle ([8d59f44](https://github.com/
|
|
540
|
+
* use cheap-module-source-map replace eval sourcemap in server bundle ([8d59f44](https://github.com/zhangyuang/ssr/commit/8d59f44eea78409092d963cba04a89d3eaf55cbf))
|
|
492
541
|
|
|
493
542
|
|
|
494
543
|
|
|
@@ -509,7 +558,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
509
558
|
|
|
510
559
|
### Bug Fixes
|
|
511
560
|
|
|
512
|
-
* reac types ([#69](https://github.com/
|
|
561
|
+
* reac types ([#69](https://github.com/zhangyuang/ssr/issues/69)) ([41daeb2](https://github.com/zhangyuang/ssr/commit/41daeb25133db25bf474bf0a29dcb5c3c6c9930b))
|
|
513
562
|
|
|
514
563
|
|
|
515
564
|
|
|
@@ -526,7 +575,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
526
575
|
|
|
527
576
|
### Bug Fixes
|
|
528
577
|
|
|
529
|
-
* 锁死 optimize-css-assets-webpack-plugin 版本 ([1418bcb](https://github.com/
|
|
578
|
+
* 锁死 optimize-css-assets-webpack-plugin 版本 ([1418bcb](https://github.com/zhangyuang/ssr/commit/1418bcb6121f850a10d7af85a3b1a84c5e3d0310))
|
|
530
579
|
|
|
531
580
|
|
|
532
581
|
|
|
@@ -543,7 +592,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
543
592
|
|
|
544
593
|
### Bug Fixes
|
|
545
594
|
|
|
546
|
-
* optimize node_modules path in lerna scene ([1c561d6](https://github.com/
|
|
595
|
+
* optimize node_modules path in lerna scene ([1c561d6](https://github.com/zhangyuang/ssr/commit/1c561d6b97f788c1b7098e529b10747e7bcc72f4))
|
|
547
596
|
|
|
548
597
|
|
|
549
598
|
|
|
@@ -568,7 +617,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
568
617
|
|
|
569
618
|
### Features
|
|
570
619
|
|
|
571
|
-
* setStyle 优化 文档添加如何支持 Sass ([7dbfc5f](https://github.com/
|
|
620
|
+
* setStyle 优化 文档添加如何支持 Sass ([7dbfc5f](https://github.com/zhangyuang/ssr/commit/7dbfc5ff2913c3c0a9150720c40230f1956e62bb))
|
|
572
621
|
|
|
573
622
|
|
|
574
623
|
|
|
@@ -577,7 +626,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
577
626
|
|
|
578
627
|
### Features
|
|
579
628
|
|
|
580
|
-
* update default babelExtraModule ([e0d322e](https://github.com/
|
|
629
|
+
* update default babelExtraModule ([e0d322e](https://github.com/zhangyuang/ssr/commit/e0d322eb667d7817f1bd39f2e64fcc63fce6bd32))
|
|
581
630
|
|
|
582
631
|
|
|
583
632
|
|
|
@@ -590,7 +639,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
590
639
|
|
|
591
640
|
### Features
|
|
592
641
|
|
|
593
|
-
* add babelExtraModule ([ff47710](https://github.com/
|
|
642
|
+
* add babelExtraModule ([ff47710](https://github.com/zhangyuang/ssr/commit/ff47710c5cee4fff14487394f052295b8f564459))
|
|
594
643
|
|
|
595
644
|
|
|
596
645
|
|
|
@@ -619,7 +668,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
619
668
|
|
|
620
669
|
### Bug Fixes
|
|
621
670
|
|
|
622
|
-
* vite client entry file path ([f2d5d82](https://github.com/
|
|
671
|
+
* vite client entry file path ([f2d5d82](https://github.com/zhangyuang/ssr/commit/f2d5d8292f3d3996addcbacab4a78a1085512a45))
|
|
623
672
|
|
|
624
673
|
|
|
625
674
|
|
|
@@ -628,7 +677,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
628
677
|
|
|
629
678
|
### Features
|
|
630
679
|
|
|
631
|
-
* use webpack bar replace progress ([5fef2de](https://github.com/
|
|
680
|
+
* use webpack bar replace progress ([5fef2de](https://github.com/zhangyuang/ssr/commit/5fef2de0472d1646aa9ed3ae84b2adab56066f94))
|
|
632
681
|
|
|
633
682
|
|
|
634
683
|
|
|
@@ -657,7 +706,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
657
706
|
|
|
658
707
|
### Bug Fixes
|
|
659
708
|
|
|
660
|
-
* react example ([3074c19](https://github.com/
|
|
709
|
+
* react example ([3074c19](https://github.com/zhangyuang/ssr/commit/3074c199eb9e793a1a1f4c4eecdb090f97ecffce))
|
|
661
710
|
|
|
662
711
|
|
|
663
712
|
|
|
@@ -666,8 +715,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
666
715
|
|
|
667
716
|
### Features
|
|
668
717
|
|
|
669
|
-
* react 场景支持 basename ([1cd6e94](https://github.com/
|
|
670
|
-
* vue2/3 支持 router.base ([2e03c4c](https://github.com/
|
|
718
|
+
* react 场景支持 basename ([1cd6e94](https://github.com/zhangyuang/ssr/commit/1cd6e94873c4ed75c7f06868345afe93004546b0))
|
|
719
|
+
* vue2/3 支持 router.base ([2e03c4c](https://github.com/zhangyuang/ssr/commit/2e03c4c36d395bc3eb0398a8a4151635e5b54df4))
|
|
671
720
|
|
|
672
721
|
|
|
673
722
|
|
|
@@ -684,7 +733,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
684
733
|
|
|
685
734
|
### Features
|
|
686
735
|
|
|
687
|
-
* add ssrVueLoaderOptions csrVueloaderOptions ssr-hoc-vue3 ([09c4dc5](https://github.com/
|
|
736
|
+
* add ssrVueLoaderOptions csrVueloaderOptions ssr-hoc-vue3 ([09c4dc5](https://github.com/zhangyuang/ssr/commit/09c4dc5a820e4c57ece73427a78968b75abea2f3))
|
|
688
737
|
|
|
689
738
|
|
|
690
739
|
|
|
@@ -697,7 +746,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
697
746
|
|
|
698
747
|
### Features
|
|
699
748
|
|
|
700
|
-
* upgrade less-loader to ^7.0.0 support options.less update antd plugin-import config ([a19b2c4](https://github.com/
|
|
749
|
+
* upgrade less-loader to ^7.0.0 support options.less update antd plugin-import config ([a19b2c4](https://github.com/zhangyuang/ssr/commit/a19b2c4be4e1b5ea5aa36e39a615933d931e7042))
|
|
701
750
|
|
|
702
751
|
|
|
703
752
|
|
|
@@ -706,7 +755,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
706
755
|
|
|
707
756
|
### Features
|
|
708
757
|
|
|
709
|
-
* add corejs config ([8ccc266](https://github.com/
|
|
758
|
+
* add corejs config ([8ccc266](https://github.com/zhangyuang/ssr/commit/8ccc266371e181830ac07f9881443815c67c0bd6))
|
|
710
759
|
|
|
711
760
|
|
|
712
761
|
|
|
@@ -719,7 +768,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
719
768
|
|
|
720
769
|
### Bug Fixes
|
|
721
770
|
|
|
722
|
-
* webpack don't process font file ([41186c7](https://github.com/
|
|
771
|
+
* webpack don't process font file ([41186c7](https://github.com/zhangyuang/ssr/commit/41186c7d8ebdcdb13dec221ad78869f9372d6c4b))
|
|
723
772
|
|
|
724
773
|
|
|
725
774
|
|
|
@@ -728,7 +777,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
728
777
|
|
|
729
778
|
### Features
|
|
730
779
|
|
|
731
|
-
* update react vite ssr ([0f0f4c4](https://github.com/
|
|
780
|
+
* update react vite ssr ([0f0f4c4](https://github.com/zhangyuang/ssr/commit/0f0f4c40902fe4c44bcf950e068e125c6c17064e))
|
|
732
781
|
|
|
733
782
|
|
|
734
783
|
|
|
@@ -737,7 +786,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
737
786
|
|
|
738
787
|
### Features
|
|
739
788
|
|
|
740
|
-
* react vite ([#52](https://github.com/
|
|
789
|
+
* react vite ([#52](https://github.com/zhangyuang/ssr/issues/52)) ([d8290a0](https://github.com/zhangyuang/ssr/commit/d8290a0677081d0677774dec981deae39ab75d58))
|
|
741
790
|
|
|
742
791
|
|
|
743
792
|
|
|
@@ -746,7 +795,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
746
795
|
|
|
747
796
|
### Features
|
|
748
797
|
|
|
749
|
-
* update parseFeRoutes ([#51](https://github.com/
|
|
798
|
+
* update parseFeRoutes ([#51](https://github.com/zhangyuang/ssr/issues/51)) ([915e4cc](https://github.com/zhangyuang/ssr/commit/915e4cca22d0450b551fa6874c2b466648638374))
|
|
750
799
|
|
|
751
800
|
|
|
752
801
|
|
|
@@ -755,7 +804,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
755
804
|
|
|
756
805
|
### Features
|
|
757
806
|
|
|
758
|
-
* react add App.tsx ([30efee5](https://github.com/
|
|
807
|
+
* react add App.tsx ([30efee5](https://github.com/zhangyuang/ssr/commit/30efee55661953ef52ad6ecc5d0bf1d5b34468ad))
|
|
759
808
|
|
|
760
809
|
|
|
761
810
|
|
|
@@ -788,7 +837,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
788
837
|
|
|
789
838
|
### Features
|
|
790
839
|
|
|
791
|
-
* vite ([#39](https://github.com/
|
|
840
|
+
* vite ([#39](https://github.com/zhangyuang/ssr/issues/39)) ([#42](https://github.com/zhangyuang/ssr/issues/42)) ([32217f5](https://github.com/zhangyuang/ssr/commit/32217f5729e5fc080dd6344d1033503cf330e2f9))
|
|
792
841
|
|
|
793
842
|
|
|
794
843
|
|
|
@@ -821,7 +870,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
821
870
|
|
|
822
871
|
### Bug Fixes
|
|
823
872
|
|
|
824
|
-
* dynamic css chunk ([bc3fb86](https://github.com/
|
|
873
|
+
* dynamic css chunk ([bc3fb86](https://github.com/zhangyuang/ssr/commit/bc3fb86ab11ec27a9919e8d0d9a953f26ab4d851))
|
|
825
874
|
|
|
826
875
|
|
|
827
876
|
|
|
@@ -842,7 +891,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
842
891
|
|
|
843
892
|
### Bug Fixes
|
|
844
893
|
|
|
845
|
-
* file-loader images ([a7f799e](https://github.com/
|
|
894
|
+
* file-loader images ([a7f799e](https://github.com/zhangyuang/ssr/commit/a7f799ee3ff2ccd888c214e4c55216b0ae89c777))
|
|
846
895
|
|
|
847
896
|
|
|
848
897
|
|
|
@@ -875,8 +924,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
875
924
|
|
|
876
925
|
### Bug Fixes
|
|
877
926
|
|
|
878
|
-
* dynamic css inject ([070b97c](https://github.com/
|
|
879
|
-
* serverRender过滤掉undefined css ([#27](https://github.com/
|
|
927
|
+
* dynamic css inject ([070b97c](https://github.com/zhangyuang/ssr/commit/070b97cf851f1edd5a53009de37de2dfed1c1001))
|
|
928
|
+
* serverRender过滤掉undefined css ([#27](https://github.com/zhangyuang/ssr/issues/27)) ([9b5ebe1](https://github.com/zhangyuang/ssr/commit/9b5ebe19a6f0574547871f71456e4d70ee28a0bf))
|
|
880
929
|
|
|
881
930
|
|
|
882
931
|
|
|
@@ -901,7 +950,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
901
950
|
|
|
902
951
|
### Bug Fixes
|
|
903
952
|
|
|
904
|
-
* plugin-vue externals vant ([5a9421c](https://github.com/
|
|
953
|
+
* plugin-vue externals vant ([5a9421c](https://github.com/zhangyuang/ssr/commit/5a9421cc8469a49824b06900c2087d6919f1e3e2))
|
|
905
954
|
|
|
906
955
|
|
|
907
956
|
|
|
@@ -914,7 +963,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
914
963
|
|
|
915
964
|
### Bug Fixes
|
|
916
965
|
|
|
917
|
-
* remove dependencies vue-template-compiler ([495c56c](https://github.com/
|
|
966
|
+
* remove dependencies vue-template-compiler ([495c56c](https://github.com/zhangyuang/ssr/commit/495c56cf241c25423977307cde5dfccbc636eb4f))
|
|
918
967
|
|
|
919
968
|
|
|
920
969
|
|
|
@@ -955,7 +1004,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
955
1004
|
|
|
956
1005
|
### Bug Fixes
|
|
957
1006
|
|
|
958
|
-
* update package.json ([927ffb6](https://github.com/
|
|
1007
|
+
* update package.json ([927ffb6](https://github.com/zhangyuang/ssr/commit/927ffb65e176a24371129a475d8bc97884751545))
|
|
959
1008
|
|
|
960
1009
|
|
|
961
1010
|
|
|
@@ -972,13 +1021,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
972
1021
|
|
|
973
1022
|
### Features
|
|
974
1023
|
|
|
975
|
-
* 完善插件 ([88de938](https://github.com/
|
|
1024
|
+
* 完善插件 ([88de938](https://github.com/zhangyuang/ssr/commit/88de9380414da99d36822c288849d255daf04b74))
|
|
976
1025
|
|
|
977
1026
|
|
|
978
1027
|
|
|
979
1028
|
|
|
980
1029
|
|
|
981
|
-
## [5.7.1](https://github.com/
|
|
1030
|
+
## [5.7.1](https://github.com/zhangyuang/ssr/compare/v5.7.0...v5.7.1) (2021-11-01)
|
|
982
1031
|
|
|
983
1032
|
**Note:** Version bump only for package ssr-plugin-react
|
|
984
1033
|
|
|
@@ -986,40 +1035,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
986
1035
|
|
|
987
1036
|
|
|
988
1037
|
|
|
989
|
-
# [5.7.0](https://github.com/
|
|
1038
|
+
# [5.7.0](https://github.com/zhangyuang/ssr/compare/v5.6.33...v5.7.0) (2021-10-29)
|
|
990
1039
|
|
|
991
1040
|
|
|
992
1041
|
### Features
|
|
993
1042
|
|
|
994
|
-
* remove __isBrowser__ when generate routes table ([650af13](https://github.com/
|
|
1043
|
+
* remove __isBrowser__ when generate routes table ([650af13](https://github.com/zhangyuang/ssr/commit/650af1344fd7ce56f4b4c4f3946923a691adfb87))
|
|
995
1044
|
|
|
996
1045
|
|
|
997
1046
|
|
|
998
1047
|
|
|
999
1048
|
|
|
1000
|
-
## [5.6.33](https://github.com/
|
|
1049
|
+
## [5.6.33](https://github.com/zhangyuang/ssr/compare/v5.6.31...v5.6.33) (2021-10-22)
|
|
1001
1050
|
|
|
1002
1051
|
|
|
1003
1052
|
### Features
|
|
1004
1053
|
|
|
1005
|
-
* upgrade file-loader url-loader add changelog dependencies ([9f65e13](https://github.com/
|
|
1054
|
+
* upgrade file-loader url-loader add changelog dependencies ([9f65e13](https://github.com/zhangyuang/ssr/commit/9f65e1324da02ed9768fe5f49431d2b043a3891c))
|
|
1006
1055
|
|
|
1007
1056
|
|
|
1008
1057
|
|
|
1009
1058
|
|
|
1010
1059
|
|
|
1011
|
-
## [5.6.32](https://github.com/
|
|
1060
|
+
## [5.6.32](https://github.com/zhangyuang/ssr/compare/v5.6.31...v5.6.32) (2021-10-22)
|
|
1012
1061
|
|
|
1013
1062
|
|
|
1014
1063
|
### Features
|
|
1015
1064
|
|
|
1016
|
-
* upgrade file-loader url-loader add changelog dependencies ([9f65e13](https://github.com/
|
|
1065
|
+
* upgrade file-loader url-loader add changelog dependencies ([9f65e13](https://github.com/zhangyuang/ssr/commit/9f65e1324da02ed9768fe5f49431d2b043a3891c))
|
|
1017
1066
|
|
|
1018
1067
|
|
|
1019
1068
|
|
|
1020
1069
|
|
|
1021
1070
|
|
|
1022
|
-
## [5.6.31](https://github.com/
|
|
1071
|
+
## [5.6.31](https://github.com/zhangyuang/ssr/compare/v5.6.30...v5.6.31) (2021-10-21)
|
|
1023
1072
|
|
|
1024
1073
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1025
1074
|
|
|
@@ -1027,18 +1076,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1027
1076
|
|
|
1028
1077
|
|
|
1029
1078
|
|
|
1030
|
-
## [5.6.27](https://github.com/
|
|
1079
|
+
## [5.6.27](https://github.com/zhangyuang/ssr/compare/v5.6.26...v5.6.27) (2021-10-14)
|
|
1031
1080
|
|
|
1032
1081
|
|
|
1033
1082
|
### Bug Fixes
|
|
1034
1083
|
|
|
1035
|
-
* queryString annotation ([#121](https://github.com/
|
|
1084
|
+
* queryString annotation ([#121](https://github.com/zhangyuang/ssr/issues/121)) ([b939ca9](https://github.com/zhangyuang/ssr/commit/b939ca9dfce93c297a5408c87af0617985a55cd1))
|
|
1036
1085
|
|
|
1037
1086
|
|
|
1038
1087
|
|
|
1039
1088
|
|
|
1040
1089
|
|
|
1041
|
-
## [5.6.26](https://github.com/
|
|
1090
|
+
## [5.6.26](https://github.com/zhangyuang/ssr/compare/v5.6.25...v5.6.26) (2021-09-29)
|
|
1042
1091
|
|
|
1043
1092
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1044
1093
|
|
|
@@ -1046,7 +1095,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1046
1095
|
|
|
1047
1096
|
|
|
1048
1097
|
|
|
1049
|
-
## [5.6.25](https://github.com/
|
|
1098
|
+
## [5.6.25](https://github.com/zhangyuang/ssr/compare/v5.6.24...v5.6.25) (2021-09-24)
|
|
1050
1099
|
|
|
1051
1100
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1052
1101
|
|
|
@@ -1054,7 +1103,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1054
1103
|
|
|
1055
1104
|
|
|
1056
1105
|
|
|
1057
|
-
## [5.6.24](https://github.com/
|
|
1106
|
+
## [5.6.24](https://github.com/zhangyuang/ssr/compare/v5.6.23...v5.6.24) (2021-09-23)
|
|
1058
1107
|
|
|
1059
1108
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1060
1109
|
|
|
@@ -1062,56 +1111,56 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1062
1111
|
|
|
1063
1112
|
|
|
1064
1113
|
|
|
1065
|
-
## [5.6.23](https://github.com/
|
|
1114
|
+
## [5.6.23](https://github.com/zhangyuang/ssr/compare/v5.6.22...v5.6.23) (2021-09-23)
|
|
1066
1115
|
|
|
1067
1116
|
|
|
1068
1117
|
### Features
|
|
1069
1118
|
|
|
1070
|
-
* add limit plugin in server side ([11c70aa](https://github.com/
|
|
1119
|
+
* add limit plugin in server side ([11c70aa](https://github.com/zhangyuang/ssr/commit/11c70aa2afc49fe5b7fa51ac2c72310ec5f8548f))
|
|
1071
1120
|
|
|
1072
1121
|
|
|
1073
1122
|
|
|
1074
1123
|
|
|
1075
1124
|
|
|
1076
|
-
## [5.6.22](https://github.com/
|
|
1125
|
+
## [5.6.22](https://github.com/zhangyuang/ssr/compare/v5.6.20...v5.6.22) (2021-09-13)
|
|
1077
1126
|
|
|
1078
1127
|
|
|
1079
1128
|
### Bug Fixes
|
|
1080
1129
|
|
|
1081
|
-
* add switch in router ([44dbde1](https://github.com/
|
|
1130
|
+
* add switch in router ([44dbde1](https://github.com/zhangyuang/ssr/commit/44dbde16dc986c2f42c1198302ae76fc15de0379))
|
|
1082
1131
|
|
|
1083
1132
|
|
|
1084
1133
|
### Features
|
|
1085
1134
|
|
|
1086
|
-
* rerender App.tsx when router change ([7df174e](https://github.com/
|
|
1135
|
+
* rerender App.tsx when router change ([7df174e](https://github.com/zhangyuang/ssr/commit/7df174e8af15134033e63ae489b8109c211ed9c7))
|
|
1087
1136
|
|
|
1088
1137
|
|
|
1089
1138
|
|
|
1090
1139
|
|
|
1091
1140
|
|
|
1092
|
-
## [5.6.21](https://github.com/
|
|
1141
|
+
## [5.6.21](https://github.com/zhangyuang/ssr/compare/v5.6.20...v5.6.21) (2021-09-12)
|
|
1093
1142
|
|
|
1094
1143
|
|
|
1095
1144
|
### Features
|
|
1096
1145
|
|
|
1097
|
-
* rerender App.tsx when router change ([7df174e](https://github.com/
|
|
1146
|
+
* rerender App.tsx when router change ([7df174e](https://github.com/zhangyuang/ssr/commit/7df174e8af15134033e63ae489b8109c211ed9c7))
|
|
1098
1147
|
|
|
1099
1148
|
|
|
1100
1149
|
|
|
1101
1150
|
|
|
1102
1151
|
|
|
1103
|
-
## [5.6.19](https://github.com/
|
|
1152
|
+
## [5.6.19](https://github.com/zhangyuang/ssr/compare/v5.6.17...v5.6.19) (2021-09-07)
|
|
1104
1153
|
|
|
1105
1154
|
|
|
1106
1155
|
### Bug Fixes
|
|
1107
1156
|
|
|
1108
|
-
* wrapComponent ([5099eaf](https://github.com/
|
|
1157
|
+
* wrapComponent ([5099eaf](https://github.com/zhangyuang/ssr/commit/5099eafc651b3e937018a68c73e1cece6ba0a4eb))
|
|
1109
1158
|
|
|
1110
1159
|
|
|
1111
1160
|
|
|
1112
1161
|
|
|
1113
1162
|
|
|
1114
|
-
## [5.6.18](https://github.com/
|
|
1163
|
+
## [5.6.18](https://github.com/zhangyuang/ssr/compare/v5.6.17...v5.6.18) (2021-09-07)
|
|
1115
1164
|
|
|
1116
1165
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1117
1166
|
|
|
@@ -1119,29 +1168,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1119
1168
|
|
|
1120
1169
|
|
|
1121
1170
|
|
|
1122
|
-
## [5.6.17](https://github.com/
|
|
1171
|
+
## [5.6.17](https://github.com/zhangyuang/ssr/compare/v5.6.16...v5.6.17) (2021-09-03)
|
|
1123
1172
|
|
|
1124
1173
|
|
|
1125
1174
|
### Features
|
|
1126
1175
|
|
|
1127
|
-
* update f.yml upgrade postcss-loader to v4 ([59e1cfb](https://github.com/
|
|
1176
|
+
* update f.yml upgrade postcss-loader to v4 ([59e1cfb](https://github.com/zhangyuang/ssr/commit/59e1cfb944d460e690007b4fc10cfe945ec369fa))
|
|
1128
1177
|
|
|
1129
1178
|
|
|
1130
1179
|
|
|
1131
1180
|
|
|
1132
1181
|
|
|
1133
|
-
## [5.6.16](https://github.com/
|
|
1182
|
+
## [5.6.16](https://github.com/zhangyuang/ssr/compare/v5.6.15...v5.6.16) (2021-09-01)
|
|
1134
1183
|
|
|
1135
1184
|
|
|
1136
1185
|
### Bug Fixes
|
|
1137
1186
|
|
|
1138
|
-
* remove manifest plugin publicPath ([f4f3e0a](https://github.com/
|
|
1187
|
+
* remove manifest plugin publicPath ([f4f3e0a](https://github.com/zhangyuang/ssr/commit/f4f3e0a74bbaaa0967c62d81d15d66f99ad66a1d))
|
|
1139
1188
|
|
|
1140
1189
|
|
|
1141
1190
|
|
|
1142
1191
|
|
|
1143
1192
|
|
|
1144
|
-
## [5.6.15](https://github.com/
|
|
1193
|
+
## [5.6.15](https://github.com/zhangyuang/ssr/compare/v5.6.14...v5.6.15) (2021-08-27)
|
|
1145
1194
|
|
|
1146
1195
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1147
1196
|
|
|
@@ -1149,7 +1198,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1149
1198
|
|
|
1150
1199
|
|
|
1151
1200
|
|
|
1152
|
-
## [5.6.14](https://github.com/
|
|
1201
|
+
## [5.6.14](https://github.com/zhangyuang/ssr/compare/v5.6.13...v5.6.14) (2021-08-25)
|
|
1153
1202
|
|
|
1154
1203
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1155
1204
|
|
|
@@ -1157,18 +1206,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1157
1206
|
|
|
1158
1207
|
|
|
1159
1208
|
|
|
1160
|
-
## [5.6.13](https://github.com/
|
|
1209
|
+
## [5.6.13](https://github.com/zhangyuang/ssr/compare/v5.6.12...v5.6.13) (2021-08-25)
|
|
1161
1210
|
|
|
1162
1211
|
|
|
1163
1212
|
### Features
|
|
1164
1213
|
|
|
1165
|
-
* remove cssModulesWhitelist update docs.md ([7473836](https://github.com/
|
|
1214
|
+
* remove cssModulesWhitelist update docs.md ([7473836](https://github.com/zhangyuang/ssr/commit/7473836725b0c2f8685ea58c2457d4b20a2ec747))
|
|
1166
1215
|
|
|
1167
1216
|
|
|
1168
1217
|
|
|
1169
1218
|
|
|
1170
1219
|
|
|
1171
|
-
## [5.6.12](https://github.com/
|
|
1220
|
+
## [5.6.12](https://github.com/zhangyuang/ssr/compare/v5.6.11...v5.6.12) (2021-08-25)
|
|
1172
1221
|
|
|
1173
1222
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1174
1223
|
|
|
@@ -1176,29 +1225,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1176
1225
|
|
|
1177
1226
|
|
|
1178
1227
|
|
|
1179
|
-
## [5.6.11](https://github.com/
|
|
1228
|
+
## [5.6.11](https://github.com/zhangyuang/ssr/compare/v5.6.10...v5.6.11) (2021-08-24)
|
|
1180
1229
|
|
|
1181
1230
|
|
|
1182
1231
|
### Bug Fixes
|
|
1183
1232
|
|
|
1184
|
-
* update react vite.config.tpl ([7d2d4bd](https://github.com/
|
|
1233
|
+
* update react vite.config.tpl ([7d2d4bd](https://github.com/zhangyuang/ssr/commit/7d2d4bdce828633f7acd1db3e158c0f3d2ba7f3d))
|
|
1185
1234
|
|
|
1186
1235
|
|
|
1187
1236
|
|
|
1188
1237
|
|
|
1189
1238
|
|
|
1190
|
-
## [5.6.10](https://github.com/
|
|
1239
|
+
## [5.6.10](https://github.com/zhangyuang/ssr/compare/v5.6.10-alpha.0...v5.6.10) (2021-08-24)
|
|
1191
1240
|
|
|
1192
1241
|
|
|
1193
1242
|
### Bug Fixes
|
|
1194
1243
|
|
|
1195
|
-
* update react vite.config.tpl ([df9c6f4](https://github.com/
|
|
1244
|
+
* update react vite.config.tpl ([df9c6f4](https://github.com/zhangyuang/ssr/commit/df9c6f47d8a54b923f4a47dd93b12346776f74c9))
|
|
1196
1245
|
|
|
1197
1246
|
|
|
1198
1247
|
|
|
1199
1248
|
|
|
1200
1249
|
|
|
1201
|
-
## [5.6.9](https://github.com/
|
|
1250
|
+
## [5.6.9](https://github.com/zhangyuang/ssr/compare/v5.6.8...v5.6.9) (2021-08-24)
|
|
1202
1251
|
|
|
1203
1252
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1204
1253
|
|
|
@@ -1206,51 +1255,51 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1206
1255
|
|
|
1207
1256
|
|
|
1208
1257
|
|
|
1209
|
-
## [5.6.8](https://github.com/
|
|
1258
|
+
## [5.6.8](https://github.com/zhangyuang/ssr/compare/v5.6.7...v5.6.8) (2021-08-24)
|
|
1210
1259
|
|
|
1211
1260
|
|
|
1212
1261
|
### Features
|
|
1213
1262
|
|
|
1214
|
-
* upgrade css-loader version aligen modules hash ([8ff93d1](https://github.com/
|
|
1263
|
+
* upgrade css-loader version aligen modules hash ([8ff93d1](https://github.com/zhangyuang/ssr/commit/8ff93d1dc4031d870a9ff977c0508d29008fd6a5))
|
|
1215
1264
|
|
|
1216
1265
|
|
|
1217
1266
|
|
|
1218
1267
|
|
|
1219
1268
|
|
|
1220
|
-
## [5.6.7](https://github.com/
|
|
1269
|
+
## [5.6.7](https://github.com/zhangyuang/ssr/compare/v5.6.6...v5.6.7) (2021-08-24)
|
|
1221
1270
|
|
|
1222
1271
|
|
|
1223
1272
|
### Bug Fixes
|
|
1224
1273
|
|
|
1225
|
-
* keep function names in prod environment ([a1500ce](https://github.com/
|
|
1274
|
+
* keep function names in prod environment ([a1500ce](https://github.com/zhangyuang/ssr/commit/a1500ceb3b5f3573e2c793eb12327f4b185e7ac0))
|
|
1226
1275
|
|
|
1227
1276
|
|
|
1228
1277
|
|
|
1229
1278
|
|
|
1230
1279
|
|
|
1231
|
-
## [5.6.6](https://github.com/
|
|
1280
|
+
## [5.6.6](https://github.com/zhangyuang/ssr/compare/v5.6.5...v5.6.6) (2021-08-23)
|
|
1232
1281
|
|
|
1233
1282
|
|
|
1234
1283
|
### Features
|
|
1235
1284
|
|
|
1236
|
-
* add vite rollupOptions.input ([c88c531](https://github.com/
|
|
1285
|
+
* add vite rollupOptions.input ([c88c531](https://github.com/zhangyuang/ssr/commit/c88c5310e415b78a4f6a0fd8616ffa9cf7fe1e0c))
|
|
1237
1286
|
|
|
1238
1287
|
|
|
1239
1288
|
|
|
1240
1289
|
|
|
1241
1290
|
|
|
1242
|
-
## [5.6.4](https://github.com/
|
|
1291
|
+
## [5.6.4](https://github.com/zhangyuang/ssr/compare/v5.6.3...v5.6.4) (2021-08-13)
|
|
1243
1292
|
|
|
1244
1293
|
|
|
1245
1294
|
### Features
|
|
1246
1295
|
|
|
1247
|
-
* support micro-app ([e91c2ee](https://github.com/
|
|
1296
|
+
* support micro-app ([e91c2ee](https://github.com/zhangyuang/ssr/commit/e91c2ee33ab1f24627118c224bda35064d331c40))
|
|
1248
1297
|
|
|
1249
1298
|
|
|
1250
1299
|
|
|
1251
1300
|
|
|
1252
1301
|
|
|
1253
|
-
## [5.6.3](https://github.com/
|
|
1302
|
+
## [5.6.3](https://github.com/zhangyuang/ssr/compare/v5.6.2...v5.6.3) (2021-08-12)
|
|
1254
1303
|
|
|
1255
1304
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1256
1305
|
|
|
@@ -1258,7 +1307,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1258
1307
|
|
|
1259
1308
|
|
|
1260
1309
|
|
|
1261
|
-
## [5.6.2](https://github.com/
|
|
1310
|
+
## [5.6.2](https://github.com/zhangyuang/ssr/compare/v5.6.1...v5.6.2) (2021-08-11)
|
|
1262
1311
|
|
|
1263
1312
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1264
1313
|
|
|
@@ -1266,7 +1315,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1266
1315
|
|
|
1267
1316
|
|
|
1268
1317
|
|
|
1269
|
-
## [5.6.1](https://github.com/
|
|
1318
|
+
## [5.6.1](https://github.com/zhangyuang/ssr/compare/v5.6.0...v5.6.1) (2021-08-11)
|
|
1270
1319
|
|
|
1271
1320
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1272
1321
|
|
|
@@ -1274,18 +1323,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1274
1323
|
|
|
1275
1324
|
|
|
1276
1325
|
|
|
1277
|
-
## [5.5.98](https://github.com/
|
|
1326
|
+
## [5.5.98](https://github.com/zhangyuang/ssr/compare/v5.5.97...v5.5.98) (2021-08-06)
|
|
1278
1327
|
|
|
1279
1328
|
|
|
1280
1329
|
### Bug Fixes
|
|
1281
1330
|
|
|
1282
|
-
* update plugin-react base config ([d275fed](https://github.com/
|
|
1331
|
+
* update plugin-react base config ([d275fed](https://github.com/zhangyuang/ssr/commit/d275fed8b9c678d9fb6345ba8f6a67df63f87902))
|
|
1283
1332
|
|
|
1284
1333
|
|
|
1285
1334
|
|
|
1286
1335
|
|
|
1287
1336
|
|
|
1288
|
-
## [5.5.97](https://github.com/
|
|
1337
|
+
## [5.5.97](https://github.com/zhangyuang/ssr/compare/v5.5.96...v5.5.97) (2021-08-06)
|
|
1289
1338
|
|
|
1290
1339
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1291
1340
|
|
|
@@ -1293,18 +1342,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1293
1342
|
|
|
1294
1343
|
|
|
1295
1344
|
|
|
1296
|
-
## [5.5.96](https://github.com/
|
|
1345
|
+
## [5.5.96](https://github.com/zhangyuang/ssr/compare/v5.5.94...v5.5.96) (2021-08-05)
|
|
1297
1346
|
|
|
1298
1347
|
|
|
1299
1348
|
### Bug Fixes
|
|
1300
1349
|
|
|
1301
|
-
* ssr types ([742440f](https://github.com/
|
|
1350
|
+
* ssr types ([742440f](https://github.com/zhangyuang/ssr/commit/742440f186af3577d0df0bf5fac25d665e43dbcd))
|
|
1302
1351
|
|
|
1303
1352
|
|
|
1304
1353
|
|
|
1305
1354
|
|
|
1306
1355
|
|
|
1307
|
-
## [5.5.95](https://github.com/
|
|
1356
|
+
## [5.5.95](https://github.com/zhangyuang/ssr/compare/v5.5.94...v5.5.95) (2021-08-05)
|
|
1308
1357
|
|
|
1309
1358
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1310
1359
|
|
|
@@ -1312,56 +1361,56 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1312
1361
|
|
|
1313
1362
|
|
|
1314
1363
|
|
|
1315
|
-
## [5.5.94](https://github.com/
|
|
1364
|
+
## [5.5.94](https://github.com/zhangyuang/ssr/compare/v5.5.93...v5.5.94) (2021-08-05)
|
|
1316
1365
|
|
|
1317
1366
|
|
|
1318
1367
|
### Bug Fixes
|
|
1319
1368
|
|
|
1320
|
-
* clear router cache in vite mode ([d2d7e00](https://github.com/
|
|
1369
|
+
* clear router cache in vite mode ([d2d7e00](https://github.com/zhangyuang/ssr/commit/d2d7e003f4cbecee6cc0770a64653714b50ff34b))
|
|
1321
1370
|
|
|
1322
1371
|
|
|
1323
1372
|
### Features
|
|
1324
1373
|
|
|
1325
|
-
* move ssr-temporary-routes position ([9966d10](https://github.com/
|
|
1374
|
+
* move ssr-temporary-routes position ([9966d10](https://github.com/zhangyuang/ssr/commit/9966d10b466e2d6dcf10ba09b4267dd8e2a324f0))
|
|
1326
1375
|
|
|
1327
1376
|
|
|
1328
1377
|
|
|
1329
1378
|
|
|
1330
1379
|
|
|
1331
|
-
## [5.5.93](https://github.com/
|
|
1380
|
+
## [5.5.93](https://github.com/zhangyuang/ssr/compare/v5.5.92...v5.5.93) (2021-08-04)
|
|
1332
1381
|
|
|
1333
1382
|
|
|
1334
1383
|
### Bug Fixes
|
|
1335
1384
|
|
|
1336
|
-
* clear router cache in vite mode ([cea9fc0](https://github.com/
|
|
1385
|
+
* clear router cache in vite mode ([cea9fc0](https://github.com/zhangyuang/ssr/commit/cea9fc09c41813bbc1fe4a8d8d94c1d511f85945))
|
|
1337
1386
|
|
|
1338
1387
|
|
|
1339
1388
|
|
|
1340
1389
|
|
|
1341
1390
|
|
|
1342
|
-
## [5.5.92](https://github.com/
|
|
1391
|
+
## [5.5.92](https://github.com/zhangyuang/ssr/compare/v5.5.91...v5.5.92) (2021-08-03)
|
|
1343
1392
|
|
|
1344
1393
|
|
|
1345
1394
|
### Bug Fixes
|
|
1346
1395
|
|
|
1347
|
-
* 修复渲染降级 ([9accc6c](https://github.com/
|
|
1396
|
+
* 修复渲染降级 ([9accc6c](https://github.com/zhangyuang/ssr/commit/9accc6c07998ca72602add786d53b41172d77086))
|
|
1348
1397
|
|
|
1349
1398
|
|
|
1350
1399
|
|
|
1351
1400
|
|
|
1352
1401
|
|
|
1353
|
-
## [5.5.91](https://github.com/
|
|
1402
|
+
## [5.5.91](https://github.com/zhangyuang/ssr/compare/v5.5.90...v5.5.91) (2021-08-02)
|
|
1354
1403
|
|
|
1355
1404
|
|
|
1356
1405
|
### Features
|
|
1357
1406
|
|
|
1358
|
-
* support parallel fetch ([0268c4c](https://github.com/
|
|
1407
|
+
* support parallel fetch ([0268c4c](https://github.com/zhangyuang/ssr/commit/0268c4c9ae25062feba75c40f10e6a3d3df64381))
|
|
1359
1408
|
|
|
1360
1409
|
|
|
1361
1410
|
|
|
1362
1411
|
|
|
1363
1412
|
|
|
1364
|
-
## [5.5.90](https://github.com/
|
|
1413
|
+
## [5.5.90](https://github.com/zhangyuang/ssr/compare/v5.5.89...v5.5.90) (2021-08-02)
|
|
1365
1414
|
|
|
1366
1415
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1367
1416
|
|
|
@@ -1369,7 +1418,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1369
1418
|
|
|
1370
1419
|
|
|
1371
1420
|
|
|
1372
|
-
## [5.5.89](https://github.com/
|
|
1421
|
+
## [5.5.89](https://github.com/zhangyuang/ssr/compare/v5.5.88...v5.5.89) (2021-07-31)
|
|
1373
1422
|
|
|
1374
1423
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1375
1424
|
|
|
@@ -1377,7 +1426,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1377
1426
|
|
|
1378
1427
|
|
|
1379
1428
|
|
|
1380
|
-
## [5.5.88](https://github.com/
|
|
1429
|
+
## [5.5.88](https://github.com/zhangyuang/ssr/compare/v5.5.87...v5.5.88) (2021-07-30)
|
|
1381
1430
|
|
|
1382
1431
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1383
1432
|
|
|
@@ -1385,7 +1434,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1385
1434
|
|
|
1386
1435
|
|
|
1387
1436
|
|
|
1388
|
-
## [5.5.87](https://github.com/
|
|
1437
|
+
## [5.5.87](https://github.com/zhangyuang/ssr/compare/v5.5.86...v5.5.87) (2021-07-30)
|
|
1389
1438
|
|
|
1390
1439
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1391
1440
|
|
|
@@ -1393,18 +1442,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1393
1442
|
|
|
1394
1443
|
|
|
1395
1444
|
|
|
1396
|
-
## [5.5.86](https://github.com/
|
|
1445
|
+
## [5.5.86](https://github.com/zhangyuang/ssr/compare/v5.5.85...v5.5.86) (2021-07-27)
|
|
1397
1446
|
|
|
1398
1447
|
|
|
1399
1448
|
### Features
|
|
1400
1449
|
|
|
1401
|
-
* not emit svg file in server side ([e8aaefc](https://github.com/
|
|
1450
|
+
* not emit svg file in server side ([e8aaefc](https://github.com/zhangyuang/ssr/commit/e8aaefc5aef0627fb62e87ac5e37444c921c1c67))
|
|
1402
1451
|
|
|
1403
1452
|
|
|
1404
1453
|
|
|
1405
1454
|
|
|
1406
1455
|
|
|
1407
|
-
## [5.5.84](https://github.com/
|
|
1456
|
+
## [5.5.84](https://github.com/zhangyuang/ssr/compare/v5.5.83...v5.5.84) (2021-07-26)
|
|
1408
1457
|
|
|
1409
1458
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1410
1459
|
|
|
@@ -1412,7 +1461,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1412
1461
|
|
|
1413
1462
|
|
|
1414
1463
|
|
|
1415
|
-
## [5.5.83](https://github.com/
|
|
1464
|
+
## [5.5.83](https://github.com/zhangyuang/ssr/compare/v5.5.82...v5.5.83) (2021-07-26)
|
|
1416
1465
|
|
|
1417
1466
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1418
1467
|
|
|
@@ -1420,40 +1469,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1420
1469
|
|
|
1421
1470
|
|
|
1422
1471
|
|
|
1423
|
-
## [5.5.82](https://github.com/
|
|
1472
|
+
## [5.5.82](https://github.com/zhangyuang/ssr/compare/v5.5.81...v5.5.82) (2021-07-26)
|
|
1424
1473
|
|
|
1425
1474
|
|
|
1426
1475
|
### Features
|
|
1427
1476
|
|
|
1428
|
-
* optimize combineReducer ([8033d40](https://github.com/
|
|
1477
|
+
* optimize combineReducer ([8033d40](https://github.com/zhangyuang/ssr/commit/8033d4070fe4a8d92af5e31c1aad6ddfa4e0922e))
|
|
1429
1478
|
|
|
1430
1479
|
|
|
1431
1480
|
|
|
1432
1481
|
|
|
1433
1482
|
|
|
1434
|
-
## [5.5.81](https://github.com/
|
|
1483
|
+
## [5.5.81](https://github.com/zhangyuang/ssr/compare/v5.5.80...v5.5.81) (2021-07-25)
|
|
1435
1484
|
|
|
1436
1485
|
|
|
1437
1486
|
### Bug Fixes
|
|
1438
1487
|
|
|
1439
|
-
* react combineReducers ([d4dc551](https://github.com/
|
|
1488
|
+
* react combineReducers ([d4dc551](https://github.com/zhangyuang/ssr/commit/d4dc551731ac929deafb9933ee3f64de9880b0c9))
|
|
1440
1489
|
|
|
1441
1490
|
|
|
1442
1491
|
|
|
1443
1492
|
|
|
1444
1493
|
|
|
1445
|
-
## [5.5.80](https://github.com/
|
|
1494
|
+
## [5.5.80](https://github.com/zhangyuang/ssr/compare/v5.5.79...v5.5.80) (2021-07-25)
|
|
1446
1495
|
|
|
1447
1496
|
|
|
1448
1497
|
### Features
|
|
1449
1498
|
|
|
1450
|
-
* React useContext add user reducers ([69d00c5](https://github.com/
|
|
1499
|
+
* React useContext add user reducers ([69d00c5](https://github.com/zhangyuang/ssr/commit/69d00c58632bcccf7f981fd4d3855fe795ca26d3))
|
|
1451
1500
|
|
|
1452
1501
|
|
|
1453
1502
|
|
|
1454
1503
|
|
|
1455
1504
|
|
|
1456
|
-
## [5.5.79](https://github.com/
|
|
1505
|
+
## [5.5.79](https://github.com/zhangyuang/ssr/compare/v5.5.78...v5.5.79) (2021-07-24)
|
|
1457
1506
|
|
|
1458
1507
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1459
1508
|
|
|
@@ -1461,45 +1510,45 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1461
1510
|
|
|
1462
1511
|
|
|
1463
1512
|
|
|
1464
|
-
## [5.5.78](https://github.com/
|
|
1513
|
+
## [5.5.78](https://github.com/zhangyuang/ssr/compare/v5.5.77...v5.5.78) (2021-07-23)
|
|
1465
1514
|
|
|
1466
1515
|
|
|
1467
1516
|
### Features
|
|
1468
1517
|
|
|
1469
|
-
* update react injectState ([0acd219](https://github.com/
|
|
1518
|
+
* update react injectState ([0acd219](https://github.com/zhangyuang/ssr/commit/0acd2196644a17a6aa826cb8cd32ff10fe64ab66))
|
|
1470
1519
|
|
|
1471
1520
|
|
|
1472
1521
|
### Reverts
|
|
1473
1522
|
|
|
1474
|
-
* Revert "chore: modify to concurrent fetch. (#81)" (#82) ([31380a8](https://github.com/
|
|
1523
|
+
* Revert "chore: modify to concurrent fetch. (#81)" (#82) ([31380a8](https://github.com/zhangyuang/ssr/commit/31380a82ab7d0fd3e341ede18f218c00950ec484)), closes [#81](https://github.com/zhangyuang/ssr/issues/81) [#82](https://github.com/zhangyuang/ssr/issues/82)
|
|
1475
1524
|
|
|
1476
1525
|
|
|
1477
1526
|
|
|
1478
1527
|
|
|
1479
1528
|
|
|
1480
|
-
## [5.5.77](https://github.com/
|
|
1529
|
+
## [5.5.77](https://github.com/zhangyuang/ssr/compare/v5.5.76...v5.5.77) (2021-07-22)
|
|
1481
1530
|
|
|
1482
1531
|
|
|
1483
1532
|
### Bug Fixes
|
|
1484
1533
|
|
|
1485
|
-
* normalizePublicPath ([b5b4d21](https://github.com/
|
|
1534
|
+
* normalizePublicPath ([b5b4d21](https://github.com/zhangyuang/ssr/commit/b5b4d21dc62db870f1418a3a625888b69fd2e032))
|
|
1486
1535
|
|
|
1487
1536
|
|
|
1488
1537
|
|
|
1489
1538
|
|
|
1490
1539
|
|
|
1491
|
-
## [5.5.76](https://github.com/
|
|
1540
|
+
## [5.5.76](https://github.com/zhangyuang/ssr/compare/v5.5.75...v5.5.76) (2021-07-21)
|
|
1492
1541
|
|
|
1493
1542
|
|
|
1494
1543
|
### Features
|
|
1495
1544
|
|
|
1496
|
-
* not emit unused file in server side close [#80](https://github.com/
|
|
1545
|
+
* not emit unused file in server side close [#80](https://github.com/zhangyuang/ssr/issues/80) ([2b9a222](https://github.com/zhangyuang/ssr/commit/2b9a222b7889adb87bf2a24f9ad925ffffa2febf))
|
|
1497
1546
|
|
|
1498
1547
|
|
|
1499
1548
|
|
|
1500
1549
|
|
|
1501
1550
|
|
|
1502
|
-
## [5.5.75](https://github.com/
|
|
1551
|
+
## [5.5.75](https://github.com/zhangyuang/ssr/compare/v5.5.74...v5.5.75) (2021-07-19)
|
|
1503
1552
|
|
|
1504
1553
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1505
1554
|
|
|
@@ -1507,34 +1556,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1507
1556
|
|
|
1508
1557
|
|
|
1509
1558
|
|
|
1510
|
-
## [5.5.74](https://github.com/
|
|
1559
|
+
## [5.5.74](https://github.com/zhangyuang/ssr/compare/v5.5.73...v5.5.74) (2021-07-16)
|
|
1511
1560
|
|
|
1512
1561
|
|
|
1513
1562
|
### Bug Fixes
|
|
1514
1563
|
|
|
1515
|
-
* vite mode judge ([61fbb80](https://github.com/
|
|
1564
|
+
* vite mode judge ([61fbb80](https://github.com/zhangyuang/ssr/commit/61fbb803f687d0653c0f879fc8018c9ed5fa17d5))
|
|
1516
1565
|
|
|
1517
1566
|
|
|
1518
1567
|
### Features
|
|
1519
1568
|
|
|
1520
|
-
* use crypto algorithm to crypto asyncChunkName to prevent too long ([675d6b8](https://github.com/
|
|
1569
|
+
* use crypto algorithm to crypto asyncChunkName to prevent too long ([675d6b8](https://github.com/zhangyuang/ssr/commit/675d6b8a9d233c732b361590032273354845b13b))
|
|
1521
1570
|
|
|
1522
1571
|
|
|
1523
1572
|
|
|
1524
1573
|
|
|
1525
1574
|
|
|
1526
|
-
## [5.5.73](https://github.com/
|
|
1575
|
+
## [5.5.73](https://github.com/zhangyuang/ssr/compare/v5.5.73-alpha.3...v5.5.73) (2021-07-16)
|
|
1527
1576
|
|
|
1528
1577
|
|
|
1529
1578
|
### Features
|
|
1530
1579
|
|
|
1531
|
-
* vue3 vue2 react scene add asyncChunks logic ([d872fe3](https://github.com/
|
|
1580
|
+
* vue3 vue2 react scene add asyncChunks logic ([d872fe3](https://github.com/zhangyuang/ssr/commit/d872fe3d3da27531d0ae16e595beeb91fa24a71d))
|
|
1532
1581
|
|
|
1533
1582
|
|
|
1534
1583
|
|
|
1535
1584
|
|
|
1536
1585
|
|
|
1537
|
-
## [5.5.72](https://github.com/
|
|
1586
|
+
## [5.5.72](https://github.com/zhangyuang/ssr/compare/v5.5.71...v5.5.72) (2021-07-15)
|
|
1538
1587
|
|
|
1539
1588
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1540
1589
|
|
|
@@ -1542,19 +1591,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1542
1591
|
|
|
1543
1592
|
|
|
1544
1593
|
|
|
1545
|
-
## [5.5.71](https://github.com/
|
|
1594
|
+
## [5.5.71](https://github.com/zhangyuang/ssr/compare/v5.5.70...v5.5.71) (2021-07-12)
|
|
1546
1595
|
|
|
1547
1596
|
|
|
1548
1597
|
### Bug Fixes
|
|
1549
1598
|
|
|
1550
|
-
* splitChunks 优化 ([16d820c](https://github.com/
|
|
1551
|
-
* use chunks async in production environment ([61987e0](https://github.com/
|
|
1599
|
+
* splitChunks 优化 ([16d820c](https://github.com/zhangyuang/ssr/commit/16d820c209bc04e25f78e56c63cae31a54c38d3e))
|
|
1600
|
+
* use chunks async in production environment ([61987e0](https://github.com/zhangyuang/ssr/commit/61987e0458d973b7a21c45e095f33680fa1af5da))
|
|
1552
1601
|
|
|
1553
1602
|
|
|
1554
1603
|
|
|
1555
1604
|
|
|
1556
1605
|
|
|
1557
|
-
## [5.5.70](https://github.com/
|
|
1606
|
+
## [5.5.70](https://github.com/zhangyuang/ssr/compare/v5.5.69...v5.5.70) (2021-07-05)
|
|
1558
1607
|
|
|
1559
1608
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1560
1609
|
|
|
@@ -1562,7 +1611,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1562
1611
|
|
|
1563
1612
|
|
|
1564
1613
|
|
|
1565
|
-
## [5.5.69](https://github.com/
|
|
1614
|
+
## [5.5.69](https://github.com/zhangyuang/ssr/compare/v5.5.68...v5.5.69) (2021-07-05)
|
|
1566
1615
|
|
|
1567
1616
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1568
1617
|
|
|
@@ -1570,7 +1619,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1570
1619
|
|
|
1571
1620
|
|
|
1572
1621
|
|
|
1573
|
-
## [5.5.68](https://github.com/
|
|
1622
|
+
## [5.5.68](https://github.com/zhangyuang/ssr/compare/v5.5.67...v5.5.68) (2021-07-05)
|
|
1574
1623
|
|
|
1575
1624
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1576
1625
|
|
|
@@ -1578,23 +1627,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1578
1627
|
|
|
1579
1628
|
|
|
1580
1629
|
|
|
1581
|
-
## [5.5.65](https://github.com/
|
|
1630
|
+
## [5.5.65](https://github.com/zhangyuang/ssr/compare/v5.5.64...v5.5.65) (2021-07-01)
|
|
1582
1631
|
|
|
1583
1632
|
|
|
1584
1633
|
### Bug Fixes
|
|
1585
1634
|
|
|
1586
|
-
* use inline sourcemap ([f1a2db5](https://github.com/
|
|
1635
|
+
* use inline sourcemap ([f1a2db5](https://github.com/zhangyuang/ssr/commit/f1a2db553429daa53be9f746df145bbee90d329f))
|
|
1587
1636
|
|
|
1588
1637
|
|
|
1589
1638
|
### Features
|
|
1590
1639
|
|
|
1591
|
-
* use cheap-module-source-map replace eval sourcemap in server bundle ([8d59f44](https://github.com/
|
|
1640
|
+
* use cheap-module-source-map replace eval sourcemap in server bundle ([8d59f44](https://github.com/zhangyuang/ssr/commit/8d59f44eea78409092d963cba04a89d3eaf55cbf))
|
|
1592
1641
|
|
|
1593
1642
|
|
|
1594
1643
|
|
|
1595
1644
|
|
|
1596
1645
|
|
|
1597
|
-
## [5.5.63](https://github.com/
|
|
1646
|
+
## [5.5.63](https://github.com/zhangyuang/ssr/compare/v5.5.62...v5.5.63) (2021-06-25)
|
|
1598
1647
|
|
|
1599
1648
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1600
1649
|
|
|
@@ -1602,7 +1651,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1602
1651
|
|
|
1603
1652
|
|
|
1604
1653
|
|
|
1605
|
-
## [5.5.61](https://github.com/
|
|
1654
|
+
## [5.5.61](https://github.com/zhangyuang/ssr/compare/v5.5.60...v5.5.61) (2021-06-23)
|
|
1606
1655
|
|
|
1607
1656
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1608
1657
|
|
|
@@ -1610,7 +1659,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1610
1659
|
|
|
1611
1660
|
|
|
1612
1661
|
|
|
1613
|
-
## [5.5.60](https://github.com/
|
|
1662
|
+
## [5.5.60](https://github.com/zhangyuang/ssr/compare/v5.5.59...v5.5.60) (2021-06-23)
|
|
1614
1663
|
|
|
1615
1664
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1616
1665
|
|
|
@@ -1618,18 +1667,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1618
1667
|
|
|
1619
1668
|
|
|
1620
1669
|
|
|
1621
|
-
## [5.5.59](https://github.com/
|
|
1670
|
+
## [5.5.59](https://github.com/zhangyuang/ssr/compare/v5.5.58...v5.5.59) (2021-06-23)
|
|
1622
1671
|
|
|
1623
1672
|
|
|
1624
1673
|
### Bug Fixes
|
|
1625
1674
|
|
|
1626
|
-
* reac types ([#69](https://github.com/
|
|
1675
|
+
* reac types ([#69](https://github.com/zhangyuang/ssr/issues/69)) ([41daeb2](https://github.com/zhangyuang/ssr/commit/41daeb25133db25bf474bf0a29dcb5c3c6c9930b))
|
|
1627
1676
|
|
|
1628
1677
|
|
|
1629
1678
|
|
|
1630
1679
|
|
|
1631
1680
|
|
|
1632
|
-
## [5.5.58](https://github.com/
|
|
1681
|
+
## [5.5.58](https://github.com/zhangyuang/ssr/compare/v5.5.57...v5.5.58) (2021-06-23)
|
|
1633
1682
|
|
|
1634
1683
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1635
1684
|
|
|
@@ -1637,7 +1686,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1637
1686
|
|
|
1638
1687
|
|
|
1639
1688
|
|
|
1640
|
-
## [5.5.57](https://github.com/
|
|
1689
|
+
## [5.5.57](https://github.com/zhangyuang/ssr/compare/v5.5.56...v5.5.57) (2021-06-23)
|
|
1641
1690
|
|
|
1642
1691
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1643
1692
|
|
|
@@ -1645,18 +1694,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1645
1694
|
|
|
1646
1695
|
|
|
1647
1696
|
|
|
1648
|
-
## [5.5.56](https://github.com/
|
|
1697
|
+
## [5.5.56](https://github.com/zhangyuang/ssr/compare/v5.5.55...v5.5.56) (2021-06-23)
|
|
1649
1698
|
|
|
1650
1699
|
|
|
1651
1700
|
### Bug Fixes
|
|
1652
1701
|
|
|
1653
|
-
* 锁死 optimize-css-assets-webpack-plugin 版本 ([1418bcb](https://github.com/
|
|
1702
|
+
* 锁死 optimize-css-assets-webpack-plugin 版本 ([1418bcb](https://github.com/zhangyuang/ssr/commit/1418bcb6121f850a10d7af85a3b1a84c5e3d0310))
|
|
1654
1703
|
|
|
1655
1704
|
|
|
1656
1705
|
|
|
1657
1706
|
|
|
1658
1707
|
|
|
1659
|
-
## [5.5.55](https://github.com/
|
|
1708
|
+
## [5.5.55](https://github.com/zhangyuang/ssr/compare/v5.5.54...v5.5.55) (2021-06-22)
|
|
1660
1709
|
|
|
1661
1710
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1662
1711
|
|
|
@@ -1664,7 +1713,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1664
1713
|
|
|
1665
1714
|
|
|
1666
1715
|
|
|
1667
|
-
## [5.5.54](https://github.com/
|
|
1716
|
+
## [5.5.54](https://github.com/zhangyuang/ssr/compare/v5.5.53...v5.5.54) (2021-06-19)
|
|
1668
1717
|
|
|
1669
1718
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1670
1719
|
|
|
@@ -1672,18 +1721,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1672
1721
|
|
|
1673
1722
|
|
|
1674
1723
|
|
|
1675
|
-
## [5.5.53](https://github.com/
|
|
1724
|
+
## [5.5.53](https://github.com/zhangyuang/ssr/compare/v5.5.52...v5.5.53) (2021-06-18)
|
|
1676
1725
|
|
|
1677
1726
|
|
|
1678
1727
|
### Bug Fixes
|
|
1679
1728
|
|
|
1680
|
-
* optimize node_modules path in lerna scene ([1c561d6](https://github.com/
|
|
1729
|
+
* optimize node_modules path in lerna scene ([1c561d6](https://github.com/zhangyuang/ssr/commit/1c561d6b97f788c1b7098e529b10747e7bcc72f4))
|
|
1681
1730
|
|
|
1682
1731
|
|
|
1683
1732
|
|
|
1684
1733
|
|
|
1685
1734
|
|
|
1686
|
-
## [5.5.52](https://github.com/
|
|
1735
|
+
## [5.5.52](https://github.com/zhangyuang/ssr/compare/v5.5.51...v5.5.52) (2021-06-17)
|
|
1687
1736
|
|
|
1688
1737
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1689
1738
|
|
|
@@ -1691,7 +1740,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1691
1740
|
|
|
1692
1741
|
|
|
1693
1742
|
|
|
1694
|
-
## [5.5.51](https://github.com/
|
|
1743
|
+
## [5.5.51](https://github.com/zhangyuang/ssr/compare/v5.5.50...v5.5.51) (2021-06-17)
|
|
1695
1744
|
|
|
1696
1745
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1697
1746
|
|
|
@@ -1699,7 +1748,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1699
1748
|
|
|
1700
1749
|
|
|
1701
1750
|
|
|
1702
|
-
## [5.5.50](https://github.com/
|
|
1751
|
+
## [5.5.50](https://github.com/zhangyuang/ssr/compare/v5.5.49...v5.5.50) (2021-06-10)
|
|
1703
1752
|
|
|
1704
1753
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1705
1754
|
|
|
@@ -1707,7 +1756,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1707
1756
|
|
|
1708
1757
|
|
|
1709
1758
|
|
|
1710
|
-
## [5.5.49](https://github.com/
|
|
1759
|
+
## [5.5.49](https://github.com/zhangyuang/ssr/compare/v5.5.48...v5.5.49) (2021-06-10)
|
|
1711
1760
|
|
|
1712
1761
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1713
1762
|
|
|
@@ -1715,29 +1764,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1715
1764
|
|
|
1716
1765
|
|
|
1717
1766
|
|
|
1718
|
-
## [5.5.48](https://github.com/
|
|
1767
|
+
## [5.5.48](https://github.com/zhangyuang/ssr/compare/v5.5.47...v5.5.48) (2021-06-10)
|
|
1719
1768
|
|
|
1720
1769
|
|
|
1721
1770
|
### Features
|
|
1722
1771
|
|
|
1723
|
-
* setStyle 优化 文档添加如何支持 Sass ([7dbfc5f](https://github.com/
|
|
1772
|
+
* setStyle 优化 文档添加如何支持 Sass ([7dbfc5f](https://github.com/zhangyuang/ssr/commit/7dbfc5ff2913c3c0a9150720c40230f1956e62bb))
|
|
1724
1773
|
|
|
1725
1774
|
|
|
1726
1775
|
|
|
1727
1776
|
|
|
1728
1777
|
|
|
1729
|
-
## [5.5.47](https://github.com/
|
|
1778
|
+
## [5.5.47](https://github.com/zhangyuang/ssr/compare/v5.5.46...v5.5.47) (2021-06-02)
|
|
1730
1779
|
|
|
1731
1780
|
|
|
1732
1781
|
### Features
|
|
1733
1782
|
|
|
1734
|
-
* update default babelExtraModule ([e0d322e](https://github.com/
|
|
1783
|
+
* update default babelExtraModule ([e0d322e](https://github.com/zhangyuang/ssr/commit/e0d322eb667d7817f1bd39f2e64fcc63fce6bd32))
|
|
1735
1784
|
|
|
1736
1785
|
|
|
1737
1786
|
|
|
1738
1787
|
|
|
1739
1788
|
|
|
1740
|
-
## [5.5.46](https://github.com/
|
|
1789
|
+
## [5.5.46](https://github.com/zhangyuang/ssr/compare/v5.5.45...v5.5.46) (2021-06-02)
|
|
1741
1790
|
|
|
1742
1791
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1743
1792
|
|
|
@@ -1745,18 +1794,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1745
1794
|
|
|
1746
1795
|
|
|
1747
1796
|
|
|
1748
|
-
## [5.5.45](https://github.com/
|
|
1797
|
+
## [5.5.45](https://github.com/zhangyuang/ssr/compare/v5.5.44...v5.5.45) (2021-06-02)
|
|
1749
1798
|
|
|
1750
1799
|
|
|
1751
1800
|
### Features
|
|
1752
1801
|
|
|
1753
|
-
* add babelExtraModule ([ff47710](https://github.com/
|
|
1802
|
+
* add babelExtraModule ([ff47710](https://github.com/zhangyuang/ssr/commit/ff47710c5cee4fff14487394f052295b8f564459))
|
|
1754
1803
|
|
|
1755
1804
|
|
|
1756
1805
|
|
|
1757
1806
|
|
|
1758
1807
|
|
|
1759
|
-
## [5.5.44](https://github.com/
|
|
1808
|
+
## [5.5.44](https://github.com/zhangyuang/ssr/compare/v5.5.43...v5.5.44) (2021-06-02)
|
|
1760
1809
|
|
|
1761
1810
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1762
1811
|
|
|
@@ -1764,7 +1813,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1764
1813
|
|
|
1765
1814
|
|
|
1766
1815
|
|
|
1767
|
-
## [5.5.43](https://github.com/
|
|
1816
|
+
## [5.5.43](https://github.com/zhangyuang/ssr/compare/v5.5.42...v5.5.43) (2021-06-02)
|
|
1768
1817
|
|
|
1769
1818
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1770
1819
|
|
|
@@ -1772,7 +1821,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1772
1821
|
|
|
1773
1822
|
|
|
1774
1823
|
|
|
1775
|
-
## [5.5.41](https://github.com/
|
|
1824
|
+
## [5.5.41](https://github.com/zhangyuang/ssr/compare/v5.5.40...v5.5.41) (2021-05-27)
|
|
1776
1825
|
|
|
1777
1826
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1778
1827
|
|
|
@@ -1780,7 +1829,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1780
1829
|
|
|
1781
1830
|
|
|
1782
1831
|
|
|
1783
|
-
## [5.5.39](https://github.com/
|
|
1832
|
+
## [5.5.39](https://github.com/zhangyuang/ssr/compare/v5.5.38...v5.5.39) (2021-05-27)
|
|
1784
1833
|
|
|
1785
1834
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1786
1835
|
|
|
@@ -1788,7 +1837,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1788
1837
|
|
|
1789
1838
|
|
|
1790
1839
|
|
|
1791
|
-
## [5.5.37](https://github.com/
|
|
1840
|
+
## [5.5.37](https://github.com/zhangyuang/ssr/compare/v5.5.36...v5.5.37) (2021-05-27)
|
|
1792
1841
|
|
|
1793
1842
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1794
1843
|
|
|
@@ -1796,29 +1845,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1796
1845
|
|
|
1797
1846
|
|
|
1798
1847
|
|
|
1799
|
-
## [5.5.35](https://github.com/
|
|
1848
|
+
## [5.5.35](https://github.com/zhangyuang/ssr/compare/v5.5.34...v5.5.35) (2021-05-25)
|
|
1800
1849
|
|
|
1801
1850
|
|
|
1802
1851
|
### Bug Fixes
|
|
1803
1852
|
|
|
1804
|
-
* vite client entry file path ([f2d5d82](https://github.com/
|
|
1853
|
+
* vite client entry file path ([f2d5d82](https://github.com/zhangyuang/ssr/commit/f2d5d8292f3d3996addcbacab4a78a1085512a45))
|
|
1805
1854
|
|
|
1806
1855
|
|
|
1807
1856
|
|
|
1808
1857
|
|
|
1809
1858
|
|
|
1810
|
-
## [5.5.34](https://github.com/
|
|
1859
|
+
## [5.5.34](https://github.com/zhangyuang/ssr/compare/v5.5.33...v5.5.34) (2021-05-21)
|
|
1811
1860
|
|
|
1812
1861
|
|
|
1813
1862
|
### Features
|
|
1814
1863
|
|
|
1815
|
-
* use webpack bar replace progress ([5fef2de](https://github.com/
|
|
1864
|
+
* use webpack bar replace progress ([5fef2de](https://github.com/zhangyuang/ssr/commit/5fef2de0472d1646aa9ed3ae84b2adab56066f94))
|
|
1816
1865
|
|
|
1817
1866
|
|
|
1818
1867
|
|
|
1819
1868
|
|
|
1820
1869
|
|
|
1821
|
-
## [5.5.33](https://github.com/
|
|
1870
|
+
## [5.5.33](https://github.com/zhangyuang/ssr/compare/v5.5.32...v5.5.33) (2021-05-20)
|
|
1822
1871
|
|
|
1823
1872
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1824
1873
|
|
|
@@ -1826,7 +1875,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1826
1875
|
|
|
1827
1876
|
|
|
1828
1877
|
|
|
1829
|
-
## [5.5.32](https://github.com/
|
|
1878
|
+
## [5.5.32](https://github.com/zhangyuang/ssr/compare/v5.5.31...v5.5.32) (2021-05-20)
|
|
1830
1879
|
|
|
1831
1880
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1832
1881
|
|
|
@@ -1834,7 +1883,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1834
1883
|
|
|
1835
1884
|
|
|
1836
1885
|
|
|
1837
|
-
## [5.5.31](https://github.com/
|
|
1886
|
+
## [5.5.31](https://github.com/zhangyuang/ssr/compare/v5.5.30...v5.5.31) (2021-05-20)
|
|
1838
1887
|
|
|
1839
1888
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1840
1889
|
|
|
@@ -1842,7 +1891,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1842
1891
|
|
|
1843
1892
|
|
|
1844
1893
|
|
|
1845
|
-
## [5.5.30](https://github.com/
|
|
1894
|
+
## [5.5.30](https://github.com/zhangyuang/ssr/compare/v5.5.29...v5.5.30) (2021-05-20)
|
|
1846
1895
|
|
|
1847
1896
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1848
1897
|
|
|
@@ -1850,7 +1899,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1850
1899
|
|
|
1851
1900
|
|
|
1852
1901
|
|
|
1853
|
-
## [5.5.28](https://github.com/
|
|
1902
|
+
## [5.5.28](https://github.com/zhangyuang/ssr/compare/v5.5.27...v5.5.28) (2021-05-13)
|
|
1854
1903
|
|
|
1855
1904
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1856
1905
|
|
|
@@ -1858,30 +1907,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1858
1907
|
|
|
1859
1908
|
|
|
1860
1909
|
|
|
1861
|
-
## [5.5.27](https://github.com/
|
|
1910
|
+
## [5.5.27](https://github.com/zhangyuang/ssr/compare/v5.5.26...v5.5.27) (2021-05-13)
|
|
1862
1911
|
|
|
1863
1912
|
|
|
1864
1913
|
### Bug Fixes
|
|
1865
1914
|
|
|
1866
|
-
* react example ([3074c19](https://github.com/
|
|
1915
|
+
* react example ([3074c19](https://github.com/zhangyuang/ssr/commit/3074c199eb9e793a1a1f4c4eecdb090f97ecffce))
|
|
1867
1916
|
|
|
1868
1917
|
|
|
1869
1918
|
|
|
1870
1919
|
|
|
1871
1920
|
|
|
1872
|
-
## [5.5.26](https://github.com/
|
|
1921
|
+
## [5.5.26](https://github.com/zhangyuang/ssr/compare/v5.5.25...v5.5.26) (2021-05-12)
|
|
1873
1922
|
|
|
1874
1923
|
|
|
1875
1924
|
### Features
|
|
1876
1925
|
|
|
1877
|
-
* react 场景支持 basename ([1cd6e94](https://github.com/
|
|
1878
|
-
* vue2/3 支持 router.base ([2e03c4c](https://github.com/
|
|
1926
|
+
* react 场景支持 basename ([1cd6e94](https://github.com/zhangyuang/ssr/commit/1cd6e94873c4ed75c7f06868345afe93004546b0))
|
|
1927
|
+
* vue2/3 支持 router.base ([2e03c4c](https://github.com/zhangyuang/ssr/commit/2e03c4c36d395bc3eb0398a8a4151635e5b54df4))
|
|
1879
1928
|
|
|
1880
1929
|
|
|
1881
1930
|
|
|
1882
1931
|
|
|
1883
1932
|
|
|
1884
|
-
## [5.5.25](https://github.com/
|
|
1933
|
+
## [5.5.25](https://github.com/zhangyuang/ssr/compare/v5.5.24...v5.5.25) (2021-05-12)
|
|
1885
1934
|
|
|
1886
1935
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1887
1936
|
|
|
@@ -1889,7 +1938,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1889
1938
|
|
|
1890
1939
|
|
|
1891
1940
|
|
|
1892
|
-
## [5.5.24](https://github.com/
|
|
1941
|
+
## [5.5.24](https://github.com/zhangyuang/ssr/compare/v5.5.23...v5.5.24) (2021-05-11)
|
|
1893
1942
|
|
|
1894
1943
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1895
1944
|
|
|
@@ -1897,17 +1946,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1897
1946
|
|
|
1898
1947
|
|
|
1899
1948
|
|
|
1900
|
-
## [5.5.23](https://github.com/
|
|
1949
|
+
## [5.5.23](https://github.com/zhangyuang/ssr/compare/v5.5.22...v5.5.23) (2021-05-10)
|
|
1901
1950
|
|
|
1902
1951
|
|
|
1903
1952
|
### Features
|
|
1904
1953
|
|
|
1905
|
-
* add ssrVueLoaderOptions csrVueloaderOptions ssr-hoc-vue3 ([09c4dc5](https://github.com/
|
|
1954
|
+
* add ssrVueLoaderOptions csrVueloaderOptions ssr-hoc-vue3 ([09c4dc5](https://github.com/zhangyuang/ssr/commit/09c4dc5a820e4c57ece73427a78968b75abea2f3))
|
|
1906
1955
|
|
|
1907
1956
|
|
|
1908
1957
|
|
|
1909
1958
|
|
|
1910
1959
|
|
|
1911
|
-
## [5.5.23](https://github.com/
|
|
1960
|
+
## [5.5.23](https://github.com/zhangyuang/ssr/compare/v5.5.22...v5.5.23) (2021-05-10)
|
|
1912
1961
|
|
|
1913
1962
|
**Note:** Version bump only for package ssr-plugin-react
|