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