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