@modern-js/runtime 2.33.0 → 2.34.0
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/dist/cjs/ssr/cli/index.js +4 -2
- package/dist/cjs/ssr/prefetch.js +17 -15
- package/dist/cjs/ssr/serverRender/renderToString/entry.js +1 -1
- package/dist/cjs/ssr/utils.js +4 -1
- package/dist/esm/ssr/cli/index.js +4 -2
- package/dist/esm/ssr/prefetch.js +18 -16
- package/dist/esm/ssr/serverRender/renderToString/entry.js +1 -1
- package/dist/esm/ssr/utils.js +1 -1
- package/dist/esm-node/ssr/cli/index.js +4 -2
- package/dist/esm-node/ssr/prefetch.js +17 -15
- package/dist/esm-node/ssr/serverRender/renderToString/entry.js +1 -1
- package/dist/esm-node/ssr/utils.js +4 -1
- package/dist/types/ssr/prefetch.d.ts +2 -1
- package/dist/types/ssr/serverRender/types.d.ts +1 -0
- package/package.json +11 -11
- package/CHANGELOG.md +0 -2492
package/CHANGELOG.md
DELETED
|
@@ -1,2492 +0,0 @@
|
|
|
1
|
-
# @modern-js/runtime
|
|
2
|
-
|
|
3
|
-
## 2.33.0
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- 2bcff4f: feat(plugin-runtime): support ssr html modifiers
|
|
8
|
-
feat(plugin-runtime): 支持 ssr html 修改者
|
|
9
|
-
|
|
10
|
-
### Patch Changes
|
|
11
|
-
|
|
12
|
-
- 6ea89ab: fix: html has placeholder when not set partials
|
|
13
|
-
fix: html 在没有设置 partials 的时候,会多出占位符
|
|
14
|
-
- ae35c65: fix: ssr htmlModifiers
|
|
15
|
-
fix: ssr htmlModifiers 赋值问题
|
|
16
|
-
- 44da57b: refactor: runtime server ssr
|
|
17
|
-
refactor: 重构 runtime server ssr
|
|
18
|
-
- Updated dependencies [fd82137]
|
|
19
|
-
- Updated dependencies [bc1f8da]
|
|
20
|
-
- @modern-js/utils@2.33.0
|
|
21
|
-
- @modern-js/plugin@2.33.0
|
|
22
|
-
- @modern-js/types@2.33.0
|
|
23
|
-
|
|
24
|
-
## 2.32.1
|
|
25
|
-
|
|
26
|
-
### Patch Changes
|
|
27
|
-
|
|
28
|
-
- 90e053a: feat(app-tools): add comments for configurations and functions
|
|
29
|
-
|
|
30
|
-
feat(app-tools): 为配置和函数添加 comments 说明
|
|
31
|
-
|
|
32
|
-
- Updated dependencies [90e053a]
|
|
33
|
-
- @modern-js/types@2.32.1
|
|
34
|
-
- @modern-js/utils@2.32.1
|
|
35
|
-
- @modern-js/plugin@2.32.1
|
|
36
|
-
|
|
37
|
-
## 2.32.0
|
|
38
|
-
|
|
39
|
-
### Minor Changes
|
|
40
|
-
|
|
41
|
-
- a030aff: feat: support loader context
|
|
42
|
-
feat: 支持 loader context
|
|
43
|
-
|
|
44
|
-
### Patch Changes
|
|
45
|
-
|
|
46
|
-
- e5a3fb4: fix: integration test, and export LoaderContext from utils
|
|
47
|
-
fix: 集成测试,然后导出 LoaderContext
|
|
48
|
-
- 6076166: fix: packaging errors found by publint
|
|
49
|
-
|
|
50
|
-
fix: 修复 publint 检测到的 packaging 问题
|
|
51
|
-
|
|
52
|
-
- 92591c6: fix: component Style render error content
|
|
53
|
-
fix: component Style 渲染了错误的内容
|
|
54
|
-
- 5255eba: feat: report time for server loader
|
|
55
|
-
feat: 上报 server loader 执行的时间
|
|
56
|
-
- Updated dependencies [e5a3fb4]
|
|
57
|
-
- Updated dependencies [6076166]
|
|
58
|
-
- Updated dependencies [a030aff]
|
|
59
|
-
- Updated dependencies [4323e68]
|
|
60
|
-
- Updated dependencies [3c91100]
|
|
61
|
-
- Updated dependencies [5255eba]
|
|
62
|
-
- @modern-js/utils@2.32.0
|
|
63
|
-
- @modern-js/plugin@2.32.0
|
|
64
|
-
- @modern-js/types@2.32.0
|
|
65
|
-
|
|
66
|
-
## 2.31.2
|
|
67
|
-
|
|
68
|
-
### Patch Changes
|
|
69
|
-
|
|
70
|
-
- Updated dependencies [15d30abdc66]
|
|
71
|
-
- @modern-js/utils@2.31.2
|
|
72
|
-
- @modern-js/plugin@2.31.2
|
|
73
|
-
- @modern-js/types@2.31.2
|
|
74
|
-
|
|
75
|
-
## 2.31.1
|
|
76
|
-
|
|
77
|
-
### Patch Changes
|
|
78
|
-
|
|
79
|
-
- 99ffd10: fix: fix redefining the remixRouter issue
|
|
80
|
-
fix: 修复 remixRouter 重定义问题
|
|
81
|
-
- @modern-js/plugin@2.31.1
|
|
82
|
-
- @modern-js/types@2.31.1
|
|
83
|
-
- @modern-js/utils@2.31.1
|
|
84
|
-
|
|
85
|
-
## 2.31.0
|
|
86
|
-
|
|
87
|
-
### Patch Changes
|
|
88
|
-
|
|
89
|
-
- 4a87c07: feat: memo creating router
|
|
90
|
-
feat: 缓存 router 创建
|
|
91
|
-
- 2361ce8: feat: support partials html in Document
|
|
92
|
-
feat: 支持 partials html 在 Document 中也生效
|
|
93
|
-
- cd39c6f: fix: use [\s\S]_ to replace ._ for \n\r char regex
|
|
94
|
-
fix: 使用 [\s\X]_ 替换 ._ 匹配 \n\r 字符
|
|
95
|
-
- Updated dependencies [1882366]
|
|
96
|
-
- @modern-js/utils@2.31.0
|
|
97
|
-
- @modern-js/plugin@2.31.0
|
|
98
|
-
- @modern-js/types@2.31.0
|
|
99
|
-
|
|
100
|
-
## 2.30.0
|
|
101
|
-
|
|
102
|
-
### Minor Changes
|
|
103
|
-
|
|
104
|
-
- 855a61e: feat(plugin-runtime): add ssr tracker
|
|
105
|
-
feat(plugin-runtime): 新增 ssr tracker
|
|
106
|
-
|
|
107
|
-
### Patch Changes
|
|
108
|
-
|
|
109
|
-
- a8a4fd3: fix: ssr plugin use wrong config params
|
|
110
|
-
fix: ssr 插件使用了错误的 config 参数
|
|
111
|
-
- 276ace3: chore: remove noscript tag in html template
|
|
112
|
-
chore: 移除 HTML 模板中的 noscript 标签
|
|
113
|
-
- c731bf3: fix(plugin-runtime): the output maybe undefined;
|
|
114
|
-
fix(plugin-runtime): output 可能是个 undefined
|
|
115
|
-
- 8219d55: fix(plugin-runtime): ssg need use String SSR, so we should inject loadable-component babel plugin when enable ssg
|
|
116
|
-
fix(plugin-runtime): ssg 需要使用 String SSR, 我们需要在开启 SSG 得时候注入 loadbale-compnent babel 插件
|
|
117
|
-
- Updated dependencies [a5ee81a]
|
|
118
|
-
- Updated dependencies [b6ab299]
|
|
119
|
-
- @modern-js/types@2.30.0
|
|
120
|
-
- @modern-js/utils@2.30.0
|
|
121
|
-
- @modern-js/plugin@2.30.0
|
|
122
|
-
|
|
123
|
-
## 2.29.0
|
|
124
|
-
|
|
125
|
-
### Minor Changes
|
|
126
|
-
|
|
127
|
-
- cba7675: feat: add a server reporter that report server cost, logger about error, info etc.
|
|
128
|
-
feat: 添加一个 server 端 reporter,来报告 server 端耗时,报错等
|
|
129
|
-
|
|
130
|
-
### Patch Changes
|
|
131
|
-
|
|
132
|
-
- 600bb0a: fix: fix remixRouter not existed in conventional routes
|
|
133
|
-
fix: 修复 remixRouter 在约定式路由下不存在问题
|
|
134
|
-
- fd3e71c: fix: if a route dont has component, should be as a no-layout route
|
|
135
|
-
fix: 如果路由对象没有组件属性,应该被看做无布局路由
|
|
136
|
-
- 9a81e31: fix(plugin-runtime): ssr reporter some problems
|
|
137
|
-
fix(plugin-runtime): ssr reporter 小问题
|
|
138
|
-
- Updated dependencies [e6b5355]
|
|
139
|
-
- Updated dependencies [93db783]
|
|
140
|
-
- Updated dependencies [cba7675]
|
|
141
|
-
- Updated dependencies [99052ea]
|
|
142
|
-
- Updated dependencies [1d71d2e]
|
|
143
|
-
- @modern-js/utils@2.29.0
|
|
144
|
-
- @modern-js/types@2.29.0
|
|
145
|
-
- @modern-js/plugin@2.29.0
|
|
146
|
-
|
|
147
|
-
## 2.28.0
|
|
148
|
-
|
|
149
|
-
### Patch Changes
|
|
150
|
-
|
|
151
|
-
- Updated dependencies [4e3ce96]
|
|
152
|
-
- Updated dependencies [00b58a7]
|
|
153
|
-
- @modern-js/types@2.28.0
|
|
154
|
-
- @modern-js/utils@2.28.0
|
|
155
|
-
- @modern-js/plugin@2.28.0
|
|
156
|
-
|
|
157
|
-
## 2.27.0
|
|
158
|
-
|
|
159
|
-
### Patch Changes
|
|
160
|
-
|
|
161
|
-
- 21be212: fix: add support for nodenext moduleResolution
|
|
162
|
-
fix: TS 类型支持 moduleResolution 为 nodenext
|
|
163
|
-
- 8322a51: chore: migrate packages from tsc to module-lib build
|
|
164
|
-
|
|
165
|
-
chore: 将使用 tsc 的包迁移到 module-lib 构建
|
|
166
|
-
|
|
167
|
-
- fb51b98: fix: fix remixRouter not existed in conventional routes
|
|
168
|
-
fix: 修复 remixRouter 在约定式路由下不存在问题
|
|
169
|
-
- b591092: fix: fix `modifyRoutes` in SSR
|
|
170
|
-
fix: 修复 SSR 时, `modifyRoutes` 执行时机
|
|
171
|
-
- Updated dependencies [91d14b8]
|
|
172
|
-
- Updated dependencies [6d7104d]
|
|
173
|
-
- @modern-js/utils@2.27.0
|
|
174
|
-
- @modern-js/plugin@2.27.0
|
|
175
|
-
- @modern-js/types@2.27.0
|
|
176
|
-
|
|
177
|
-
## 2.26.0
|
|
178
|
-
|
|
179
|
-
### Minor Changes
|
|
180
|
-
|
|
181
|
-
- 22acfda: feat: support unstable_getBlockNavState
|
|
182
|
-
feat: 支持 unstable_getBlockNavState
|
|
183
|
-
|
|
184
|
-
### Patch Changes
|
|
185
|
-
|
|
186
|
-
- 64a51c4: fix(plugin-runtime): we should not repeatly registe the script, if template has it.
|
|
187
|
-
fix(plugin-runtime): 如果模版中已经有了,我们不应该重复添加 script 链接
|
|
188
|
-
- 1586774: feat: add support for origin properties in document
|
|
189
|
-
feat: 为 document 增加原始属性透传
|
|
190
|
-
- 73c592d: fix: should define remixRouter property when the property does not exist
|
|
191
|
-
fix: 应该仅当属性不存在时,定义 remixRouter
|
|
192
|
-
- 5c2dbb3: refactor: use import syntax for reduck plugin types
|
|
193
|
-
refactor: 使用 import 语法加载 reduck 插件的类型文件
|
|
194
|
-
- @modern-js/plugin@2.26.0
|
|
195
|
-
- @modern-js/types@2.26.0
|
|
196
|
-
- @modern-js/utils@2.26.0
|
|
197
|
-
|
|
198
|
-
## 2.25.2
|
|
199
|
-
|
|
200
|
-
### Patch Changes
|
|
201
|
-
|
|
202
|
-
- 272646c: feat(builder): bump webpack v5.88, support top level await
|
|
203
|
-
|
|
204
|
-
feat(builder): 升级 webpack v5.88, 支持 top level await
|
|
205
|
-
|
|
206
|
-
- e8a90f3: fix(ssr-plugin): worker streaming ssr douable enqueue the value so that ssr error
|
|
207
|
-
fix(ssr-plugin): worker streaming ssr 重复 enqueue chunk 值导致 ssr 错误
|
|
208
|
-
- Updated dependencies [63d8247]
|
|
209
|
-
- Updated dependencies [6651684]
|
|
210
|
-
- Updated dependencies [272646c]
|
|
211
|
-
- Updated dependencies [358ed24]
|
|
212
|
-
- @modern-js/utils@2.25.2
|
|
213
|
-
- @modern-js/plugin@2.25.2
|
|
214
|
-
- @modern-js/types@2.25.2
|
|
215
|
-
|
|
216
|
-
## 2.25.1
|
|
217
|
-
|
|
218
|
-
### Patch Changes
|
|
219
|
-
|
|
220
|
-
- 85366bc: chore(deps): bump esbuild from v15/v16 to v17
|
|
221
|
-
|
|
222
|
-
chore(deps): 将 esbuild 从 v15/v16 升级到 v17
|
|
223
|
-
|
|
224
|
-
- Updated dependencies [9f78d0c]
|
|
225
|
-
- @modern-js/utils@2.25.1
|
|
226
|
-
- @modern-js/plugin@2.25.1
|
|
227
|
-
- @modern-js/types@2.25.1
|
|
228
|
-
|
|
229
|
-
## 2.25.0
|
|
230
|
-
|
|
231
|
-
### Patch Changes
|
|
232
|
-
|
|
233
|
-
- 09521e0: fix(runtime): ssr link tag add attrs error
|
|
234
|
-
fix(runtime): ssr link 标签添加错误的属性
|
|
235
|
-
- Updated dependencies [2491875]
|
|
236
|
-
- Updated dependencies [5732c6a]
|
|
237
|
-
- @modern-js/types@2.25.0
|
|
238
|
-
- @modern-js/utils@2.25.0
|
|
239
|
-
- @modern-js/plugin@2.25.0
|
|
240
|
-
|
|
241
|
-
## 2.24.0
|
|
242
|
-
|
|
243
|
-
### Patch Changes
|
|
244
|
-
|
|
245
|
-
- c882fbd: feat: support config main entry name
|
|
246
|
-
|
|
247
|
-
feat: 支持配置主入口名称
|
|
248
|
-
|
|
249
|
-
- 56693a3: fix(plugin-ssr): ssr script、link should add some attrs, like ["defer", "crossorigin"]
|
|
250
|
-
fix(plugin-ssr): ssr script,link 标签应该添加像 ["defer", "crossorigin"] 属性
|
|
251
|
-
- Updated dependencies [c882fbd]
|
|
252
|
-
- Updated dependencies [4a82c3b]
|
|
253
|
-
- @modern-js/types@2.24.0
|
|
254
|
-
- @modern-js/utils@2.24.0
|
|
255
|
-
- @modern-js/plugin@2.24.0
|
|
256
|
-
|
|
257
|
-
## 2.23.1
|
|
258
|
-
|
|
259
|
-
### Patch Changes
|
|
260
|
-
|
|
261
|
-
- Updated dependencies [f08bbfc]
|
|
262
|
-
- Updated dependencies [a6b313a]
|
|
263
|
-
- Updated dependencies [8f2cab0]
|
|
264
|
-
- @modern-js/utils@2.23.1
|
|
265
|
-
- @modern-js/plugin@2.23.1
|
|
266
|
-
- @modern-js/types@2.23.1
|
|
267
|
-
|
|
268
|
-
## 2.23.0
|
|
269
|
-
|
|
270
|
-
### Patch Changes
|
|
271
|
-
|
|
272
|
-
- 7e6fb5f: chore: publishConfig add provenance config
|
|
273
|
-
|
|
274
|
-
chore: publishConfig 增加 provenance 配置
|
|
275
|
-
|
|
276
|
-
- a7a7ad7: chore: move some public code to the utils package
|
|
277
|
-
chore: 移动一些公共的代码到 utils 包
|
|
278
|
-
- c3216b5: chore: split the scheme into the plugin
|
|
279
|
-
|
|
280
|
-
chore: 拆分 scheme 到插件内部
|
|
281
|
-
|
|
282
|
-
- Updated dependencies [7e6fb5f]
|
|
283
|
-
- Updated dependencies [a7a7ad7]
|
|
284
|
-
- Updated dependencies [6dec7c2]
|
|
285
|
-
- Updated dependencies [c3216b5]
|
|
286
|
-
- @modern-js/plugin@2.23.0
|
|
287
|
-
- @modern-js/types@2.23.0
|
|
288
|
-
- @modern-js/utils@2.23.0
|
|
289
|
-
|
|
290
|
-
## 2.22.1
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- e2848a2: fix: support nonce in streaming SSR
|
|
295
|
-
fix: 在 streaming SSR 中支持 nonce
|
|
296
|
-
- 9b69987: feat: support Style component to use style with some <> special chartset
|
|
297
|
-
feat: 支持 Style 组件,用于渲染含 <> 等特殊字符
|
|
298
|
-
- Updated dependencies [25b490a]
|
|
299
|
-
- Updated dependencies [e2848a2]
|
|
300
|
-
- Updated dependencies [d4045ed]
|
|
301
|
-
- @modern-js/types@2.22.1
|
|
302
|
-
- @modern-js/utils@2.22.1
|
|
303
|
-
- @modern-js/plugin@2.22.1
|
|
304
|
-
|
|
305
|
-
## 2.22.0
|
|
306
|
-
|
|
307
|
-
### Minor Changes
|
|
308
|
-
|
|
309
|
-
- 63cdea1: feat: ssr runtime need webpack.output.chunkLoadingGlobal pass to loadableReady
|
|
310
|
-
feat: ssr runtime 需要传递 webpack.output.chunnkLoadingGlobal 给 loadableReady
|
|
311
|
-
|
|
312
|
-
### Patch Changes
|
|
313
|
-
|
|
314
|
-
- 3d48836: chore(deps): fix all missing peer dependencies
|
|
315
|
-
|
|
316
|
-
chore(deps): 修复缺少的 peer dependencies
|
|
317
|
-
|
|
318
|
-
- 8f1141c: fix: refactor the mock logic of BFF testing plugin
|
|
319
|
-
fix: 修改 BFF 测试插件的 mock 逻辑
|
|
320
|
-
- dc45896: fix(runtime): babel-plugin-styled-components not work
|
|
321
|
-
|
|
322
|
-
fix(runtime): 修复 babel-plugin-styled-components 不生效的问题
|
|
323
|
-
|
|
324
|
-
- 79180c2: feat: export only partial common router API for better stability
|
|
325
|
-
feat: 只导出 Router 实例的常用 API, 保证更好的稳定性
|
|
326
|
-
- c271c5d: feat: export react-router instance
|
|
327
|
-
feat: 导出 react-router 路由实例
|
|
328
|
-
- Updated dependencies [3d48836]
|
|
329
|
-
- Updated dependencies [5050e8e]
|
|
330
|
-
- @modern-js/utils@2.22.0
|
|
331
|
-
- @modern-js/plugin@2.22.0
|
|
332
|
-
- @modern-js/types@2.22.0
|
|
333
|
-
|
|
334
|
-
## 2.21.1
|
|
335
|
-
|
|
336
|
-
### Patch Changes
|
|
337
|
-
|
|
338
|
-
- @modern-js/plugin@2.21.1
|
|
339
|
-
- @modern-js/types@2.21.1
|
|
340
|
-
- @modern-js/utils@2.21.1
|
|
341
|
-
|
|
342
|
-
## 2.21.0
|
|
343
|
-
|
|
344
|
-
### Minor Changes
|
|
345
|
-
|
|
346
|
-
- 0a1aa3b: feat: the runtime package export `loadable_bundler_plugin`
|
|
347
|
-
feat: runtime 包导出 `loadable_bundler_plugin`
|
|
348
|
-
|
|
349
|
-
### Patch Changes
|
|
350
|
-
|
|
351
|
-
- e81eeaf: refactor: guard react-router version consistency
|
|
352
|
-
refactor: 保证 react-router 相关包的版本一致性
|
|
353
|
-
- 26dcf3a: chore: bump typescript to v5 in devDependencies
|
|
354
|
-
|
|
355
|
-
chore: 升级 devDependencies 中的 typescript 版本到 v5
|
|
356
|
-
|
|
357
|
-
- 8b7c6d4: chore: update reduck
|
|
358
|
-
chore: 更新 reduck
|
|
359
|
-
- 807f04a: fix(plugin-runtime): streaming ssr split chunk so that can't match `SHELL_STREAM_END_MARK`
|
|
360
|
-
fix(plugin-runtime): streaming ssr chunk 进行分割导致无法匹配 `SHELL_STREAM_END_MARK`
|
|
361
|
-
- 0fc15ca: fix: fix `@modern-js/utils` subpath exports
|
|
362
|
-
fix: 修复 `@modern-js/utils` 子路径导出
|
|
363
|
-
- 43b4e83: feat: support security.nonce for add nonce attribute on script tag
|
|
364
|
-
feat: 支持 security.nonce 配置,为 script 标签添加 nonce 属性
|
|
365
|
-
- ad78387: chore(deps): bump babel-related dependencies to latest version
|
|
366
|
-
|
|
367
|
-
chore(deps): 升级 babel 相关依赖到最新版本
|
|
368
|
-
|
|
369
|
-
- Updated dependencies [e81eeaf]
|
|
370
|
-
- Updated dependencies [26dcf3a]
|
|
371
|
-
- Updated dependencies [1ef03dc]
|
|
372
|
-
- Updated dependencies [056627f]
|
|
373
|
-
- Updated dependencies [0fc15ca]
|
|
374
|
-
- Updated dependencies [43b4e83]
|
|
375
|
-
- Updated dependencies [ad78387]
|
|
376
|
-
- @modern-js/utils@2.21.0
|
|
377
|
-
- @modern-js/plugin@2.21.0
|
|
378
|
-
- @modern-js/types@2.21.0
|
|
379
|
-
|
|
380
|
-
## 2.20.0
|
|
381
|
-
|
|
382
|
-
### Patch Changes
|
|
383
|
-
|
|
384
|
-
- 6b9d90a: chore: remove @babel/runtime. add @swc/helper and enable `externalHelper` config.
|
|
385
|
-
chore: 移除 @babel/runtime 依赖. 增加 @swc/helpers 依赖并且开启 `externalHelpers` 配置
|
|
386
|
-
- Updated dependencies [3c4e0a5]
|
|
387
|
-
- Updated dependencies [6b9d90a]
|
|
388
|
-
- Updated dependencies [5f055ab]
|
|
389
|
-
- @modern-js/utils@2.20.0
|
|
390
|
-
- @modern-js/plugin@2.20.0
|
|
391
|
-
- @modern-js/types@2.20.0
|
|
392
|
-
|
|
393
|
-
## 2.19.1
|
|
394
|
-
|
|
395
|
-
### Patch Changes
|
|
396
|
-
|
|
397
|
-
- @modern-js/plugin@2.19.1
|
|
398
|
-
- @modern-js/types@2.19.1
|
|
399
|
-
- @modern-js/utils@2.19.1
|
|
400
|
-
|
|
401
|
-
## 2.19.0
|
|
402
|
-
|
|
403
|
-
### Minor Changes
|
|
404
|
-
|
|
405
|
-
- 8a3a2e5: feat: support modifyRoutes hook for router v5
|
|
406
|
-
feat: 为 router v5 支持 modifyRoutes hook
|
|
407
|
-
|
|
408
|
-
### Patch Changes
|
|
409
|
-
|
|
410
|
-
- 579d3d5: fix: config hook can't get nomarlized config
|
|
411
|
-
fix: config hook 不能拿到固定后的 config
|
|
412
|
-
- Updated dependencies [1134fe2]
|
|
413
|
-
- @modern-js/utils@2.19.0
|
|
414
|
-
- @modern-js/plugin@2.19.0
|
|
415
|
-
- @modern-js/types@2.19.0
|
|
416
|
-
|
|
417
|
-
## 2.18.1
|
|
418
|
-
|
|
419
|
-
### Patch Changes
|
|
420
|
-
|
|
421
|
-
- 8fb93d1: fix: replace route id correctly
|
|
422
|
-
fix: 正确地替换 route id
|
|
423
|
-
- @modern-js/plugin@2.18.1
|
|
424
|
-
- @modern-js/types@2.18.1
|
|
425
|
-
- @modern-js/utils@2.18.1
|
|
426
|
-
|
|
427
|
-
## 2.18.0
|
|
428
|
-
|
|
429
|
-
### Minor Changes
|
|
430
|
-
|
|
431
|
-
- 7de6599: feat: rspack-provider support modern.js ssr mode
|
|
432
|
-
feat: rspack-provider 支持 modern.js ssr 模式
|
|
433
|
-
|
|
434
|
-
### Patch Changes
|
|
435
|
-
|
|
436
|
-
- @modern-js/plugin@2.18.0
|
|
437
|
-
- @modern-js/types@2.18.0
|
|
438
|
-
- @modern-js/utils@2.18.0
|
|
439
|
-
|
|
440
|
-
## 2.17.1
|
|
441
|
-
|
|
442
|
-
### Patch Changes
|
|
443
|
-
|
|
444
|
-
- @modern-js/plugin@2.17.1
|
|
445
|
-
- @modern-js/types@2.17.1
|
|
446
|
-
- @modern-js/utils@2.17.1
|
|
447
|
-
|
|
448
|
-
## 2.17.0
|
|
449
|
-
|
|
450
|
-
### Patch Changes
|
|
451
|
-
|
|
452
|
-
- 3810930: fix: optimize alias for plugin-express & export useBlocker
|
|
453
|
-
fix: 优化 plugin-express 的 alias 的实现 & 导出 useBlocker
|
|
454
|
-
- @modern-js/plugin@2.17.0
|
|
455
|
-
- @modern-js/types@2.17.0
|
|
456
|
-
- @modern-js/utils@2.17.0
|
|
457
|
-
|
|
458
|
-
## 2.16.0
|
|
459
|
-
|
|
460
|
-
### Patch Changes
|
|
461
|
-
|
|
462
|
-
- 02e9c5d: fix: fix storybook runtime addon
|
|
463
|
-
fix: 修复 storybook runtime addon
|
|
464
|
-
- 5954330: fix: route id should not include [ or ]
|
|
465
|
-
fix: 路由 id 不应该包含 [ 或 ]
|
|
466
|
-
- 4e876ab: chore: package.json include the monorepo-relative directory
|
|
467
|
-
|
|
468
|
-
chore: 在 package.json 中声明 monorepo 的子路径
|
|
469
|
-
|
|
470
|
-
- Updated dependencies [5954330]
|
|
471
|
-
- Updated dependencies [7596520]
|
|
472
|
-
- Updated dependencies [4e876ab]
|
|
473
|
-
- @modern-js/utils@2.16.0
|
|
474
|
-
- @modern-js/plugin@2.16.0
|
|
475
|
-
- @modern-js/types@2.16.0
|
|
476
|
-
|
|
477
|
-
## 2.15.0
|
|
478
|
-
|
|
479
|
-
### Patch Changes
|
|
480
|
-
|
|
481
|
-
- 09a3e57: chore(runtime): remove unused @testing-library/react-hooks
|
|
482
|
-
|
|
483
|
-
chore(runtime): 移除多余的 @testing-library/react-hooks
|
|
484
|
-
|
|
485
|
-
- @modern-js/plugin@2.15.0
|
|
486
|
-
- @modern-js/types@2.15.0
|
|
487
|
-
- @modern-js/utils@2.15.0
|
|
488
|
-
|
|
489
|
-
## 2.14.0
|
|
490
|
-
|
|
491
|
-
### Patch Changes
|
|
492
|
-
|
|
493
|
-
- c921f30: fix: the streaming ssr may add repeated css assets, because the route-manifets would product all css link
|
|
494
|
-
fix: 因为 route-manifets 会生成所有 css link 信息,导致 streaming ssr 可能添加重复的 css 资源,
|
|
495
|
-
- ead58c8: feat: support Comment component in Document.tsx
|
|
496
|
-
feat: 支持 Comment 组件,可以保留用户的注释到最终的 html 上
|
|
497
|
-
- afe5d35: feat: add hook `modifyRoutes`
|
|
498
|
-
feat: 增加 hook `modifyRoutes`
|
|
499
|
-
- 4c74ea7: fix: ssr and document integration test error
|
|
500
|
-
fix: 修复 ssr 和 document 的集测错误
|
|
501
|
-
- 76ad173: feat: re-export `createPath` from react-router
|
|
502
|
-
feat: 从 react-router 导出 `createPath`
|
|
503
|
-
- 394470c: fix: router missing App static property
|
|
504
|
-
fix: router 确实 App 的静态属性
|
|
505
|
-
- 8b634f9: fix: 更新集测 snapshot,修复 document 功能在 node 14 下的错误
|
|
506
|
-
fix: update test snapshot, fix document error in node 14
|
|
507
|
-
- 1b3afa0: fix: ssr stream test case
|
|
508
|
-
fix: 修复 ssr stream 测试用例
|
|
509
|
-
- 28721cb: fix(runtime): MODERN_TARGET is not injected when using Rspack
|
|
510
|
-
|
|
511
|
-
fix(runtime): 修复 Rspack 模式未注入 MODERN_TARGET 的问题
|
|
512
|
-
|
|
513
|
-
- 60a81d0: feat: add ssr.inlineScript for use inline json instead inline script when ssr
|
|
514
|
-
feat: 添加 ssr.inlineScript 用于在 ssr 模式下使用内联 json 而不是内联脚本
|
|
515
|
-
- Updated dependencies [4779152]
|
|
516
|
-
- Updated dependencies [9321bef]
|
|
517
|
-
- Updated dependencies [9b45c58]
|
|
518
|
-
- Updated dependencies [52d0cb1]
|
|
519
|
-
- Updated dependencies [60a81d0]
|
|
520
|
-
- Updated dependencies [dacef96]
|
|
521
|
-
- Updated dependencies [16399fd]
|
|
522
|
-
- @modern-js/utils@2.14.0
|
|
523
|
-
- @modern-js/types@2.14.0
|
|
524
|
-
- @modern-js/plugin@2.14.0
|
|
525
|
-
|
|
526
|
-
## 2.13.4
|
|
527
|
-
|
|
528
|
-
### Patch Changes
|
|
529
|
-
|
|
530
|
-
- @modern-js/plugin@2.13.4
|
|
531
|
-
- @modern-js/types@2.13.4
|
|
532
|
-
- @modern-js/utils@2.13.4
|
|
533
|
-
|
|
534
|
-
## 2.13.3
|
|
535
|
-
|
|
536
|
-
### Patch Changes
|
|
537
|
-
|
|
538
|
-
- @modern-js/plugin@2.13.3
|
|
539
|
-
- @modern-js/types@2.13.3
|
|
540
|
-
- @modern-js/utils@2.13.3
|
|
541
|
-
|
|
542
|
-
## 2.13.2
|
|
543
|
-
|
|
544
|
-
### Patch Changes
|
|
545
|
-
|
|
546
|
-
- @modern-js/plugin@2.13.2
|
|
547
|
-
- @modern-js/types@2.13.2
|
|
548
|
-
- @modern-js/utils@2.13.2
|
|
549
|
-
|
|
550
|
-
## 2.13.1
|
|
551
|
-
|
|
552
|
-
### Patch Changes
|
|
553
|
-
|
|
554
|
-
- @modern-js/plugin@2.13.1
|
|
555
|
-
- @modern-js/types@2.13.1
|
|
556
|
-
- @modern-js/utils@2.13.1
|
|
557
|
-
|
|
558
|
-
## 2.13.0
|
|
559
|
-
|
|
560
|
-
### Patch Changes
|
|
561
|
-
|
|
562
|
-
- cad9676: fix(runtime): compile react-router to ensure the compatibility
|
|
563
|
-
|
|
564
|
-
fix(runtime): 通过编译 react-router 来保证对低版本浏览器的兼容性
|
|
565
|
-
|
|
566
|
-
- e9b1656: fix: plugin config hook can not get bundlerType, so we can't set babelConfig correctly in ssr plugin
|
|
567
|
-
fix: 插件的 config 钩子不能获得 bundlerType,所以我们在 ssr 插件不能正确的设置 babelConfig
|
|
568
|
-
- 4d413c4: docs: add prefetch docs
|
|
569
|
-
docs: 添加 prefetch 的文档
|
|
570
|
-
- 4220c0e: feat: support global props in createApp and pass garfish props in
|
|
571
|
-
feat: createApp 支持全局属性,garfish 通过这个方式透传 garfish props
|
|
572
|
-
- Updated dependencies [78431f4]
|
|
573
|
-
- @modern-js/plugin@2.13.0
|
|
574
|
-
- @modern-js/types@2.13.0
|
|
575
|
-
- @modern-js/utils@2.13.0
|
|
576
|
-
|
|
577
|
-
## 2.12.0
|
|
578
|
-
|
|
579
|
-
### Patch Changes
|
|
580
|
-
|
|
581
|
-
- 0b05ec3: fix: the SSR plugin will product some effects, disable the ssr plugin when user doesn't use ssr
|
|
582
|
-
fix: SSR 插件将会尝试一些副作用,如果用户没有使用它时禁用这个插件。
|
|
583
|
-
- 1aa0cb7: fix: beforeCreateRouter should be false after render router
|
|
584
|
-
fix: 在渲染 router 后,beforeCreateRouter 应该为 false
|
|
585
|
-
- Updated dependencies [c2ca6c8]
|
|
586
|
-
- Updated dependencies [6d86e34]
|
|
587
|
-
- @modern-js/utils@2.12.0
|
|
588
|
-
- @modern-js/plugin@2.12.0
|
|
589
|
-
- @modern-js/types@2.12.0
|
|
590
|
-
|
|
591
|
-
## 2.11.0
|
|
592
|
-
|
|
593
|
-
### Patch Changes
|
|
594
|
-
|
|
595
|
-
- 5d624fd: feat: assets and data prefetching is supported
|
|
596
|
-
feat: 支持资源和数据预加载
|
|
597
|
-
- e2466a1: fix: remove nestedRoutes file from @modern-js/utils
|
|
598
|
-
fix: 将 nestedRoutes 从 @modern-js/utils 中移除
|
|
599
|
-
- 02bb383: fix: fix lost props when using nested route in micro-front-end mode
|
|
600
|
-
修复嵌套路由在微前端场景下主子应用传递 props 丢失问题
|
|
601
|
-
- 381a3b9: feat(utils): move universal utils to the universal folder
|
|
602
|
-
|
|
603
|
-
feat(utils): 将运行时使用的 utils 移动到 universal 目录
|
|
604
|
-
|
|
605
|
-
- Updated dependencies [cfb058f]
|
|
606
|
-
- Updated dependencies [0bd018b]
|
|
607
|
-
- Updated dependencies [5d624fd]
|
|
608
|
-
- Updated dependencies [e2466a1]
|
|
609
|
-
- Updated dependencies [02bb383]
|
|
610
|
-
- Updated dependencies [381a3b9]
|
|
611
|
-
- Updated dependencies [7a60f10]
|
|
612
|
-
- Updated dependencies [274b2e5]
|
|
613
|
-
- Updated dependencies [b9e1c54]
|
|
614
|
-
- @modern-js/utils@2.11.0
|
|
615
|
-
- @modern-js/plugin@2.11.0
|
|
616
|
-
- @modern-js/types@2.11.0
|
|
617
|
-
|
|
618
|
-
## 2.10.0
|
|
619
|
-
|
|
620
|
-
### Patch Changes
|
|
621
|
-
|
|
622
|
-
- 0da32d0: chore: upgrade jest and puppeteer
|
|
623
|
-
chore: 升级 jest 和 puppeteer 到 latest
|
|
624
|
-
- 5766414: fix: fix typos
|
|
625
|
-
fix: 修复拼写错误
|
|
626
|
-
- 950e138: fix: inject i18n placeholder in streaming ssr
|
|
627
|
-
fix: 流式 SSR 中,注入 i18n 数据占位字段
|
|
628
|
-
- Updated dependencies [3e0bd50]
|
|
629
|
-
- Updated dependencies [92d247f]
|
|
630
|
-
- Updated dependencies [0da32d0]
|
|
631
|
-
- Updated dependencies [0d9962b]
|
|
632
|
-
- Updated dependencies [fbefa7e]
|
|
633
|
-
- Updated dependencies [4d54233]
|
|
634
|
-
- Updated dependencies [6db4864]
|
|
635
|
-
- @modern-js/types@2.10.0
|
|
636
|
-
- @modern-js/plugin@2.10.0
|
|
637
|
-
- @modern-js/utils@2.10.0
|
|
638
|
-
|
|
639
|
-
## 2.9.0
|
|
640
|
-
|
|
641
|
-
### Patch Changes
|
|
642
|
-
|
|
643
|
-
- e8c580125d: fix: remove `serialze-javascript` from client bundle
|
|
644
|
-
fix: 移除客户端构建产物中的 `serialze-javascript`
|
|
645
|
-
- 7035d5c22f: feat: support streaming ssr in worker
|
|
646
|
-
|
|
647
|
-
feat: worker 支持 streaming ssr
|
|
648
|
-
|
|
649
|
-
- 49bb8cd0ef: fix: move chunkmap.css comment to bottom of head
|
|
650
|
-
fix: 将 chunkmap.css 标记移动到 head 底部
|
|
651
|
-
- 755a053579: fix: export missing react-router types
|
|
652
|
-
fix: 导出缺少的 react-router 类型
|
|
653
|
-
- @modern-js/plugin@2.9.0
|
|
654
|
-
- @modern-js/types@2.9.0
|
|
655
|
-
- @modern-js/utils@2.9.0
|
|
656
|
-
|
|
657
|
-
## 2.8.0
|
|
658
|
-
|
|
659
|
-
### Patch Changes
|
|
660
|
-
|
|
661
|
-
- 3ef832741b: fix: fix types pathname for model field
|
|
662
|
-
fix: 修复 model 字段对应的 types 路径
|
|
663
|
-
- 9330022f4e: fix: add missing react-router type
|
|
664
|
-
fix: 添加丢失的 react-router 导出类型
|
|
665
|
-
- 40747e6fdd: fix: fix the order of runtime plugins
|
|
666
|
-
fix: 修复 runtime plugin 执行顺序
|
|
667
|
-
- 58a1fc64da: fix: pass basename to `matchRoutes`
|
|
668
|
-
fix: 修复 `matchRoutes` 未传入 basename 参数
|
|
669
|
-
- 4cfea8ce49: fix: remove esbuild from bff-core
|
|
670
|
-
fix: 从 bff-core 移除 esbuild
|
|
671
|
-
- 1f6ca2c7fb: fix: nested routes in ssg
|
|
672
|
-
fix: 修复嵌套路由在 SSG 中的问题
|
|
673
|
-
- 9c9ebba6f2: fix: fix duplicate re-exports of reduck
|
|
674
|
-
fix: 修复从 reduck 重复导出的 API
|
|
675
|
-
- Updated dependencies [1104a9f18b]
|
|
676
|
-
- Updated dependencies [70d82e1408]
|
|
677
|
-
- Updated dependencies [1f6ca2c7fb]
|
|
678
|
-
- @modern-js/utils@2.8.0
|
|
679
|
-
- @modern-js/types@2.8.0
|
|
680
|
-
- @modern-js/plugin@2.8.0
|
|
681
|
-
|
|
682
|
-
## 2.7.0
|
|
683
|
-
|
|
684
|
-
### Minor Changes
|
|
685
|
-
|
|
686
|
-
- dcad887024: feat: support deferred data for streaming ssr
|
|
687
|
-
feat: 流式渲染支持 deferred data
|
|
688
|
-
|
|
689
|
-
### Patch Changes
|
|
690
|
-
|
|
691
|
-
- a4672f7c16: fix: lock @modern-js/utils/ssr by webpack alias
|
|
692
|
-
fix: 通过 webpack 别名将 @modern-js/utils/ssr 锁到同一版本
|
|
693
|
-
- 7fff9020e1: chore: make file naming consistent
|
|
694
|
-
|
|
695
|
-
chore: 统一文件命名为小驼峰格式
|
|
696
|
-
|
|
697
|
-
- 1eea234fdd: chore: make test files naming consistent
|
|
698
|
-
|
|
699
|
-
chore: 统一测试文件命名为小驼峰格式
|
|
700
|
-
|
|
701
|
-
- Updated dependencies [0f15fc597c]
|
|
702
|
-
- Updated dependencies [dcad887024]
|
|
703
|
-
- Updated dependencies [a4672f7c16]
|
|
704
|
-
- Updated dependencies [7fff9020e1]
|
|
705
|
-
- Updated dependencies [84bfb439b8]
|
|
706
|
-
- @modern-js/utils@2.7.0
|
|
707
|
-
- @modern-js/types@2.7.0
|
|
708
|
-
- @modern-js/plugin@2.7.0
|
|
709
|
-
|
|
710
|
-
## 2.6.0
|
|
711
|
-
|
|
712
|
-
### Patch Changes
|
|
713
|
-
|
|
714
|
-
- 671477d: chore(CI): make CI faster
|
|
715
|
-
|
|
716
|
-
chore(CI): 提升 CI 执行速度
|
|
717
|
-
|
|
718
|
-
- 7915ab3: fix: should not assign nestedRoutesEntry to entrypoint if use v5 router
|
|
719
|
-
fix: 使用 v5 路由的时候,不应该在 entrypoint 上挂载 nestedRoutesEntry 属性
|
|
720
|
-
- a909ad1: feat: revert worker use async_hooks
|
|
721
|
-
|
|
722
|
-
feat: 还原 worker 使用 async_hooks 代码
|
|
723
|
-
|
|
724
|
-
- 49fa0b1: fix: remove header info from SSR ctx to avoid security issues, reserved a switch
|
|
725
|
-
fix: 移除 SSR 上下文中的 header 信息,避免造成安全问题,预留一个字段开启
|
|
726
|
-
- 1906d7b: fix: document param output get undefined in default template
|
|
727
|
-
fix: 修复 Document param 中 output 参数取值问题
|
|
728
|
-
- Updated dependencies [e1f799e]
|
|
729
|
-
- Updated dependencies [7915ab3]
|
|
730
|
-
- Updated dependencies [49fa0b1]
|
|
731
|
-
- Updated dependencies [0fe658a]
|
|
732
|
-
- Updated dependencies [62930b9]
|
|
733
|
-
- @modern-js/utils@2.6.0
|
|
734
|
-
- @modern-js/types@2.6.0
|
|
735
|
-
- @modern-js/plugin@2.6.0
|
|
736
|
-
|
|
737
|
-
## 2.5.0
|
|
738
|
-
|
|
739
|
-
### Patch Changes
|
|
740
|
-
|
|
741
|
-
- 89ca6cc: refactor: merge build-config into scripts/build
|
|
742
|
-
|
|
743
|
-
refactor: 把 build-config 合并进 scripts/build
|
|
744
|
-
|
|
745
|
-
- 7cb8bb4: fix: use a more correctly params to cal document file
|
|
746
|
-
|
|
747
|
-
fix: 使用更准确的参数去获取 docuemnt 文件
|
|
748
|
-
|
|
749
|
-
- 30614fa: chore: modify package.json entry fields and build config
|
|
750
|
-
chore: 更改 package.json entry 字段以及构建配置
|
|
751
|
-
- 7a25271: feat: support NoSSR component fallback UI
|
|
752
|
-
feat: 支持 NoSSR 组件 fallback UI
|
|
753
|
-
- 8871bb8: fix: add types field for @modern-js/runtime
|
|
754
|
-
fix: 为 @modern0js/runtime 添加 types 字段
|
|
755
|
-
- 0d75c27: chore: serialize react-router-dom ssr data, avoid the syntax conflict with HTML. Such as when json data contains `</script>` will be stringify to `\u003c/script\u003e`
|
|
756
|
-
|
|
757
|
-
chore: 序列化 react-router-dom ssr 的数据,避免 html 标签语义冲突。例如当 json 数据中包含`</script>`的时候会被转换成`\u003c/script\u003e`
|
|
758
|
-
|
|
759
|
-
- 11c053b: feat: ssr support deploy worker
|
|
760
|
-
|
|
761
|
-
feat: ssr 支持边缘部署
|
|
762
|
-
|
|
763
|
-
- a0f2ab1: fix: ssg new Headers() error
|
|
764
|
-
|
|
765
|
-
fix: 修复 ssg 渲染是 new Headers() 报错问题
|
|
766
|
-
|
|
767
|
-
- Updated dependencies [89ca6cc]
|
|
768
|
-
- Updated dependencies [7cb8bb4]
|
|
769
|
-
- Updated dependencies [30614fa]
|
|
770
|
-
- Updated dependencies [1b0ce87]
|
|
771
|
-
- Updated dependencies [11c053b]
|
|
772
|
-
- @modern-js/plugin@2.5.0
|
|
773
|
-
- @modern-js/types@2.5.0
|
|
774
|
-
- @modern-js/utils@2.5.0
|
|
775
|
-
|
|
776
|
-
## 2.4.0
|
|
777
|
-
|
|
778
|
-
### Patch Changes
|
|
779
|
-
|
|
780
|
-
- 9e907ec: chore: catch react-dom/server require for react 17
|
|
781
|
-
chore: 捕获引入 react-dom/server 的逻辑,避免在 react 17 下报错
|
|
782
|
-
- Updated dependencies [98a2733]
|
|
783
|
-
- Updated dependencies [8c2db5f]
|
|
784
|
-
- @modern-js/utils@2.4.0
|
|
785
|
-
- @modern-js/plugin@2.4.0
|
|
786
|
-
- @modern-js/types@2.4.0
|
|
787
|
-
|
|
788
|
-
## 2.3.0
|
|
789
|
-
|
|
790
|
-
### Patch Changes
|
|
791
|
-
|
|
792
|
-
- b4dd017: feat: runtime package use treeshaking production for ssr bundle
|
|
793
|
-
feat: runtime 包使用 treeshaking 产物作为 ssr bundle 打包入口
|
|
794
|
-
- Updated dependencies [fd5a3ed]
|
|
795
|
-
- Updated dependencies [6ca1c0b]
|
|
796
|
-
- Updated dependencies [89b6739]
|
|
797
|
-
- @modern-js/utils@2.3.0
|
|
798
|
-
- @modern-js/plugin@2.3.0
|
|
799
|
-
- @modern-js/types@2.3.0
|
|
800
|
-
|
|
801
|
-
## 2.2.0
|
|
802
|
-
|
|
803
|
-
### Patch Changes
|
|
804
|
-
|
|
805
|
-
- f7a1c1f: fix: fix the router/server export
|
|
806
|
-
fix: 修复 router/server 的导出
|
|
807
|
-
- Updated dependencies [49eff0c]
|
|
808
|
-
- Updated dependencies [19bb384]
|
|
809
|
-
- @modern-js/utils@2.2.0
|
|
810
|
-
- @modern-js/types@2.2.0
|
|
811
|
-
- @modern-js/plugin@2.2.0
|
|
812
|
-
|
|
813
|
-
## 2.1.0
|
|
814
|
-
|
|
815
|
-
### Patch Changes
|
|
816
|
-
|
|
817
|
-
- f3237db: fix: loadable component should not be wrapped in suspense
|
|
818
|
-
fix: loadable component 不应该被 suspense 包裹
|
|
819
|
-
- 776cc27: chore: hard code MODER_TARGET
|
|
820
|
-
chore: 硬编码 MODER_TARGET
|
|
821
|
-
- 35d3e84: fix: add missing esbuild
|
|
822
|
-
fix: 添加缺失的 esbuild
|
|
823
|
-
- Updated dependencies [837620c]
|
|
824
|
-
- Updated dependencies [8a9482c]
|
|
825
|
-
- @modern-js/utils@2.1.0
|
|
826
|
-
- @modern-js/plugin@2.1.0
|
|
827
|
-
- @modern-js/types@2.1.0
|
|
828
|
-
|
|
829
|
-
## 2.0.2
|
|
830
|
-
|
|
831
|
-
### Patch Changes
|
|
832
|
-
|
|
833
|
-
- 39988b2: feat: advance the timing of static resource loading
|
|
834
|
-
feat: 将嵌套路由下静态资源加载时机提前
|
|
835
|
-
- Updated dependencies [39988b2]
|
|
836
|
-
- @modern-js/types@2.0.2
|
|
837
|
-
- @modern-js/utils@2.0.2
|
|
838
|
-
- @modern-js/plugin@2.0.2
|
|
839
|
-
|
|
840
|
-
## 2.0.1
|
|
841
|
-
|
|
842
|
-
### Patch Changes
|
|
843
|
-
|
|
844
|
-
- @modern-js/plugin@2.0.1
|
|
845
|
-
- @modern-js/types@2.0.1
|
|
846
|
-
- @modern-js/utils@2.0.1
|
|
847
|
-
|
|
848
|
-
## 2.0.0
|
|
849
|
-
|
|
850
|
-
### Major Changes
|
|
851
|
-
|
|
852
|
-
- dda38c9c3e: chore: v2
|
|
853
|
-
|
|
854
|
-
### Minor Changes
|
|
855
|
-
|
|
856
|
-
- c9e800d39a: feat: support React18 streaming SSR
|
|
857
|
-
feat: 支持 React18 流式 SSR
|
|
858
|
-
|
|
859
|
-
### Patch Changes
|
|
860
|
-
|
|
861
|
-
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
862
|
-
|
|
863
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
864
|
-
|
|
865
|
-
- 8b8e1bb571: feat: support nested routes
|
|
866
|
-
feat: 支持嵌套路由
|
|
867
|
-
- ffb2ed4: feat:
|
|
868
|
-
|
|
869
|
-
1. change storybook runtime logic
|
|
870
|
-
2. export runtime api define from runtime module
|
|
871
|
-
3. refactor defineConfig in module-tools
|
|
872
|
-
|
|
873
|
-
feat:
|
|
874
|
-
|
|
875
|
-
1. 更改 Storybook 对于 Runtime API 的处理逻辑
|
|
876
|
-
2. 从 @modern-js/runtime 导出 Runtime API 的用户配置
|
|
877
|
-
3. 重构 module-tools 的 defineConfig
|
|
878
|
-
|
|
879
|
-
- Updated dependencies [edd1cfb1af]
|
|
880
|
-
- Updated dependencies [6bda14ed71]
|
|
881
|
-
- Updated dependencies [dda38c9c3e]
|
|
882
|
-
- Updated dependencies [8b8e1bb571]
|
|
883
|
-
- Updated dependencies [ffb2ed4]
|
|
884
|
-
- Updated dependencies [bbe4c4ab64]
|
|
885
|
-
- @modern-js/utils@2.0.0
|
|
886
|
-
- @modern-js/types@2.0.0
|
|
887
|
-
- @modern-js/plugin@2.0.0
|
|
888
|
-
|
|
889
|
-
## 2.0.0-beta.7
|
|
890
|
-
|
|
891
|
-
### Major Changes
|
|
892
|
-
|
|
893
|
-
- dda38c9c3e: chore: v2
|
|
894
|
-
|
|
895
|
-
### Minor Changes
|
|
896
|
-
|
|
897
|
-
- c9e800d39a: feat: support React18 streaming SSR
|
|
898
|
-
feat: 支持 React18 流式 SSR
|
|
899
|
-
|
|
900
|
-
### Patch Changes
|
|
901
|
-
|
|
902
|
-
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
903
|
-
|
|
904
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
905
|
-
|
|
906
|
-
- 8b8e1bb571: feat: support nested routes
|
|
907
|
-
feat: 支持嵌套路由
|
|
908
|
-
- Updated dependencies [edd1cfb1af]
|
|
909
|
-
- Updated dependencies [6bda14ed71]
|
|
910
|
-
- Updated dependencies [dda38c9c3e]
|
|
911
|
-
- Updated dependencies [8b8e1bb571]
|
|
912
|
-
- Updated dependencies [bbe4c4ab64]
|
|
913
|
-
- @modern-js/utils@2.0.0-beta.7
|
|
914
|
-
- @modern-js/types@2.0.0-beta.7
|
|
915
|
-
- @modern-js/plugin@2.0.0-beta.7
|
|
916
|
-
|
|
917
|
-
## 2.0.0-beta.6
|
|
918
|
-
|
|
919
|
-
### Major Changes
|
|
920
|
-
|
|
921
|
-
- dda38c9c3e: chore: v2
|
|
922
|
-
|
|
923
|
-
### Minor Changes
|
|
924
|
-
|
|
925
|
-
- c9e800d39a: feat: support React18 streaming SSR
|
|
926
|
-
feat: 支持 React18 流式 SSR
|
|
927
|
-
- df7ee2d: feat: runtime user config types extends
|
|
928
|
-
feat: runtime 用户配置类型扩展
|
|
929
|
-
- 543be9558e: feat: compile server loader and support handle loader request
|
|
930
|
-
feat: 编译 server loader 并支持处理 loader 的请求
|
|
931
|
-
|
|
932
|
-
### Patch Changes
|
|
933
|
-
|
|
934
|
-
- 2344eb26ed: fix: bootstrap function params type define
|
|
935
|
-
|
|
936
|
-
fix: 修复 bootstrap 函数参数类型定义
|
|
937
|
-
|
|
938
|
-
- a11fcf8b50: feat: fallback logic of streaming ssr
|
|
939
|
-
feat: streaming ssr 降级逻辑
|
|
940
|
-
- a93159440e: feat: support modify routes for csr app
|
|
941
|
-
feat: 支持 modifyRoutes API
|
|
942
|
-
- e7ce0636d1: fix: root layout css chunks should't be loaded
|
|
943
|
-
fix: 不应该加载 root layout 的 css chunks
|
|
944
|
-
- b18fa8f3ed: feat: remove @loadable/component in streaming ssr
|
|
945
|
-
feat: 移除 streaming ssr 中的 @loadable/component 逻辑
|
|
946
|
-
- 50d4675e5b: fix: add document cli export
|
|
947
|
-
|
|
948
|
-
fix: 增加 document cli 插件的导出
|
|
949
|
-
|
|
950
|
-
- 6604f1b8b3: feat: support router basename
|
|
951
|
-
feat: router 插件支持设置 basename
|
|
952
|
-
- fda836fe8a: feat: support `models`,`initialState` config for state plugin
|
|
953
|
-
feat: state 插件支持`model`,`initialState` 配置
|
|
954
|
-
- d6bc321747: fix: the Document.tsx missed hmr
|
|
955
|
-
|
|
956
|
-
fix: Document.tsx 未能引发 hmr
|
|
957
|
-
|
|
958
|
-
- 3e57f2bd58: feat: add document feature with plugin
|
|
959
|
-
|
|
960
|
-
feat: 增加 document 功能插件
|
|
961
|
-
|
|
962
|
-
- 2e6031955e: fix: some optimizations for router and loader
|
|
963
|
-
fix: 一些 router 和 loader 的优化
|
|
964
|
-
q
|
|
965
|
-
- c5798d284f: fix(runtime): apply babel-plugin-ssr-loader-id when SSR is not used
|
|
966
|
-
|
|
967
|
-
fix(runtime): 在未启动 SSR 时需要注册 babel-plugin-ssr-loader-id
|
|
968
|
-
|
|
969
|
-
- fbf5eed5aa: fix: fix ssg failure due to lack of Web Response API
|
|
970
|
-
fix: 修复因为缺少 Web Response API 而导致 ssg 失败
|
|
971
|
-
- a2509bfbdb: feat: bump esbuild from 0.14.38 to 0.15.7
|
|
972
|
-
|
|
973
|
-
feat: 将 esbuild 从 0.14.38 版本升级至 0.15.7 版本
|
|
974
|
-
|
|
975
|
-
- a7c68832b3: fix: only register babel-plugin-ssr-loader-id when SSR is enabled
|
|
976
|
-
|
|
977
|
-
fix: 仅在开启 SSR 的场景下注册 babel-plugin-ssr-loader-id
|
|
978
|
-
|
|
979
|
-
- 425e57092d: feat: export react-router-dom/server staticRouter
|
|
980
|
-
feat: 导出 react-router-dom/server 的 staticRouter 组件
|
|
981
|
-
- e4357f1856: fix: change default document file and name
|
|
982
|
-
|
|
983
|
-
fix: 重置默认的 document 文件和文件名
|
|
984
|
-
|
|
985
|
-
- 4369648ae2: fix: fix html template of streaming ssr
|
|
986
|
-
fix: 修复流式渲染的 html 模版
|
|
987
|
-
- 92c0994468: chore: remove `registerPrefetch`
|
|
988
|
-
chore: 移除 `registerPrefetch`
|
|
989
|
-
- 2cc2eb35ba: fix: fix state plugin config
|
|
990
|
-
fix: 修复 state 插件 config 参数
|
|
991
|
-
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
992
|
-
|
|
993
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
994
|
-
|
|
995
|
-
- 92004d1906: feat: support load chunks parallelly
|
|
996
|
-
feat: 支持并行加载 chunks
|
|
997
|
-
- 40ed5874c6: feat: inject css chunk into html for streaming ssr
|
|
998
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
999
|
-
- 60d5378632: fix: function extname should not return array
|
|
1000
|
-
fix: 函数 extname 不应该返回一个数组
|
|
1001
|
-
- 8b8e1bb571: feat: support nested routes
|
|
1002
|
-
feat: 支持嵌套路由
|
|
1003
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
1004
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
1005
|
-
- 21d7521: fix: the Body not use Root jsx
|
|
1006
|
-
|
|
1007
|
-
fix: 修复 Body 里的 Root 引用格式
|
|
1008
|
-
|
|
1009
|
-
- 9144c21d27: fix: esbuild config use file
|
|
1010
|
-
|
|
1011
|
-
fix: 更改 esbuild 读取指定 ts 配置
|
|
1012
|
-
|
|
1013
|
-
- 18aaf42249: fix: fix server loader redirects
|
|
1014
|
-
fix: 修复 server loader 重定向错误
|
|
1015
|
-
- 34702d5d47: feat: support internal env vars: metaName_TARGET
|
|
1016
|
-
feat: 支持内置环境变量 metaName_TARGET
|
|
1017
|
-
- fcace5b5b9: fix: remove overmuch `@modernjs/utils` dependency import in ssr runtime & SSR hydrate error
|
|
1018
|
-
fix: 去除 ssr 运行时过多的 `@modernjs/utils` 依赖引入 & SSR hydrate 错误
|
|
1019
|
-
- Updated dependencies [7879e8f711]
|
|
1020
|
-
- Updated dependencies [6aca875011]
|
|
1021
|
-
- Updated dependencies [2e6031955e]
|
|
1022
|
-
- Updated dependencies [7b7d12cf8f]
|
|
1023
|
-
- Updated dependencies [7efeed4]
|
|
1024
|
-
- Updated dependencies [92f0eade39]
|
|
1025
|
-
- Updated dependencies [edd1cfb1af]
|
|
1026
|
-
- Updated dependencies [cc971eabfc]
|
|
1027
|
-
- Updated dependencies [5b9049f2e9]
|
|
1028
|
-
- Updated dependencies [6bda14ed71]
|
|
1029
|
-
- Updated dependencies [92004d1906]
|
|
1030
|
-
- Updated dependencies [b8bbe036c7]
|
|
1031
|
-
- Updated dependencies [40ed5874c6]
|
|
1032
|
-
- Updated dependencies [87c1ff86b9]
|
|
1033
|
-
- Updated dependencies [d5a31df781]
|
|
1034
|
-
- Updated dependencies [dda38c9c3e]
|
|
1035
|
-
- Updated dependencies [102d32e4ba]
|
|
1036
|
-
- Updated dependencies [8b8e1bb571]
|
|
1037
|
-
- Updated dependencies [3bbea92b2a]
|
|
1038
|
-
- Updated dependencies [b710adb843]
|
|
1039
|
-
- Updated dependencies [f179749375]
|
|
1040
|
-
- Updated dependencies [ea7cf06257]
|
|
1041
|
-
- Updated dependencies [bbe4c4ab64]
|
|
1042
|
-
- Updated dependencies [e4558a0bc4]
|
|
1043
|
-
- Updated dependencies [abf3421a75]
|
|
1044
|
-
- Updated dependencies [543be9558e]
|
|
1045
|
-
- Updated dependencies [14b712da84]
|
|
1046
|
-
- @modern-js/types@2.0.0-beta.6
|
|
1047
|
-
- @modern-js/utils@2.0.0-beta.6
|
|
1048
|
-
- @modern-js/plugin@2.0.0-beta.6
|
|
1049
|
-
|
|
1050
|
-
## 2.0.0-beta.4
|
|
1051
|
-
|
|
1052
|
-
### Major Changes
|
|
1053
|
-
|
|
1054
|
-
- dda38c9c3e: chore: v2
|
|
1055
|
-
|
|
1056
|
-
### Minor Changes
|
|
1057
|
-
|
|
1058
|
-
- c9e800d39a: feat: support React18 streaming SSR
|
|
1059
|
-
feat: 支持 React18 流式 SSR
|
|
1060
|
-
- 543be9558e: feat: compile server loader and support handle loader request
|
|
1061
|
-
feat: 编译 server loader 并支持处理 loader 的请求
|
|
1062
|
-
|
|
1063
|
-
### Patch Changes
|
|
1064
|
-
|
|
1065
|
-
- 2344eb26ed: fix: bootstrap function params type define
|
|
1066
|
-
|
|
1067
|
-
fix: 修复 bootstrap 函数参数类型定义
|
|
1068
|
-
|
|
1069
|
-
- a11fcf8b50: feat: fallback logic of streaming ssr
|
|
1070
|
-
feat: streaming ssr 降级逻辑
|
|
1071
|
-
- a931594: feat: support modify routes for csr app
|
|
1072
|
-
feat: 支持 modifyRoutes API
|
|
1073
|
-
- e7ce063: fix: root layout css chunks should't be loaded
|
|
1074
|
-
fix: 不应该加载 root layout 的 css chunks
|
|
1075
|
-
- b18fa8f3ed: feat: remove @loadable/component in streaming ssr
|
|
1076
|
-
feat: 移除 streaming ssr 中的 @loadable/component 逻辑
|
|
1077
|
-
- 50d4675: fix: add document cli export
|
|
1078
|
-
|
|
1079
|
-
fix: 增加 document cli 插件的导出
|
|
1080
|
-
|
|
1081
|
-
- 6604f1b: feat: support router basename
|
|
1082
|
-
feat: router 插件支持设置 basename
|
|
1083
|
-
- fda836f: feat: support `models`,`initialState` config for state plugin
|
|
1084
|
-
feat: state 插件支持`model`,`initialState` 配置
|
|
1085
|
-
- d6bc321: fix: the Document.tsx missed hmr
|
|
1086
|
-
|
|
1087
|
-
fix: Document.tsx 未能引发 hmr
|
|
1088
|
-
|
|
1089
|
-
- 3e57f2bd58: feat: add document feature with plugin
|
|
1090
|
-
|
|
1091
|
-
feat: 增加 document 功能插件
|
|
1092
|
-
|
|
1093
|
-
- 2e6031955e: fix: some optimizations for router and loader
|
|
1094
|
-
fix: 一些 router 和 loader 的优化
|
|
1095
|
-
q
|
|
1096
|
-
- c5798d2: fix(runtime): apply babel-plugin-ssr-loader-id when SSR is not used
|
|
1097
|
-
|
|
1098
|
-
fix(runtime): 在未启动 SSR 时需要注册 babel-plugin-ssr-loader-id
|
|
1099
|
-
|
|
1100
|
-
- fbf5eed5aa: fix: fix ssg failure due to lack of Web Response API
|
|
1101
|
-
fix: 修复因为缺少 Web Response API 而导致 ssg 失败
|
|
1102
|
-
- a2509bfbdb: feat: bump esbuild from 0.14.38 to 0.15.7
|
|
1103
|
-
|
|
1104
|
-
feat: 将 esbuild 从 0.14.38 版本升级至 0.15.7 版本
|
|
1105
|
-
|
|
1106
|
-
- a7c6883: fix: only register babel-plugin-ssr-loader-id when SSR is enabled
|
|
1107
|
-
|
|
1108
|
-
fix: 仅在开启 SSR 的场景下注册 babel-plugin-ssr-loader-id
|
|
1109
|
-
|
|
1110
|
-
- 425e57092d: feat: export react-router-dom/server staticRouter
|
|
1111
|
-
feat: 导出 react-router-dom/server 的 staticRouter 组件
|
|
1112
|
-
- e4357f1856: fix: change default document file and name
|
|
1113
|
-
|
|
1114
|
-
fix: 重置默认的 document 文件和文件名
|
|
1115
|
-
|
|
1116
|
-
- 4369648ae2: fix: fix html template of streaming ssr
|
|
1117
|
-
fix: 修复流式渲染的 html 模版
|
|
1118
|
-
- 92c0994468: chore: remove `registerPrefetch`
|
|
1119
|
-
chore: 移除 `registerPrefetch`
|
|
1120
|
-
- 2cc2eb3: fix: fix state plugin config
|
|
1121
|
-
fix: 修复 state 插件 config 参数
|
|
1122
|
-
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
1123
|
-
|
|
1124
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
1125
|
-
|
|
1126
|
-
- 92004d1906: feat: support load chunks parallelly
|
|
1127
|
-
feat: 支持并行加载 chunks
|
|
1128
|
-
- 40ed5874c6: feat: inject css chunk into html for streaming ssr
|
|
1129
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
1130
|
-
- 60d5378632: fix: function extname should not return array
|
|
1131
|
-
fix: 函数 extname 不应该返回一个数组
|
|
1132
|
-
- 8b8e1bb571: feat: support nested routes
|
|
1133
|
-
feat: 支持嵌套路由
|
|
1134
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
1135
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
1136
|
-
- 9144c21: fix: esbuild config use file
|
|
1137
|
-
|
|
1138
|
-
fix: 更改 esbuild 读取指定 ts 配置
|
|
1139
|
-
|
|
1140
|
-
- 18aaf42249: fix: fix server loader redirects
|
|
1141
|
-
fix: 修复 server loader 重定向错误
|
|
1142
|
-
- 34702d5: feat: support internal env vars: metaName_TARGET
|
|
1143
|
-
feat: 支持内置环境变量 metaName_TARGET
|
|
1144
|
-
- fcace5b5b9: fix: remove overmuch `@modernjs/utils` dependency import in ssr runtime & SSR hydrate error
|
|
1145
|
-
fix: 去除 ssr 运行时过多的 `@modernjs/utils` 依赖引入 & SSR hydrate 错误
|
|
1146
|
-
- Updated dependencies [7879e8f]
|
|
1147
|
-
- Updated dependencies [6aca875]
|
|
1148
|
-
- Updated dependencies [2e6031955e]
|
|
1149
|
-
- Updated dependencies [7b7d12c]
|
|
1150
|
-
- Updated dependencies [92f0eade39]
|
|
1151
|
-
- Updated dependencies [edd1cfb1af]
|
|
1152
|
-
- Updated dependencies [cc971eabfc]
|
|
1153
|
-
- Updated dependencies [5b9049f2e9]
|
|
1154
|
-
- Updated dependencies [6bda14ed71]
|
|
1155
|
-
- Updated dependencies [92004d1906]
|
|
1156
|
-
- Updated dependencies [b8bbe036c7]
|
|
1157
|
-
- Updated dependencies [40ed5874c6]
|
|
1158
|
-
- Updated dependencies [87c1ff86b9]
|
|
1159
|
-
- Updated dependencies [d5a31df781]
|
|
1160
|
-
- Updated dependencies [dda38c9c3e]
|
|
1161
|
-
- Updated dependencies [102d32e4ba]
|
|
1162
|
-
- Updated dependencies [8b8e1bb571]
|
|
1163
|
-
- Updated dependencies [3bbea92b2a]
|
|
1164
|
-
- Updated dependencies [b710adb843]
|
|
1165
|
-
- Updated dependencies [f179749375]
|
|
1166
|
-
- Updated dependencies [ea7cf06]
|
|
1167
|
-
- Updated dependencies [bbe4c4a]
|
|
1168
|
-
- Updated dependencies [e4558a0]
|
|
1169
|
-
- Updated dependencies [abf3421a75]
|
|
1170
|
-
- Updated dependencies [543be9558e]
|
|
1171
|
-
- Updated dependencies [14b712da84]
|
|
1172
|
-
- @modern-js/types@2.0.0-beta.4
|
|
1173
|
-
- @modern-js/utils@2.0.0-beta.4
|
|
1174
|
-
- @modern-js/plugin@2.0.0-beta.4
|
|
1175
|
-
|
|
1176
|
-
## 2.0.0-beta.3
|
|
1177
|
-
|
|
1178
|
-
### Major Changes
|
|
1179
|
-
|
|
1180
|
-
- dda38c9c3e: chore: v2
|
|
1181
|
-
|
|
1182
|
-
### Minor Changes
|
|
1183
|
-
|
|
1184
|
-
- c9e800d39a: feat: support React18 streaming SSR
|
|
1185
|
-
feat: 支持 React18 流式 SSR
|
|
1186
|
-
- 543be9558e: feat: compile server loader and support handle loader request
|
|
1187
|
-
feat: 编译 server loader 并支持处理 loader 的请求
|
|
1188
|
-
|
|
1189
|
-
### Patch Changes
|
|
1190
|
-
|
|
1191
|
-
- 2344eb26ed: fix: bootstrap function params type define
|
|
1192
|
-
|
|
1193
|
-
fix: 修复 bootstrap 函数参数类型定义
|
|
1194
|
-
|
|
1195
|
-
- a11fcf8b50: feat: fallback logic of streaming ssr
|
|
1196
|
-
feat: streaming ssr 降级逻辑
|
|
1197
|
-
- e7ce063: fix: root layout css chunks should't be loaded
|
|
1198
|
-
fix: 不应该加载 root layout 的 css chunks
|
|
1199
|
-
- b18fa8f3ed: feat: remove @loadable/component in streaming ssr
|
|
1200
|
-
feat: 移除 streaming ssr 中的 @loadable/component 逻辑
|
|
1201
|
-
- 6604f1b: feat: support router basename
|
|
1202
|
-
feat: router 插件支持设置 basename
|
|
1203
|
-
- fda836f: feat: support `models`,`initialState` config for state plugin
|
|
1204
|
-
feat: state 插件支持`model`,`initialState` 配置
|
|
1205
|
-
- 3e57f2bd58: feat: add document feature with plugin
|
|
1206
|
-
|
|
1207
|
-
feat: 增加 document 功能插件
|
|
1208
|
-
|
|
1209
|
-
- 2e60319: fix: some optimizations for router and loader
|
|
1210
|
-
fix: 一些 router 和 loader 的优化
|
|
1211
|
-
q
|
|
1212
|
-
- fbf5eed5aa: fix: fix ssg failure due to lack of Web Response API
|
|
1213
|
-
fix: 修复因为缺少 Web Response API 而导致 ssg 失败
|
|
1214
|
-
- a2509bfbdb: feat: bump esbuild from 0.14.38 to 0.15.7
|
|
1215
|
-
|
|
1216
|
-
feat: 将 esbuild 从 0.14.38 版本升级至 0.15.7 版本
|
|
1217
|
-
|
|
1218
|
-
- 425e570: feat: export react-router-dom/server staticRouter
|
|
1219
|
-
feat: 导出 react-router-dom/server 的 staticRouter 组件
|
|
1220
|
-
- e4357f1: fix: change default document file and name
|
|
1221
|
-
|
|
1222
|
-
fix: 重置默认的 document 文件和文件名
|
|
1223
|
-
|
|
1224
|
-
- 4369648ae2: fix: fix html template of streaming ssr
|
|
1225
|
-
fix: 修复流式渲染的 html 模版
|
|
1226
|
-
- 92c0994468: chore: remove `registerPrefetch`
|
|
1227
|
-
chore: 移除 `registerPrefetch`
|
|
1228
|
-
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
1229
|
-
|
|
1230
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
1231
|
-
|
|
1232
|
-
- 92004d1906: feat: support load chunks parallelly
|
|
1233
|
-
feat: 支持并行加载 chunks
|
|
1234
|
-
- 40ed5874c6: feat: inject css chunk into html for streaming ssr
|
|
1235
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
1236
|
-
- 60d5378632: fix: function extname should not return array
|
|
1237
|
-
fix: 函数 extname 不应该返回一个数组
|
|
1238
|
-
- 8b8e1bb571: feat: support nested routes
|
|
1239
|
-
feat: 支持嵌套路由
|
|
1240
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
1241
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
1242
|
-
- 18aaf42249: fix: fix server loader redirects
|
|
1243
|
-
fix: 修复 server loader 重定向错误
|
|
1244
|
-
- 34702d5: feat: support internal env vars: metaName_TARGET
|
|
1245
|
-
feat: 支持内置环境变量 metaName_TARGET
|
|
1246
|
-
- fcace5b5b9: fix: remove overmuch `@modernjs/utils` dependency import in ssr runtime & SSR hydrate error
|
|
1247
|
-
fix: 去除 ssr 运行时过多的 `@modernjs/utils` 依赖引入 & SSR hydrate 错误
|
|
1248
|
-
- Updated dependencies [6aca875]
|
|
1249
|
-
- Updated dependencies [2e60319]
|
|
1250
|
-
- Updated dependencies [92f0eade39]
|
|
1251
|
-
- Updated dependencies [edd1cfb1af]
|
|
1252
|
-
- Updated dependencies [cc971eabfc]
|
|
1253
|
-
- Updated dependencies [5b9049f2e9]
|
|
1254
|
-
- Updated dependencies [6bda14ed71]
|
|
1255
|
-
- Updated dependencies [92004d1906]
|
|
1256
|
-
- Updated dependencies [b8bbe036c7]
|
|
1257
|
-
- Updated dependencies [40ed5874c6]
|
|
1258
|
-
- Updated dependencies [87c1ff86b9]
|
|
1259
|
-
- Updated dependencies [d5a31df781]
|
|
1260
|
-
- Updated dependencies [dda38c9c3e]
|
|
1261
|
-
- Updated dependencies [102d32e4ba]
|
|
1262
|
-
- Updated dependencies [8b8e1bb571]
|
|
1263
|
-
- Updated dependencies [3bbea92b2a]
|
|
1264
|
-
- Updated dependencies [b710adb]
|
|
1265
|
-
- Updated dependencies [f179749375]
|
|
1266
|
-
- Updated dependencies [ea7cf06]
|
|
1267
|
-
- Updated dependencies [bbe4c4a]
|
|
1268
|
-
- Updated dependencies [e4558a0]
|
|
1269
|
-
- Updated dependencies [abf3421a75]
|
|
1270
|
-
- Updated dependencies [543be9558e]
|
|
1271
|
-
- Updated dependencies [14b712da84]
|
|
1272
|
-
- @modern-js/utils@2.0.0-beta.3
|
|
1273
|
-
- @modern-js/types@2.0.0-beta.3
|
|
1274
|
-
- @modern-js/plugin@2.0.0-beta.3
|
|
1275
|
-
|
|
1276
|
-
## 2.0.0-beta.2
|
|
1277
|
-
|
|
1278
|
-
### Major Changes
|
|
1279
|
-
|
|
1280
|
-
- dda38c9c3e: chore: v2
|
|
1281
|
-
|
|
1282
|
-
### Minor Changes
|
|
1283
|
-
|
|
1284
|
-
- c9e800d39a: feat: support React18 streaming SSR
|
|
1285
|
-
feat: 支持 React18 流式 SSR
|
|
1286
|
-
- 543be9558e: feat: compile server loader and support handle loader request
|
|
1287
|
-
feat: 编译 server loader 并支持处理 loader 的请求
|
|
1288
|
-
|
|
1289
|
-
### Patch Changes
|
|
1290
|
-
|
|
1291
|
-
- 2344eb2: fix: bootstrap function params type define
|
|
1292
|
-
|
|
1293
|
-
fix: 修复 bootstrap 函数参数类型定义
|
|
1294
|
-
|
|
1295
|
-
- a11fcf8: feat: fallback logic of streaming ssr
|
|
1296
|
-
feat: streaming ssr 降级逻辑
|
|
1297
|
-
- b18fa8f3ed: feat: remove @loadable/component in streaming ssr
|
|
1298
|
-
feat: 移除 streaming ssr 中的 @loadable/component 逻辑
|
|
1299
|
-
- 3e57f2b: feat: add document feature with plugin
|
|
1300
|
-
|
|
1301
|
-
feat: 增加 document 功能插件
|
|
1302
|
-
|
|
1303
|
-
- fbf5eed: fix: fix ssg failure due to lack of Web Response API
|
|
1304
|
-
fix: 修复因为缺少 Web Response API 而导致 ssg 失败
|
|
1305
|
-
- a2509bfbdb: feat: bump esbuild from 0.14.38 to 0.15.7
|
|
1306
|
-
|
|
1307
|
-
feat: 将 esbuild 从 0.14.38 版本升级至 0.15.7 版本
|
|
1308
|
-
|
|
1309
|
-
- e4357f1: fix: change default document file and name
|
|
1310
|
-
|
|
1311
|
-
fix: 重置默认的 document 文件和文件名
|
|
1312
|
-
|
|
1313
|
-
- 4369648ae2: fix: fix html template of streaming ssr
|
|
1314
|
-
fix: 修复流式渲染的 html 模版
|
|
1315
|
-
- 92c0994: chore: remove `registerPrefetch`
|
|
1316
|
-
chore: 移除 `registerPrefetch`
|
|
1317
|
-
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
1318
|
-
|
|
1319
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
1320
|
-
|
|
1321
|
-
- 92004d1: feat: support load chunks parallelly
|
|
1322
|
-
feat: 支持并行加载 chunks
|
|
1323
|
-
- 40ed587: feat: inject css chunk into html for streaming ssr
|
|
1324
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
1325
|
-
- 60d5378632: fix: function extname should not return array
|
|
1326
|
-
fix: 函数 extname 不应该返回一个数组
|
|
1327
|
-
- 8b8e1bb571: feat: support nested routes
|
|
1328
|
-
feat: 支持嵌套路由
|
|
1329
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
1330
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
1331
|
-
- 18aaf42: fix: fix server loader redirects
|
|
1332
|
-
fix: 修复 server loader 重定向错误
|
|
1333
|
-
- fcace5b5b9: fix: remove overmuch `@modernjs/utils` dependency import in ssr runtime & SSR hydrate error
|
|
1334
|
-
fix: 去除 ssr 运行时过多的 `@modernjs/utils` 依赖引入 & SSR hydrate 错误
|
|
1335
|
-
- Updated dependencies [92f0ead]
|
|
1336
|
-
- Updated dependencies [edd1cfb1af]
|
|
1337
|
-
- Updated dependencies [cc971eabfc]
|
|
1338
|
-
- Updated dependencies [5b9049f2e9]
|
|
1339
|
-
- Updated dependencies [6bda14ed71]
|
|
1340
|
-
- Updated dependencies [92004d1]
|
|
1341
|
-
- Updated dependencies [b8bbe036c7]
|
|
1342
|
-
- Updated dependencies [40ed587]
|
|
1343
|
-
- Updated dependencies [87c1ff8]
|
|
1344
|
-
- Updated dependencies [d5a31df781]
|
|
1345
|
-
- Updated dependencies [dda38c9c3e]
|
|
1346
|
-
- Updated dependencies [102d32e4ba]
|
|
1347
|
-
- Updated dependencies [8b8e1bb571]
|
|
1348
|
-
- Updated dependencies [3bbea92b2a]
|
|
1349
|
-
- Updated dependencies [f179749]
|
|
1350
|
-
- Updated dependencies [abf3421a75]
|
|
1351
|
-
- Updated dependencies [543be9558e]
|
|
1352
|
-
- Updated dependencies [14b712da84]
|
|
1353
|
-
- @modern-js/utils@2.0.0-beta.2
|
|
1354
|
-
- @modern-js/types@2.0.0-beta.2
|
|
1355
|
-
- @modern-js/plugin@2.0.0-beta.2
|
|
1356
|
-
|
|
1357
|
-
## 2.0.0-beta.1
|
|
1358
|
-
|
|
1359
|
-
### Major Changes
|
|
1360
|
-
|
|
1361
|
-
- dda38c9: chore: v2
|
|
1362
|
-
|
|
1363
|
-
### Minor Changes
|
|
1364
|
-
|
|
1365
|
-
- c9e800d39a: feat: support React18 streaming SSR
|
|
1366
|
-
feat: 支持 React18 流式 SSR
|
|
1367
|
-
- 543be9558e: feat: compile server loader and support handle loader request
|
|
1368
|
-
feat: 编译 server loader 并支持处理 loader 的请求
|
|
1369
|
-
|
|
1370
|
-
### Patch Changes
|
|
1371
|
-
|
|
1372
|
-
- 2344eb2: fix: bootstrap function params type define
|
|
1373
|
-
|
|
1374
|
-
fix: 修复 bootstrap 函数参数类型定义
|
|
1375
|
-
|
|
1376
|
-
- a11fcf8: feat: fallback logic of streaming ssr
|
|
1377
|
-
feat: streaming ssr 降级逻辑
|
|
1378
|
-
- b18fa8f: feat: remove @loadable/component in streaming ssr
|
|
1379
|
-
feat: 移除 streaming ssr 中的 @loadable/component 逻辑
|
|
1380
|
-
- 3e57f2b: feat: add document feature with plugin
|
|
1381
|
-
|
|
1382
|
-
feat: 增加 document 功能插件
|
|
1383
|
-
|
|
1384
|
-
- fbf5eed: fix: fix ssg failure due to lack of Web Response API
|
|
1385
|
-
fix: 修复因为缺少 Web Response API 而导致 ssg 失败
|
|
1386
|
-
- a2509bfbdb: feat: bump esbuild from 0.14.38 to 0.15.7
|
|
1387
|
-
|
|
1388
|
-
feat: 将 esbuild 从 0.14.38 版本升级至 0.15.7 版本
|
|
1389
|
-
|
|
1390
|
-
- 4369648ae2: fix: fix html template of streaming ssr
|
|
1391
|
-
fix: 修复流式渲染的 html 模版
|
|
1392
|
-
- 92c0994: chore: remove `registerPrefetch`
|
|
1393
|
-
chore: 移除 `registerPrefetch`
|
|
1394
|
-
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
1395
|
-
|
|
1396
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
1397
|
-
|
|
1398
|
-
- 92004d1: feat: support load chunks parallelly
|
|
1399
|
-
feat: 支持并行加载 chunks
|
|
1400
|
-
- 40ed587: feat: inject css chunk into html for streaming ssr
|
|
1401
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
1402
|
-
- 60d5378632: fix: function extname should not return array
|
|
1403
|
-
fix: 函数 extname 不应该返回一个数组
|
|
1404
|
-
- 8b8e1bb571: feat: support nested routes
|
|
1405
|
-
feat: 支持嵌套路由
|
|
1406
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
1407
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
1408
|
-
- 18aaf42: fix: fix server loader redirects
|
|
1409
|
-
fix: 修复 server loader 重定向错误
|
|
1410
|
-
- fcace5b5b9: fix: remove overmuch `@modernjs/utils` dependency import in ssr runtime & SSR hydrate error
|
|
1411
|
-
fix: 去除 ssr 运行时过多的 `@modernjs/utils` 依赖引入 & SSR hydrate 错误
|
|
1412
|
-
- Updated dependencies [92f0ead]
|
|
1413
|
-
- Updated dependencies [edd1cfb1af]
|
|
1414
|
-
- Updated dependencies [cc971eabfc]
|
|
1415
|
-
- Updated dependencies [5b9049f]
|
|
1416
|
-
- Updated dependencies [6bda14ed71]
|
|
1417
|
-
- Updated dependencies [92004d1]
|
|
1418
|
-
- Updated dependencies [b8bbe036c7]
|
|
1419
|
-
- Updated dependencies [40ed587]
|
|
1420
|
-
- Updated dependencies [87c1ff8]
|
|
1421
|
-
- Updated dependencies [d5a31df781]
|
|
1422
|
-
- Updated dependencies [dda38c9]
|
|
1423
|
-
- Updated dependencies [102d32e4ba]
|
|
1424
|
-
- Updated dependencies [8b8e1bb571]
|
|
1425
|
-
- Updated dependencies [3bbea92b2a]
|
|
1426
|
-
- Updated dependencies [f179749]
|
|
1427
|
-
- Updated dependencies [abf3421]
|
|
1428
|
-
- Updated dependencies [543be9558e]
|
|
1429
|
-
- Updated dependencies [14b712d]
|
|
1430
|
-
- @modern-js/utils@2.0.0-beta.1
|
|
1431
|
-
- @modern-js/types@2.0.0-beta.1
|
|
1432
|
-
- @modern-js/plugin@2.0.0-beta.1
|
|
1433
|
-
|
|
1434
|
-
## 2.0.0-beta.0
|
|
1435
|
-
|
|
1436
|
-
### Major Changes
|
|
1437
|
-
|
|
1438
|
-
- dda38c9: chore: v2
|
|
1439
|
-
|
|
1440
|
-
### Minor Changes
|
|
1441
|
-
|
|
1442
|
-
- c9e800d39: feat: support React18 streaming SSR
|
|
1443
|
-
feat: 支持 React18 流式 SSR
|
|
1444
|
-
- 543be95: feat: compile server loader and support handle loader request
|
|
1445
|
-
feat: 编译 server loader 并支持处理 loader 的请求
|
|
1446
|
-
|
|
1447
|
-
### Patch Changes
|
|
1448
|
-
|
|
1449
|
-
- b18fa8f: feat: remove @loadable/component in streaming ssr
|
|
1450
|
-
feat: 移除 streaming ssr 中的 @loadable/component 逻辑
|
|
1451
|
-
- a2509bf: feat: bump esbuild from 0.14.38 to 0.15.7
|
|
1452
|
-
|
|
1453
|
-
feat: 将 esbuild 从 0.14.38 版本升级至 0.15.7 版本
|
|
1454
|
-
|
|
1455
|
-
- 4369648ae: fix: fix html template of streaming ssr
|
|
1456
|
-
fix: 修复流式渲染的 html 模版
|
|
1457
|
-
- 6bda14ed7: feat: refactor router with react-router@6.4
|
|
1458
|
-
|
|
1459
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
1460
|
-
|
|
1461
|
-
- 60d5378: fix: function extname should not return array
|
|
1462
|
-
fix: 函数 extname 不应该返回一个数组
|
|
1463
|
-
- 8b8e1bb57: feat: support nested routes
|
|
1464
|
-
feat: 支持嵌套路由
|
|
1465
|
-
- 3bbea92b2: feat: support Hook、Middleware new API
|
|
1466
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
1467
|
-
- fcace5b5b: fix: remove overmuch `@modernjs/utils` dependency import in ssr runtime & SSR hydrate error
|
|
1468
|
-
fix: 去除 ssr 运行时过多的 `@modernjs/utils` 依赖引入 & SSR hydrate 错误
|
|
1469
|
-
- Updated dependencies [edd1cfb1a]
|
|
1470
|
-
- Updated dependencies [cc971eabf]
|
|
1471
|
-
- Updated dependencies [5b9049f]
|
|
1472
|
-
- Updated dependencies [6bda14ed7]
|
|
1473
|
-
- Updated dependencies [b8bbe036c]
|
|
1474
|
-
- Updated dependencies [d5a31df78]
|
|
1475
|
-
- Updated dependencies [dda38c9]
|
|
1476
|
-
- Updated dependencies [102d32e4b]
|
|
1477
|
-
- Updated dependencies [8b8e1bb57]
|
|
1478
|
-
- Updated dependencies [3bbea92b2]
|
|
1479
|
-
- Updated dependencies [abf3421]
|
|
1480
|
-
- Updated dependencies [543be95]
|
|
1481
|
-
- Updated dependencies [14b712d]
|
|
1482
|
-
- @modern-js/utils@2.0.0-beta.0
|
|
1483
|
-
- @modern-js/types@2.0.0-beta.0
|
|
1484
|
-
- @modern-js/plugin@2.0.0-beta.0
|
|
1485
|
-
|
|
1486
|
-
## 1.21.2
|
|
1487
|
-
|
|
1488
|
-
### Patch Changes
|
|
1489
|
-
|
|
1490
|
-
- Updated dependencies [9d4c0ba]
|
|
1491
|
-
- @modern-js/plugin@1.21.2
|
|
1492
|
-
- @modern-js/webpack@1.21.2
|
|
1493
|
-
- @modern-js/utils@1.21.2
|
|
1494
|
-
|
|
1495
|
-
## 1.21.1
|
|
1496
|
-
|
|
1497
|
-
### Patch Changes
|
|
1498
|
-
|
|
1499
|
-
- @modern-js/webpack@1.21.1
|
|
1500
|
-
- @modern-js/plugin@1.21.1
|
|
1501
|
-
- @modern-js/utils@1.21.1
|
|
1502
|
-
|
|
1503
|
-
## 1.21.0
|
|
1504
|
-
|
|
1505
|
-
### Patch Changes
|
|
1506
|
-
|
|
1507
|
-
- f51c59a: feat: remove node internal package like fs or path which import by ssr runtime
|
|
1508
|
-
feat: 删除在 ssr runtime 中引用的 node 内部包
|
|
1509
|
-
- 4c1f3a4: fix: runtime export field
|
|
1510
|
-
|
|
1511
|
-
fix: 修复 runtime 包导出字段
|
|
1512
|
-
|
|
1513
|
-
- 4c1f3a4: fix: state runtime plugin params
|
|
1514
|
-
|
|
1515
|
-
fix: state 插件参数格式
|
|
1516
|
-
|
|
1517
|
-
- c40fc4b: fix: add missing ssr exports from runtime ssr plugin
|
|
1518
|
-
fix: 补充 runtime ssr 插件中丢失的 ssr 导出
|
|
1519
|
-
- Updated dependencies [17d1672]
|
|
1520
|
-
- Updated dependencies [28f0a4f]
|
|
1521
|
-
- Updated dependencies [b0597e3]
|
|
1522
|
-
- @modern-js/webpack@1.21.0
|
|
1523
|
-
- @modern-js/plugin@1.21.0
|
|
1524
|
-
- @modern-js/utils@1.21.0
|
|
1525
|
-
|
|
1526
|
-
## 1.20.1
|
|
1527
|
-
|
|
1528
|
-
### Patch Changes
|
|
1529
|
-
|
|
1530
|
-
- Updated dependencies [49515c5]
|
|
1531
|
-
- @modern-js/utils@1.20.1
|
|
1532
|
-
- @modern-js/webpack@1.20.1
|
|
1533
|
-
- @modern-js/plugin@1.20.1
|
|
1534
|
-
|
|
1535
|
-
## 1.20.0
|
|
1536
|
-
|
|
1537
|
-
### Patch Changes
|
|
1538
|
-
|
|
1539
|
-
- b57d5ff: fix: ssr runtime plugin need default config
|
|
1540
|
-
fix: ssr 运行时插件需要传入默认配置
|
|
1541
|
-
- 715df7a: feat: support loadable scripts add crossorigin attribute
|
|
1542
|
-
feat: SSR 支持 loadable 脚本添加 crossorigin 属性
|
|
1543
|
-
- Updated dependencies [d5d570b]
|
|
1544
|
-
- Updated dependencies [4ddc185]
|
|
1545
|
-
- Updated dependencies [df8ee7e]
|
|
1546
|
-
- Updated dependencies [077aef8]
|
|
1547
|
-
- Updated dependencies [8c05089]
|
|
1548
|
-
- @modern-js/utils@1.20.0
|
|
1549
|
-
- @modern-js/webpack@1.20.0
|
|
1550
|
-
- @modern-js/plugin@1.20.0
|
|
1551
|
-
|
|
1552
|
-
## 1.19.0
|
|
1553
|
-
|
|
1554
|
-
### Patch Changes
|
|
1555
|
-
|
|
1556
|
-
- @modern-js/webpack@1.19.0
|
|
1557
|
-
- @modern-js/plugin@1.19.0
|
|
1558
|
-
- @modern-js/utils@1.19.0
|
|
1559
|
-
|
|
1560
|
-
## 1.18.1
|
|
1561
|
-
|
|
1562
|
-
### Patch Changes
|
|
1563
|
-
|
|
1564
|
-
- Updated dependencies [c1a4d9b]
|
|
1565
|
-
- Updated dependencies [9fcfbd4]
|
|
1566
|
-
- Updated dependencies [6c2c745]
|
|
1567
|
-
- @modern-js/plugin@1.18.1
|
|
1568
|
-
- @modern-js/utils@1.18.1
|
|
1569
|
-
- @modern-js/webpack@1.18.1
|
|
1570
|
-
|
|
1571
|
-
## 1.18.0
|
|
1572
|
-
|
|
1573
|
-
### Patch Changes
|
|
1574
|
-
|
|
1575
|
-
- Updated dependencies [8280920]
|
|
1576
|
-
- Updated dependencies [5227370]
|
|
1577
|
-
- Updated dependencies [7928bae]
|
|
1578
|
-
- @modern-js/utils@1.18.0
|
|
1579
|
-
- @modern-js/webpack@1.18.0
|
|
1580
|
-
- @modern-js/plugin@1.18.0
|
|
1581
|
-
|
|
1582
|
-
## 1.17.0
|
|
1583
|
-
|
|
1584
|
-
### Patch Changes
|
|
1585
|
-
|
|
1586
|
-
- 77d3a38: feat: remove `.runtime-exports/index.js` export
|
|
1587
|
-
|
|
1588
|
-
feat: 移除 `.runtime-exports/index.js` 导出
|
|
1589
|
-
|
|
1590
|
-
- 492437f: fix: runtime type
|
|
1591
|
-
|
|
1592
|
-
fix: 修复 runtime 类型定义
|
|
1593
|
-
|
|
1594
|
-
- c3d4a6a: feat: support react 18 ssr
|
|
1595
|
-
feat: 支持 React 18 下使用 SSR
|
|
1596
|
-
- Updated dependencies [1b9176f]
|
|
1597
|
-
- Updated dependencies [77d3a38]
|
|
1598
|
-
- Updated dependencies [151329d]
|
|
1599
|
-
- Updated dependencies [5af9472]
|
|
1600
|
-
- Updated dependencies [6b6a534]
|
|
1601
|
-
- Updated dependencies [6b43a2b]
|
|
1602
|
-
- Updated dependencies [a7be124]
|
|
1603
|
-
- Updated dependencies [31547b4]
|
|
1604
|
-
- @modern-js/utils@1.17.0
|
|
1605
|
-
- @modern-js/webpack@1.17.0
|
|
1606
|
-
- @modern-js/plugin@1.17.0
|
|
1607
|
-
|
|
1608
|
-
## 1.16.1
|
|
1609
|
-
|
|
1610
|
-
### Patch Changes
|
|
1611
|
-
|
|
1612
|
-
- fix: runtime type
|
|
1613
|
-
|
|
1614
|
-
fix: 修复 runtime 类型定义
|
|
1615
|
-
|
|
1616
|
-
## 1.16.0
|
|
1617
|
-
|
|
1618
|
-
### Minor Changes
|
|
1619
|
-
|
|
1620
|
-
- 1100dd58c: chore: support react 18
|
|
1621
|
-
|
|
1622
|
-
chore: 支持 React 18
|
|
1623
|
-
|
|
1624
|
-
### Patch Changes
|
|
1625
|
-
|
|
1626
|
-
- a480d6ad0: fix: remove helmet regexp's global tag
|
|
1627
|
-
fix: 删除 helmet 中正则匹配的全局标记
|
|
1628
|
-
- Updated dependencies [641592f52]
|
|
1629
|
-
- Updated dependencies [3904b30a5]
|
|
1630
|
-
- Updated dependencies [1100dd58c]
|
|
1631
|
-
- Updated dependencies [e04e6e76a]
|
|
1632
|
-
- Updated dependencies [81c66e4a4]
|
|
1633
|
-
- Updated dependencies [2c305b6f5]
|
|
1634
|
-
- @modern-js/utils@1.16.0
|
|
1635
|
-
- @modern-js/webpack@1.16.0
|
|
1636
|
-
- @modern-js/plugin@1.16.0
|
|
1637
|
-
|
|
1638
|
-
## 1.15.0
|
|
1639
|
-
|
|
1640
|
-
### Patch Changes
|
|
1641
|
-
|
|
1642
|
-
- 335c97c: fix: fix runtime context format bug
|
|
1643
|
-
fix: 修复 runtimeContext 数据格式化时的问题
|
|
1644
|
-
- a04a11b: fix: 修复 SSR 物理降级时,获取不到请求上下文的问题
|
|
1645
|
-
fix: should get ssrContext anyway if entry is ssr enable
|
|
1646
|
-
- Updated dependencies [8658a78]
|
|
1647
|
-
- Updated dependencies [0df4970]
|
|
1648
|
-
- Updated dependencies [05d4a4f]
|
|
1649
|
-
- Updated dependencies [ad05af9]
|
|
1650
|
-
- Updated dependencies [5d53d1c]
|
|
1651
|
-
- Updated dependencies [37cd159]
|
|
1652
|
-
- @modern-js/utils@1.15.0
|
|
1653
|
-
- @modern-js/webpack@1.15.0
|
|
1654
|
-
- @modern-js/plugin@1.15.0
|
|
1655
|
-
|
|
1656
|
-
## 1.5.0
|
|
1657
|
-
|
|
1658
|
-
### Minor Changes
|
|
1659
|
-
|
|
1660
|
-
- 59c941a: chore(runtime): merge `@modern-js/runtime-core` to `@modern-js/runtime`
|
|
1661
|
-
|
|
1662
|
-
chore(runtime): 合并 `@modern-js/runtime-core` 到 `@modern-js/runtime`
|
|
1663
|
-
|
|
1664
|
-
### Patch Changes
|
|
1665
|
-
|
|
1666
|
-
- e0cd14a: feat: support runtime router and state type
|
|
1667
|
-
|
|
1668
|
-
feat: 支持在 `modern.config.ts` 中提示 `runtime.router` and `runtime.state` 类型
|
|
1669
|
-
|
|
1670
|
-
- 287ac8b: fix(runtime): router plugin replace error
|
|
1671
|
-
|
|
1672
|
-
fix(runtime): router 插件 replace 报错
|
|
1673
|
-
|
|
1674
|
-
- Updated dependencies [79e83ef]
|
|
1675
|
-
- Updated dependencies [5f1a231]
|
|
1676
|
-
- Updated dependencies [22f4dca]
|
|
1677
|
-
- Updated dependencies [7b9067f]
|
|
1678
|
-
- @modern-js/utils@1.9.0
|
|
1679
|
-
- @modern-js/webpack@1.12.4
|
|
1680
|
-
|
|
1681
|
-
## 1.4.3
|
|
1682
|
-
|
|
1683
|
-
### Patch Changes
|
|
1684
|
-
|
|
1685
|
-
- b27d299: fix: runtime plugin module path
|
|
1686
|
-
|
|
1687
|
-
fix: 修复内置 runtime 插件模块导入路径
|
|
1688
|
-
|
|
1689
|
-
- Updated dependencies [4f1889d]
|
|
1690
|
-
- @modern-js/utils@1.8.1
|
|
1691
|
-
- @modern-js/webpack@1.12.3
|
|
1692
|
-
- @modern-js/runtime-core@1.5.4
|
|
1693
|
-
|
|
1694
|
-
## 1.4.2
|
|
1695
|
-
|
|
1696
|
-
### Patch Changes
|
|
1697
|
-
|
|
1698
|
-
- b28372c: fix(runtime): fix model types for effects
|
|
1699
|
-
|
|
1700
|
-
fix(runtime): 修复因为 runtime 包合并导致的 model effects 类型不生效问题
|
|
1701
|
-
|
|
1702
|
-
- Updated dependencies [9a173a7]
|
|
1703
|
-
- @modern-js/webpack@1.12.3
|
|
1704
|
-
- @modern-js/runtime-core@1.5.4
|
|
1705
|
-
- @modern-js/utils@1.8.0
|
|
1706
|
-
|
|
1707
|
-
## 1.4.1
|
|
1708
|
-
|
|
1709
|
-
### Patch Changes
|
|
1710
|
-
|
|
1711
|
-
- 132812542: fix: plugin runtime dependencies
|
|
1712
|
-
|
|
1713
|
-
fix: 修复 runtime 插件依赖
|
|
1714
|
-
|
|
1715
|
-
## 1.4.0
|
|
1716
|
-
|
|
1717
|
-
### Minor Changes
|
|
1718
|
-
|
|
1719
|
-
- 4fc801f: chore(runtime): merge `@modern-js/plugin-state` to `@modern-js/runtime`
|
|
1720
|
-
|
|
1721
|
-
chore(runtime): 合并 `@modern-js/plugin-state` 到 `@modern-js/runtime`
|
|
1722
|
-
|
|
1723
|
-
- 4fc801f: chore(runtime): merge `@modern-js/plugin-router` to `@modern-js/runtime`
|
|
1724
|
-
|
|
1725
|
-
chore(runtime): 合并 `@modern-js/plugin-router` 到 `@modern-js/runtime`
|
|
1726
|
-
|
|
1727
|
-
- 4fc801f: chore(runtime): merge `@modern-js/plugin-ssr` to `@modern-js/runtime`
|
|
1728
|
-
|
|
1729
|
-
chore(runtime): 合并 `@modern-js/plugin-ssr` 到 `@modern-js/runtime`
|
|
1730
|
-
|
|
1731
|
-
- 4fc801f: chore(runtime): remove `@modern-js/create-request` from `@modern-js/runtime`
|
|
1732
|
-
|
|
1733
|
-
chore(runtime): `@modern-js/runtime` 中移除 `@modern-js/create-request` 依赖
|
|
1734
|
-
|
|
1735
|
-
- 16eaebd: fix: package exports field
|
|
1736
|
-
|
|
1737
|
-
fix: 修复包导出字段
|
|
1738
|
-
|
|
1739
|
-
- 8f046e8: chore(bff): remove `@modern-js/bff-runtime` from `@modern-js/runtime` dependence
|
|
1740
|
-
|
|
1741
|
-
chore(bff): `@modern-js/runtime` 中移除 `@modern-js/bff-runtime` 依赖
|
|
1742
|
-
|
|
1743
|
-
### Patch Changes
|
|
1744
|
-
|
|
1745
|
-
- 1421965: fix: ssg build error when multi entries
|
|
1746
|
-
fix: 修复多入口下 SSG 构建错误
|
|
1747
|
-
- b8ea9cd: fix runtime ssr exports
|
|
1748
|
-
- c8614b8: fix: using typeof window to determine the browser environment is not accurate
|
|
1749
|
-
fix: 使用 typeof windows 判断浏览器环境不够准确
|
|
1750
|
-
- Updated dependencies [1421965]
|
|
1751
|
-
- Updated dependencies [02647d2]
|
|
1752
|
-
- Updated dependencies [4fc801f]
|
|
1753
|
-
- Updated dependencies [9d60891]
|
|
1754
|
-
- Updated dependencies [e4b73b2]
|
|
1755
|
-
- Updated dependencies [c8614b8]
|
|
1756
|
-
- Updated dependencies [df73691]
|
|
1757
|
-
- @modern-js/webpack@1.12.2
|
|
1758
|
-
- @modern-js/utils@1.8.0
|
|
1759
|
-
- @modern-js/runtime-core@1.5.4
|
|
1760
|
-
|
|
1761
|
-
## 1.3.5
|
|
1762
|
-
|
|
1763
|
-
### Patch Changes
|
|
1764
|
-
|
|
1765
|
-
- 8d0f1b9: feat: rumtime config types
|
|
1766
|
-
feat: 补充 runtime 配置类型
|
|
1767
|
-
- Updated dependencies [33cebd2]
|
|
1768
|
-
- @modern-js/plugin-ssr@1.5.0
|
|
1769
|
-
- @modern-js/plugin-router@1.2.16
|
|
1770
|
-
- @modern-js/plugin-state@1.2.10
|
|
1771
|
-
- @modern-js/runtime-core@1.5.3
|
|
1772
|
-
- @modern-js/utils@1.7.12
|
|
1773
|
-
|
|
1774
|
-
## 1.3.4
|
|
1775
|
-
|
|
1776
|
-
### Patch Changes
|
|
1777
|
-
|
|
1778
|
-
- 3050acc: add styled-components alias
|
|
1779
|
-
- Updated dependencies [77a8e9e]
|
|
1780
|
-
- Updated dependencies [43b2224]
|
|
1781
|
-
- Updated dependencies [dc37349]
|
|
1782
|
-
- Updated dependencies [77a8e9e]
|
|
1783
|
-
- Updated dependencies [f29e9ba]
|
|
1784
|
-
- Updated dependencies [2dacc89]
|
|
1785
|
-
- Updated dependencies [a90bc96]
|
|
1786
|
-
- @modern-js/bff-runtime@1.3.0
|
|
1787
|
-
- @modern-js/plugin-ssr@1.4.6
|
|
1788
|
-
- @modern-js/runtime-core@1.5.2
|
|
1789
|
-
- @modern-js/plugin-router@1.2.16
|
|
1790
|
-
- @modern-js/create-request@1.3.0
|
|
1791
|
-
- @modern-js/utils@1.7.9
|
|
1792
|
-
- @modern-js/plugin-state@1.2.10
|
|
1793
|
-
|
|
1794
|
-
## 1.3.3
|
|
1795
|
-
|
|
1796
|
-
### Patch Changes
|
|
1797
|
-
|
|
1798
|
-
- 8d0eb81f5: add styled-components alias
|
|
1799
|
-
|
|
1800
|
-
## 1.3.2
|
|
1801
|
-
|
|
1802
|
-
### Patch Changes
|
|
1803
|
-
|
|
1804
|
-
- a1198d509: feat: bump babel 7.18.0
|
|
1805
|
-
- Updated dependencies [a1198d509]
|
|
1806
|
-
- @modern-js/plugin-router@1.2.15
|
|
1807
|
-
- @modern-js/plugin-ssr@1.4.5
|
|
1808
|
-
- @modern-js/plugin-state@1.2.10
|
|
1809
|
-
- @modern-js/runtime-core@1.4.9
|
|
1810
|
-
- @modern-js/bff-runtime@1.2.4
|
|
1811
|
-
- @modern-js/create-request@1.2.11
|
|
1812
|
-
|
|
1813
|
-
## 1.3.1
|
|
1814
|
-
|
|
1815
|
-
### Patch Changes
|
|
1816
|
-
|
|
1817
|
-
- 37250cb8f: feat: supply `AppConfig` types
|
|
1818
|
-
- Updated dependencies [6c8ab42dd]
|
|
1819
|
-
- Updated dependencies [808baede3]
|
|
1820
|
-
- Updated dependencies [37250cb8f]
|
|
1821
|
-
- Updated dependencies [fc43fef39]
|
|
1822
|
-
- Updated dependencies [a204922e8]
|
|
1823
|
-
- @modern-js/plugin-ssr@1.4.4
|
|
1824
|
-
- @modern-js/runtime-core@1.4.8
|
|
1825
|
-
- @modern-js/plugin-state@1.2.9
|
|
1826
|
-
- @modern-js/plugin-router@1.2.14
|
|
1827
|
-
|
|
1828
|
-
## 1.3.0
|
|
1829
|
-
|
|
1830
|
-
### Minor Changes
|
|
1831
|
-
|
|
1832
|
-
- a9f5d170c: fix: @modern-js/runtime/model effects type error
|
|
1833
|
-
|
|
1834
|
-
### Patch Changes
|
|
1835
|
-
|
|
1836
|
-
- d32f35134: chore: add modern/jest/eslint/ts config files to .npmignore
|
|
1837
|
-
- Updated dependencies [d32f35134]
|
|
1838
|
-
- Updated dependencies [6ae4a34ae]
|
|
1839
|
-
- Updated dependencies [97086dde8]
|
|
1840
|
-
- Updated dependencies [97086dde8]
|
|
1841
|
-
- Updated dependencies [b80229c79]
|
|
1842
|
-
- Updated dependencies [5bfb57321]
|
|
1843
|
-
- Updated dependencies [948cc4436]
|
|
1844
|
-
- @modern-js/plugin-router@1.2.14
|
|
1845
|
-
- @modern-js/plugin-state@1.2.7
|
|
1846
|
-
- @modern-js/runtime-core@1.4.6
|
|
1847
|
-
- @modern-js/bff-runtime@1.2.3
|
|
1848
|
-
- @modern-js/create-request@1.2.8
|
|
1849
|
-
- @modern-js/utils@1.7.3
|
|
1850
|
-
- @modern-js/plugin-ssr@1.3.2
|
|
1851
|
-
|
|
1852
|
-
## 1.2.9
|
|
1853
|
-
|
|
1854
|
-
### Patch Changes
|
|
1855
|
-
|
|
1856
|
-
- 69a728375: fix: remove exports.jsnext:source after publish
|
|
1857
|
-
- Updated dependencies [cd7346b0d]
|
|
1858
|
-
- Updated dependencies [0e0537005]
|
|
1859
|
-
- Updated dependencies [69a728375]
|
|
1860
|
-
- Updated dependencies [0f86e133b]
|
|
1861
|
-
- Updated dependencies [b5943b029]
|
|
1862
|
-
- @modern-js/runtime-core@1.4.5
|
|
1863
|
-
- @modern-js/utils@1.7.2
|
|
1864
|
-
- @modern-js/plugin-ssr@1.3.1
|
|
1865
|
-
- @modern-js/plugin-router@1.2.13
|
|
1866
|
-
- @modern-js/create-request@1.2.7
|
|
1867
|
-
- @modern-js/plugin-state@1.2.6
|
|
1868
|
-
|
|
1869
|
-
## 1.2.7
|
|
1870
|
-
|
|
1871
|
-
### Patch Changes
|
|
1872
|
-
|
|
1873
|
-
- 6c1438d2: fix: missing peer deps warnings
|
|
1874
|
-
- 123e432d: uglify ssr bundle for treeshaking
|
|
1875
|
-
- Updated dependencies [2d155c4c]
|
|
1876
|
-
- Updated dependencies [a0475f1a]
|
|
1877
|
-
- Updated dependencies [123e432d]
|
|
1878
|
-
- Updated dependencies [6c1438d2]
|
|
1879
|
-
- Updated dependencies [e5a9b26d]
|
|
1880
|
-
- Updated dependencies [0b26b93b]
|
|
1881
|
-
- Updated dependencies [123e432d]
|
|
1882
|
-
- Updated dependencies [f9f66ef9]
|
|
1883
|
-
- Updated dependencies [592edabc]
|
|
1884
|
-
- Updated dependencies [895fa0ff]
|
|
1885
|
-
- Updated dependencies [3578913e]
|
|
1886
|
-
- Updated dependencies [0fccff68]
|
|
1887
|
-
- Updated dependencies [1c3beab3]
|
|
1888
|
-
- @modern-js/utils@1.6.0
|
|
1889
|
-
- @modern-js/plugin-ssr@1.2.8
|
|
1890
|
-
- @modern-js/plugin-state@1.2.5
|
|
1891
|
-
- @modern-js/plugin-router@1.2.11
|
|
1892
|
-
- @modern-js/runtime-core@1.4.3
|
|
1893
|
-
- @modern-js/create-request@1.2.5
|
|
1894
|
-
|
|
1895
|
-
## 1.2.6
|
|
1896
|
-
|
|
1897
|
-
### Patch Changes
|
|
1898
|
-
|
|
1899
|
-
- 6cffe99d: chore:
|
|
1900
|
-
remove react eslint rules for `modern-js` rule set.
|
|
1901
|
-
add .eslintrc for each package to speed up linting
|
|
1902
|
-
- 04ae5262: chore: bump @modern-js/utils to v1.4.1 in dependencies
|
|
1903
|
-
- 60f7d8bf: feat: add tests dir to npmignore
|
|
1904
|
-
- Updated dependencies [b8599d09]
|
|
1905
|
-
- Updated dependencies [6cffe99d]
|
|
1906
|
-
- Updated dependencies [04ae5262]
|
|
1907
|
-
- Updated dependencies [60f7d8bf]
|
|
1908
|
-
- Updated dependencies [e4cec1ce]
|
|
1909
|
-
- Updated dependencies [3bf4f8b0]
|
|
1910
|
-
- @modern-js/utils@1.5.0
|
|
1911
|
-
- @modern-js/plugin-router@1.2.10
|
|
1912
|
-
- @modern-js/plugin-state@1.2.4
|
|
1913
|
-
- @modern-js/runtime-core@1.4.2
|
|
1914
|
-
- @modern-js/bff-runtime@1.2.2
|
|
1915
|
-
- @modern-js/create-request@1.2.4
|
|
1916
|
-
- @modern-js/plugin-ssr@1.2.7
|
|
1917
|
-
|
|
1918
|
-
## 1.2.5
|
|
1919
|
-
|
|
1920
|
-
### Patch Changes
|
|
1921
|
-
|
|
1922
|
-
- bebb39b6: chore: improve devDependencies and peerDependencies
|
|
1923
|
-
- ff73a5cc: fix style-component bugs
|
|
1924
|
-
- Updated dependencies [bebb39b6]
|
|
1925
|
-
- Updated dependencies [132f7b53]
|
|
1926
|
-
- Updated dependencies [c4a7e4a3]
|
|
1927
|
-
- Updated dependencies [ff73a5cc]
|
|
1928
|
-
- Updated dependencies [9d4a005b]
|
|
1929
|
-
- @modern-js/plugin-router@1.2.8
|
|
1930
|
-
- @modern-js/plugin-ssr@1.2.5
|
|
1931
|
-
- @modern-js/plugin-state@1.2.3
|
|
1932
|
-
- @modern-js/utils@1.3.7
|
|
1933
|
-
|
|
1934
|
-
## 1.2.4
|
|
1935
|
-
|
|
1936
|
-
### Patch Changes
|
|
1937
|
-
|
|
1938
|
-
- 94d02b35: feat(plugin-runtime): convert to new plugin
|
|
1939
|
-
- 808cec13: fix(plugin-runtime): fix usePlugins error
|
|
1940
|
-
- 681a1ff9: feat: remove unnecessary peerDependencies
|
|
1941
|
-
- Updated dependencies [c2046f37]
|
|
1942
|
-
- Updated dependencies [a2261fed]
|
|
1943
|
-
- Updated dependencies [cee0efcc]
|
|
1944
|
-
- Updated dependencies [94d02b35]
|
|
1945
|
-
- Updated dependencies [57e8ce98]
|
|
1946
|
-
- Updated dependencies [e31ce644]
|
|
1947
|
-
- Updated dependencies [681a1ff9]
|
|
1948
|
-
- Updated dependencies [e8bbc315]
|
|
1949
|
-
- @modern-js/utils@1.3.6
|
|
1950
|
-
- @modern-js/runtime-core@1.4.0
|
|
1951
|
-
- @modern-js/plugin-router@1.2.6
|
|
1952
|
-
- @modern-js/plugin-state@1.2.2
|
|
1953
|
-
- @modern-js/plugin-ssr@1.2.4
|
|
1954
|
-
|
|
1955
|
-
## 1.2.3
|
|
1956
|
-
|
|
1957
|
-
### Patch Changes
|
|
1958
|
-
|
|
1959
|
-
- 6891e4c2: add theme token some config logic
|
|
1960
|
-
- 0cd8b592: fix: runtime head and loadable type not found
|
|
1961
|
-
- Updated dependencies [b376c8d6]
|
|
1962
|
-
- Updated dependencies [735b2a81]
|
|
1963
|
-
- Updated dependencies [e62c4efd]
|
|
1964
|
-
- Updated dependencies [5ed05e65]
|
|
1965
|
-
- Updated dependencies [735b2a81]
|
|
1966
|
-
- Updated dependencies [e2a8233f]
|
|
1967
|
-
- @modern-js/core@1.4.2
|
|
1968
|
-
- @modern-js/plugin-ssr@1.2.2
|
|
1969
|
-
- @modern-js/runtime-core@1.2.3
|
|
1970
|
-
|
|
1971
|
-
## 1.2.2
|
|
1972
|
-
|
|
1973
|
-
### Patch Changes
|
|
1974
|
-
|
|
1975
|
-
- d099e5c5: fix error when modify modern.config.js
|
|
1976
|
-
- 24f616ca: feat: support custom meta info
|
|
1977
|
-
- Updated dependencies [816fd721]
|
|
1978
|
-
- Updated dependencies [d9cc5ea9]
|
|
1979
|
-
- Updated dependencies [bfbea9a7]
|
|
1980
|
-
- Updated dependencies [bd819a8d]
|
|
1981
|
-
- Updated dependencies [ec4dbffb]
|
|
1982
|
-
- Updated dependencies [d099e5c5]
|
|
1983
|
-
- Updated dependencies [bada2879]
|
|
1984
|
-
- Updated dependencies [24f616ca]
|
|
1985
|
-
- Updated dependencies [bd819a8d]
|
|
1986
|
-
- Updated dependencies [272cab15]
|
|
1987
|
-
- @modern-js/plugin-ssr@1.2.1
|
|
1988
|
-
- @modern-js/core@1.4.0
|
|
1989
|
-
- @modern-js/plugin-router@1.2.2
|
|
1990
|
-
- @modern-js/runtime-core@1.2.2
|
|
1991
|
-
- @modern-js/utils@1.3.0
|
|
1992
|
-
|
|
1993
|
-
## 1.2.1
|
|
1994
|
-
|
|
1995
|
-
### Patch Changes
|
|
1996
|
-
|
|
1997
|
-
- 83166714: change .npmignore
|
|
1998
|
-
- Updated dependencies [83166714]
|
|
1999
|
-
- Updated dependencies [c3de9882]
|
|
2000
|
-
- Updated dependencies [33ff48af]
|
|
2001
|
-
- Updated dependencies [c74597bd]
|
|
2002
|
-
- @modern-js/core@1.3.2
|
|
2003
|
-
- @modern-js/plugin-router@1.2.1
|
|
2004
|
-
- @modern-js/plugin-state@1.2.1
|
|
2005
|
-
- @modern-js/runtime-core@1.2.1
|
|
2006
|
-
- @modern-js/bff-runtime@1.2.1
|
|
2007
|
-
- @modern-js/create-request@1.2.1
|
|
2008
|
-
- @modern-js/utils@1.2.2
|
|
2009
|
-
|
|
2010
|
-
## 1.2.0
|
|
2011
|
-
|
|
2012
|
-
### Minor Changes
|
|
2013
|
-
|
|
2014
|
-
- cfe11628: Make Modern.js self bootstraping
|
|
2015
|
-
|
|
2016
|
-
### Patch Changes
|
|
2017
|
-
|
|
2018
|
-
- 146dcd85: modify server framework plugin hook types and hook context
|
|
2019
|
-
- 146dcd85: modify server framework plugin hook types
|
|
2020
|
-
- 146dcd85: fix test case in babel compiler
|
|
2021
|
-
- Updated dependencies [2da09c69]
|
|
2022
|
-
- Updated dependencies [5597289b]
|
|
2023
|
-
- Updated dependencies [fc71e36f]
|
|
2024
|
-
- Updated dependencies [146dcd85]
|
|
2025
|
-
- Updated dependencies [a2cb9abc]
|
|
2026
|
-
- Updated dependencies [c3d46ee4]
|
|
2027
|
-
- Updated dependencies [cfe11628]
|
|
2028
|
-
- Updated dependencies [146dcd85]
|
|
2029
|
-
- Updated dependencies [146dcd85]
|
|
2030
|
-
- @modern-js/utils@1.2.0
|
|
2031
|
-
- @modern-js/plugin-ssr@1.2.0
|
|
2032
|
-
- @modern-js/create-request@1.2.0
|
|
2033
|
-
- @modern-js/core@1.3.0
|
|
2034
|
-
- @modern-js/bff-runtime@1.2.0
|
|
2035
|
-
- @modern-js/runtime-core@1.2.0
|
|
2036
|
-
- @modern-js/plugin-router@1.2.0
|
|
2037
|
-
- @modern-js/plugin-state@1.2.0
|
|
2038
|
-
|
|
2039
|
-
## 1.1.3
|
|
2040
|
-
|
|
2041
|
-
### Patch Changes
|
|
2042
|
-
|
|
2043
|
-
- b8deff8b: feat: add isBrowser in runtime context
|
|
2044
|
-
- Updated dependencies [e63591cc]
|
|
2045
|
-
- @modern-js/plugin-router@1.1.3
|
|
2046
|
-
- @modern-js/runtime-core@1.1.4
|
|
2047
|
-
|
|
2048
|
-
## 1.1.2
|
|
2049
|
-
|
|
2050
|
-
### Patch Changes
|
|
2051
|
-
|
|
2052
|
-
- e51b1db3: feat: support custom sdk, interceptor, headers for bff request
|
|
2053
|
-
- Updated dependencies [e51b1db3]
|
|
2054
|
-
- Updated dependencies [4a281912]
|
|
2055
|
-
- Updated dependencies [4a281912]
|
|
2056
|
-
- Updated dependencies [b7fb82ec]
|
|
2057
|
-
- Updated dependencies [eb026119]
|
|
2058
|
-
- @modern-js/plugin-ssr@1.1.3
|
|
2059
|
-
- @modern-js/create-request@1.1.2
|
|
2060
|
-
- @modern-js/runtime-core@1.1.3
|
|
2061
|
-
- @modern-js/plugin-router@1.1.2
|
|
2062
|
-
- @modern-js/plugin-state@1.1.4
|
|
2063
|
-
- @modern-js/utils@1.1.6
|
|
2064
|
-
|
|
2065
|
-
## 1.1.1
|
|
2066
|
-
|
|
2067
|
-
### Patch Changes
|
|
2068
|
-
|
|
2069
|
-
- 0fa83663: support more .env files
|
|
2070
|
-
- Updated dependencies [6f7fe574]
|
|
2071
|
-
- Updated dependencies [0fa83663]
|
|
2072
|
-
- Updated dependencies [f594fbc8]
|
|
2073
|
-
- @modern-js/core@1.1.2
|
|
2074
|
-
- @modern-js/plugin-state@1.1.2
|
|
2075
|
-
- @modern-js/runtime-core@1.1.1
|
|
2076
|
-
- @modern-js/bff-runtime@1.1.1
|
|
2077
|
-
- @modern-js/utils@1.1.2
|
|
2078
|
-
- @modern-js/plugin-router@1.1.1
|
|
2079
|
-
- @modern-js/plugin-ssr@1.1.1
|
|
2080
|
-
|
|
2081
|
-
## 1.1.0
|
|
2082
|
-
|
|
2083
|
-
### Minor Changes
|
|
2084
|
-
|
|
2085
|
-
- 96119db2: Relese v1.1.0
|
|
2086
|
-
|
|
2087
|
-
### Patch Changes
|
|
2088
|
-
|
|
2089
|
-
- Updated dependencies [96119db2]
|
|
2090
|
-
- @modern-js/core@1.1.0
|
|
2091
|
-
- @modern-js/plugin-router@1.1.0
|
|
2092
|
-
- @modern-js/plugin-ssr@1.1.0
|
|
2093
|
-
- @modern-js/plugin-state@1.1.0
|
|
2094
|
-
- @modern-js/runtime-core@1.1.0
|
|
2095
|
-
- @modern-js/bff-runtime@1.1.0
|
|
2096
|
-
- @modern-js/utils@1.1.0
|
|
2097
|
-
|
|
2098
|
-
## 1.0.0
|
|
2099
|
-
|
|
2100
|
-
### Patch Changes
|
|
2101
|
-
|
|
2102
|
-
- 224f7fe: fix server route match
|
|
2103
|
-
- 30ac27c: feat: add generator package description
|
|
2104
|
-
- 0fd196e: feat: fix bugs
|
|
2105
|
-
- 204c626: feat: initial
|
|
2106
|
-
- 63be0a5: fix: #118 #104
|
|
2107
|
-
- Updated dependencies [224f7fe]
|
|
2108
|
-
- Updated dependencies [30ac27c]
|
|
2109
|
-
- Updated dependencies [0fd196e]
|
|
2110
|
-
- Updated dependencies [204c626]
|
|
2111
|
-
- Updated dependencies [63be0a5]
|
|
2112
|
-
- @modern-js/core@1.0.0
|
|
2113
|
-
- @modern-js/plugin-router@1.0.0
|
|
2114
|
-
- @modern-js/plugin-ssr@1.0.0
|
|
2115
|
-
- @modern-js/plugin-state@1.0.0
|
|
2116
|
-
- @modern-js/runtime-core@1.0.0
|
|
2117
|
-
- @modern-js/bff-runtime@1.0.0
|
|
2118
|
-
- @modern-js/utils@1.0.0
|
|
2119
|
-
|
|
2120
|
-
## 1.0.0-rc.23
|
|
2121
|
-
|
|
2122
|
-
### Patch Changes
|
|
2123
|
-
|
|
2124
|
-
- 224f7fe: fix server route match
|
|
2125
|
-
- 30ac27c: feat: add generator package description
|
|
2126
|
-
- 0fd196e: feat: fix bugs
|
|
2127
|
-
- 204c626: feat: initial
|
|
2128
|
-
- 63be0a5: fix: #118 #104
|
|
2129
|
-
- Updated dependencies [224f7fe]
|
|
2130
|
-
- Updated dependencies [30ac27c]
|
|
2131
|
-
- Updated dependencies [0fd196e]
|
|
2132
|
-
- Updated dependencies [204c626]
|
|
2133
|
-
- Updated dependencies [63be0a5]
|
|
2134
|
-
- @modern-js/core@1.0.0-rc.23
|
|
2135
|
-
- @modern-js/plugin-router@1.0.0-rc.23
|
|
2136
|
-
- @modern-js/plugin-ssr@1.0.0-rc.23
|
|
2137
|
-
- @modern-js/plugin-state@1.0.0-rc.23
|
|
2138
|
-
- @modern-js/runtime-core@1.0.0-rc.23
|
|
2139
|
-
- @modern-js/bff-runtime@1.0.0-rc.23
|
|
2140
|
-
- @modern-js/utils@1.0.0-rc.23
|
|
2141
|
-
|
|
2142
|
-
## 1.0.0-rc.22
|
|
2143
|
-
|
|
2144
|
-
### Patch Changes
|
|
2145
|
-
|
|
2146
|
-
- 224f7fe: fix server route match
|
|
2147
|
-
- 30ac27c: feat: add generator package description
|
|
2148
|
-
- 0fd196e: feat: fix bugs
|
|
2149
|
-
- 204c626: feat: initial
|
|
2150
|
-
- 63be0a5: fix: #118 #104
|
|
2151
|
-
- Updated dependencies [224f7fe]
|
|
2152
|
-
- Updated dependencies [30ac27c]
|
|
2153
|
-
- Updated dependencies [0fd196e]
|
|
2154
|
-
- Updated dependencies [204c626]
|
|
2155
|
-
- Updated dependencies [63be0a5]
|
|
2156
|
-
- @modern-js/core@1.0.0-rc.22
|
|
2157
|
-
- @modern-js/plugin-router@1.0.0-rc.22
|
|
2158
|
-
- @modern-js/plugin-ssr@1.0.0-rc.22
|
|
2159
|
-
- @modern-js/plugin-state@1.0.0-rc.22
|
|
2160
|
-
- @modern-js/runtime-core@1.0.0-rc.22
|
|
2161
|
-
- @modern-js/bff-runtime@1.0.0-rc.22
|
|
2162
|
-
- @modern-js/utils@1.0.0-rc.22
|
|
2163
|
-
|
|
2164
|
-
## 1.0.0-rc.21
|
|
2165
|
-
|
|
2166
|
-
### Patch Changes
|
|
2167
|
-
|
|
2168
|
-
- 224f7fe: fix server route match
|
|
2169
|
-
- 30ac27c: feat: add generator package description
|
|
2170
|
-
- 0fd196e: feat: fix bugs
|
|
2171
|
-
- 204c626: feat: initial
|
|
2172
|
-
- 63be0a5: fix: #118 #104
|
|
2173
|
-
- Updated dependencies [224f7fe]
|
|
2174
|
-
- Updated dependencies [30ac27c]
|
|
2175
|
-
- Updated dependencies [0fd196e]
|
|
2176
|
-
- Updated dependencies [204c626]
|
|
2177
|
-
- Updated dependencies [63be0a5]
|
|
2178
|
-
- @modern-js/core@1.0.0-rc.21
|
|
2179
|
-
- @modern-js/plugin-router@1.0.0-rc.21
|
|
2180
|
-
- @modern-js/plugin-ssr@1.0.0-rc.21
|
|
2181
|
-
- @modern-js/plugin-state@1.0.0-rc.21
|
|
2182
|
-
- @modern-js/runtime-core@1.0.0-rc.21
|
|
2183
|
-
- @modern-js/bff-runtime@1.0.0-rc.21
|
|
2184
|
-
- @modern-js/utils@1.0.0-rc.21
|
|
2185
|
-
|
|
2186
|
-
## 1.0.0-rc.20
|
|
2187
|
-
|
|
2188
|
-
### Patch Changes
|
|
2189
|
-
|
|
2190
|
-
- 224f7fe: fix server route match
|
|
2191
|
-
- 30ac27c: feat: add generator package description
|
|
2192
|
-
- feat: fix bugs
|
|
2193
|
-
- 204c626: feat: initial
|
|
2194
|
-
- 63be0a5: fix: #118 #104
|
|
2195
|
-
- Updated dependencies [224f7fe]
|
|
2196
|
-
- Updated dependencies [30ac27c]
|
|
2197
|
-
- Updated dependencies [undefined]
|
|
2198
|
-
- Updated dependencies [204c626]
|
|
2199
|
-
- Updated dependencies [63be0a5]
|
|
2200
|
-
- @modern-js/core@1.0.0-rc.20
|
|
2201
|
-
- @modern-js/plugin-router@1.0.0-rc.20
|
|
2202
|
-
- @modern-js/plugin-ssr@1.0.0-rc.20
|
|
2203
|
-
- @modern-js/plugin-state@1.0.0-rc.20
|
|
2204
|
-
- @modern-js/runtime-core@1.0.0-rc.20
|
|
2205
|
-
- @modern-js/bff-runtime@1.0.0-rc.20
|
|
2206
|
-
- @modern-js/utils@1.0.0-rc.20
|
|
2207
|
-
|
|
2208
|
-
## 1.0.0-rc.19
|
|
2209
|
-
|
|
2210
|
-
### Patch Changes
|
|
2211
|
-
|
|
2212
|
-
- 224f7fe: fix server route match
|
|
2213
|
-
- 30ac27c: feat: add generator package description
|
|
2214
|
-
- 204c626: feat: initial
|
|
2215
|
-
- 63be0a5: fix: #118 #104
|
|
2216
|
-
- Updated dependencies [224f7fe]
|
|
2217
|
-
- Updated dependencies [30ac27c]
|
|
2218
|
-
- Updated dependencies [204c626]
|
|
2219
|
-
- Updated dependencies [63be0a5]
|
|
2220
|
-
- @modern-js/core@1.0.0-rc.19
|
|
2221
|
-
- @modern-js/plugin-router@1.0.0-rc.19
|
|
2222
|
-
- @modern-js/plugin-ssr@1.0.0-rc.19
|
|
2223
|
-
- @modern-js/plugin-state@1.0.0-rc.19
|
|
2224
|
-
- @modern-js/runtime-core@1.0.0-rc.19
|
|
2225
|
-
- @modern-js/bff-runtime@1.0.0-rc.19
|
|
2226
|
-
- @modern-js/utils@1.0.0-rc.19
|
|
2227
|
-
|
|
2228
|
-
## 1.0.0-rc.18
|
|
2229
|
-
|
|
2230
|
-
### Patch Changes
|
|
2231
|
-
|
|
2232
|
-
- 224f7fe: fix server route match
|
|
2233
|
-
- 30ac27c: feat: add generator package description
|
|
2234
|
-
- 204c626: feat: initial
|
|
2235
|
-
- 63be0a5: fix: #118 #104
|
|
2236
|
-
- Updated dependencies [224f7fe]
|
|
2237
|
-
- Updated dependencies [30ac27c]
|
|
2238
|
-
- Updated dependencies [204c626]
|
|
2239
|
-
- Updated dependencies [63be0a5]
|
|
2240
|
-
- @modern-js/core@1.0.0-rc.18
|
|
2241
|
-
- @modern-js/plugin-router@1.0.0-rc.18
|
|
2242
|
-
- @modern-js/plugin-ssr@1.0.0-rc.18
|
|
2243
|
-
- @modern-js/plugin-state@1.0.0-rc.18
|
|
2244
|
-
- @modern-js/runtime-core@1.0.0-rc.18
|
|
2245
|
-
- @modern-js/bff-runtime@1.0.0-rc.18
|
|
2246
|
-
- @modern-js/utils@1.0.0-rc.18
|
|
2247
|
-
|
|
2248
|
-
## 1.0.0-rc.17
|
|
2249
|
-
|
|
2250
|
-
### Patch Changes
|
|
2251
|
-
|
|
2252
|
-
- 224f7fe: fix server route match
|
|
2253
|
-
- 30ac27c: feat: add generator package description
|
|
2254
|
-
- 204c626: feat: initial
|
|
2255
|
-
- fix: #118 #104
|
|
2256
|
-
- Updated dependencies [224f7fe]
|
|
2257
|
-
- Updated dependencies [30ac27c]
|
|
2258
|
-
- Updated dependencies [204c626]
|
|
2259
|
-
- Updated dependencies [undefined]
|
|
2260
|
-
- @modern-js/core@1.0.0-rc.17
|
|
2261
|
-
- @modern-js/plugin-router@1.0.0-rc.17
|
|
2262
|
-
- @modern-js/plugin-ssr@1.0.0-rc.17
|
|
2263
|
-
- @modern-js/plugin-state@1.0.0-rc.17
|
|
2264
|
-
- @modern-js/runtime-core@1.0.0-rc.17
|
|
2265
|
-
- @modern-js/bff-runtime@1.0.0-rc.17
|
|
2266
|
-
- @modern-js/utils@1.0.0-rc.17
|
|
2267
|
-
|
|
2268
|
-
## 1.0.0-rc.16
|
|
2269
|
-
|
|
2270
|
-
### Patch Changes
|
|
2271
|
-
|
|
2272
|
-
- 224f7fe: fix server route match
|
|
2273
|
-
- 30ac27c: feat: add generator package description
|
|
2274
|
-
- 204c626: feat: initial
|
|
2275
|
-
- Updated dependencies [224f7fe]
|
|
2276
|
-
- Updated dependencies [30ac27c]
|
|
2277
|
-
- Updated dependencies [204c626]
|
|
2278
|
-
- @modern-js/core@1.0.0-rc.16
|
|
2279
|
-
- @modern-js/plugin-router@1.0.0-rc.16
|
|
2280
|
-
- @modern-js/plugin-ssr@1.0.0-rc.16
|
|
2281
|
-
- @modern-js/plugin-state@1.0.0-rc.16
|
|
2282
|
-
- @modern-js/runtime-core@1.0.0-rc.16
|
|
2283
|
-
- @modern-js/bff-runtime@1.0.0-rc.16
|
|
2284
|
-
- @modern-js/utils@1.0.0-rc.16
|
|
2285
|
-
|
|
2286
|
-
## 1.0.0-rc.15
|
|
2287
|
-
|
|
2288
|
-
### Patch Changes
|
|
2289
|
-
|
|
2290
|
-
- 224f7fe: fix server route match
|
|
2291
|
-
- 30ac27c: feat: add generator package description
|
|
2292
|
-
- 204c626: feat: initial
|
|
2293
|
-
- Updated dependencies [224f7fe]
|
|
2294
|
-
- Updated dependencies [30ac27c]
|
|
2295
|
-
- Updated dependencies [204c626]
|
|
2296
|
-
- @modern-js/core@1.0.0-rc.15
|
|
2297
|
-
- @modern-js/plugin-router@1.0.0-rc.15
|
|
2298
|
-
- @modern-js/plugin-ssr@1.0.0-rc.15
|
|
2299
|
-
- @modern-js/plugin-state@1.0.0-rc.15
|
|
2300
|
-
- @modern-js/runtime-core@1.0.0-rc.15
|
|
2301
|
-
- @modern-js/bff-runtime@1.0.0-rc.15
|
|
2302
|
-
- @modern-js/utils@1.0.0-rc.15
|
|
2303
|
-
|
|
2304
|
-
## 1.0.0-rc.14
|
|
2305
|
-
|
|
2306
|
-
### Patch Changes
|
|
2307
|
-
|
|
2308
|
-
- 224f7fe: fix server route match
|
|
2309
|
-
- 204c626: feat: initial
|
|
2310
|
-
- Updated dependencies [224f7fe]
|
|
2311
|
-
- Updated dependencies [204c626]
|
|
2312
|
-
- @modern-js/core@1.0.0-rc.14
|
|
2313
|
-
- @modern-js/plugin-router@1.0.0-rc.14
|
|
2314
|
-
- @modern-js/plugin-ssr@1.0.0-rc.14
|
|
2315
|
-
- @modern-js/plugin-state@1.0.0-rc.14
|
|
2316
|
-
- @modern-js/runtime-core@1.0.0-rc.14
|
|
2317
|
-
- @modern-js/bff-runtime@1.0.0-rc.14
|
|
2318
|
-
- @modern-js/utils@1.0.0-rc.14
|
|
2319
|
-
|
|
2320
|
-
## 1.0.0-rc.13
|
|
2321
|
-
|
|
2322
|
-
### Patch Changes
|
|
2323
|
-
|
|
2324
|
-
- 224f7fe: fix server route match
|
|
2325
|
-
- 204c626: feat: initial
|
|
2326
|
-
- Updated dependencies [224f7fe]
|
|
2327
|
-
- Updated dependencies [204c626]
|
|
2328
|
-
- @modern-js/core@1.0.0-rc.13
|
|
2329
|
-
- @modern-js/plugin-router@1.0.0-rc.13
|
|
2330
|
-
- @modern-js/plugin-ssr@1.0.0-rc.13
|
|
2331
|
-
- @modern-js/plugin-state@1.0.0-rc.13
|
|
2332
|
-
- @modern-js/runtime-core@1.0.0-rc.13
|
|
2333
|
-
- @modern-js/bff-runtime@1.0.0-rc.13
|
|
2334
|
-
- @modern-js/utils@1.0.0-rc.13
|
|
2335
|
-
|
|
2336
|
-
## 1.0.0-rc.12
|
|
2337
|
-
|
|
2338
|
-
### Patch Changes
|
|
2339
|
-
|
|
2340
|
-
- 224f7fe: fix server route match
|
|
2341
|
-
- 204c626: feat: initial
|
|
2342
|
-
- Updated dependencies [224f7fe]
|
|
2343
|
-
- Updated dependencies [204c626]
|
|
2344
|
-
- @modern-js/core@1.0.0-rc.12
|
|
2345
|
-
- @modern-js/plugin-router@1.0.0-rc.12
|
|
2346
|
-
- @modern-js/plugin-ssr@1.0.0-rc.12
|
|
2347
|
-
- @modern-js/plugin-state@1.0.0-rc.12
|
|
2348
|
-
- @modern-js/runtime-core@1.0.0-rc.12
|
|
2349
|
-
- @modern-js/bff-runtime@1.0.0-rc.12
|
|
2350
|
-
- @modern-js/utils@1.0.0-rc.12
|
|
2351
|
-
|
|
2352
|
-
## 1.0.0-rc.11
|
|
2353
|
-
|
|
2354
|
-
### Patch Changes
|
|
2355
|
-
|
|
2356
|
-
- 224f7fe: fix server route match
|
|
2357
|
-
- 204c626: feat: initial
|
|
2358
|
-
- Updated dependencies [224f7fe]
|
|
2359
|
-
- Updated dependencies [204c626]
|
|
2360
|
-
- @modern-js/core@1.0.0-rc.11
|
|
2361
|
-
- @modern-js/plugin-router@1.0.0-rc.11
|
|
2362
|
-
- @modern-js/plugin-ssr@1.0.0-rc.11
|
|
2363
|
-
- @modern-js/plugin-state@1.0.0-rc.11
|
|
2364
|
-
- @modern-js/runtime-core@1.0.0-rc.11
|
|
2365
|
-
- @modern-js/bff-runtime@1.0.0-rc.11
|
|
2366
|
-
- @modern-js/utils@1.0.0-rc.11
|
|
2367
|
-
|
|
2368
|
-
## 1.0.0-rc.10
|
|
2369
|
-
|
|
2370
|
-
### Patch Changes
|
|
2371
|
-
|
|
2372
|
-
- 224f7fe: fix server route match
|
|
2373
|
-
- 204c626: feat: initial
|
|
2374
|
-
- Updated dependencies [224f7fe]
|
|
2375
|
-
- Updated dependencies [204c626]
|
|
2376
|
-
- @modern-js/core@1.0.0-rc.10
|
|
2377
|
-
- @modern-js/plugin-router@1.0.0-rc.10
|
|
2378
|
-
- @modern-js/plugin-ssr@1.0.0-rc.10
|
|
2379
|
-
- @modern-js/plugin-state@1.0.0-rc.10
|
|
2380
|
-
- @modern-js/runtime-core@1.0.0-rc.10
|
|
2381
|
-
- @modern-js/bff-runtime@1.0.0-rc.10
|
|
2382
|
-
- @modern-js/utils@1.0.0-rc.10
|
|
2383
|
-
|
|
2384
|
-
## 1.0.0-rc.9
|
|
2385
|
-
|
|
2386
|
-
### Patch Changes
|
|
2387
|
-
|
|
2388
|
-
- 224f7fe: fix server route match
|
|
2389
|
-
- 204c626: feat: initial
|
|
2390
|
-
- Updated dependencies [224f7fe]
|
|
2391
|
-
- Updated dependencies [204c626]
|
|
2392
|
-
- @modern-js/core@1.0.0-rc.9
|
|
2393
|
-
- @modern-js/plugin-router@1.0.0-rc.9
|
|
2394
|
-
- @modern-js/plugin-ssr@1.0.0-rc.9
|
|
2395
|
-
- @modern-js/plugin-state@1.0.0-rc.9
|
|
2396
|
-
- @modern-js/runtime-core@1.0.0-rc.9
|
|
2397
|
-
- @modern-js/bff-runtime@1.0.0-rc.9
|
|
2398
|
-
- @modern-js/utils@1.0.0-rc.9
|
|
2399
|
-
|
|
2400
|
-
## 1.0.0-rc.8
|
|
2401
|
-
|
|
2402
|
-
### Patch Changes
|
|
2403
|
-
|
|
2404
|
-
- 224f7fe: fix server route match
|
|
2405
|
-
- 204c626: feat: initial
|
|
2406
|
-
- Updated dependencies [224f7fe]
|
|
2407
|
-
- Updated dependencies [204c626]
|
|
2408
|
-
- @modern-js/core@1.0.0-rc.8
|
|
2409
|
-
- @modern-js/plugin-router@1.0.0-rc.8
|
|
2410
|
-
- @modern-js/plugin-ssr@1.0.0-rc.8
|
|
2411
|
-
- @modern-js/plugin-state@1.0.0-rc.8
|
|
2412
|
-
- @modern-js/runtime-core@1.0.0-rc.8
|
|
2413
|
-
- @modern-js/bff-runtime@1.0.0-rc.8
|
|
2414
|
-
- @modern-js/utils@1.0.0-rc.8
|
|
2415
|
-
|
|
2416
|
-
## 1.0.0-rc.7
|
|
2417
|
-
|
|
2418
|
-
### Patch Changes
|
|
2419
|
-
|
|
2420
|
-
- 224f7fe: fix server route match
|
|
2421
|
-
- 204c626: feat: initial
|
|
2422
|
-
- Updated dependencies [224f7fe]
|
|
2423
|
-
- Updated dependencies [204c626]
|
|
2424
|
-
- @modern-js/core@1.0.0-rc.7
|
|
2425
|
-
- @modern-js/plugin-router@1.0.0-rc.7
|
|
2426
|
-
- @modern-js/plugin-ssr@1.0.0-rc.7
|
|
2427
|
-
- @modern-js/plugin-state@1.0.0-rc.7
|
|
2428
|
-
- @modern-js/runtime-core@1.0.0-rc.7
|
|
2429
|
-
- @modern-js/bff-runtime@1.0.0-rc.7
|
|
2430
|
-
- @modern-js/utils@1.0.0-rc.7
|
|
2431
|
-
|
|
2432
|
-
## 1.0.0-rc.6
|
|
2433
|
-
|
|
2434
|
-
### Patch Changes
|
|
2435
|
-
|
|
2436
|
-
- 224f7fe: fix server route match
|
|
2437
|
-
- 204c626: feat: initial
|
|
2438
|
-
- Updated dependencies [224f7fe]
|
|
2439
|
-
- Updated dependencies [204c626]
|
|
2440
|
-
- @modern-js/core@1.0.0-rc.6
|
|
2441
|
-
- @modern-js/plugin-router@1.0.0-rc.6
|
|
2442
|
-
- @modern-js/plugin-ssr@1.0.0-rc.6
|
|
2443
|
-
- @modern-js/plugin-state@1.0.0-rc.6
|
|
2444
|
-
- @modern-js/runtime-core@1.0.0-rc.6
|
|
2445
|
-
- @modern-js/bff-runtime@1.0.0-rc.6
|
|
2446
|
-
- @modern-js/utils@1.0.0-rc.6
|
|
2447
|
-
|
|
2448
|
-
## 1.0.0-rc.5
|
|
2449
|
-
|
|
2450
|
-
### Patch Changes
|
|
2451
|
-
|
|
2452
|
-
- 224f7fe: fix server route match
|
|
2453
|
-
- 204c626: feat: initial
|
|
2454
|
-
- Updated dependencies [224f7fe]
|
|
2455
|
-
- Updated dependencies [204c626]
|
|
2456
|
-
- @modern-js/core@1.0.0-rc.5
|
|
2457
|
-
- @modern-js/plugin-router@1.0.0-rc.5
|
|
2458
|
-
- @modern-js/plugin-ssr@1.0.0-rc.5
|
|
2459
|
-
- @modern-js/plugin-state@1.0.0-rc.5
|
|
2460
|
-
- @modern-js/runtime-core@1.0.0-rc.5
|
|
2461
|
-
- @modern-js/bff-runtime@1.0.0-rc.5
|
|
2462
|
-
- @modern-js/utils@1.0.0-rc.5
|
|
2463
|
-
|
|
2464
|
-
## 1.0.0-rc.4
|
|
2465
|
-
|
|
2466
|
-
### Patch Changes
|
|
2467
|
-
|
|
2468
|
-
- fix server route match
|
|
2469
|
-
- 204c626: feat: initial
|
|
2470
|
-
- Updated dependencies [undefined]
|
|
2471
|
-
- Updated dependencies [204c626]
|
|
2472
|
-
- @modern-js/core@1.0.0-rc.4
|
|
2473
|
-
- @modern-js/plugin-router@1.0.0-rc.4
|
|
2474
|
-
- @modern-js/plugin-ssr@1.0.0-rc.4
|
|
2475
|
-
- @modern-js/plugin-state@1.0.0-rc.4
|
|
2476
|
-
- @modern-js/runtime-core@1.0.0-rc.4
|
|
2477
|
-
- @modern-js/bff-runtime@1.0.0-rc.4
|
|
2478
|
-
- @modern-js/utils@1.0.0-rc.4
|
|
2479
|
-
|
|
2480
|
-
## 1.0.0-rc.3
|
|
2481
|
-
|
|
2482
|
-
### Patch Changes
|
|
2483
|
-
|
|
2484
|
-
- feat: initial
|
|
2485
|
-
- Updated dependencies [undefined]
|
|
2486
|
-
- @modern-js/core@1.0.0-rc.3
|
|
2487
|
-
- @modern-js/plugin-router@1.0.0-rc.3
|
|
2488
|
-
- @modern-js/plugin-ssr@1.0.0-rc.3
|
|
2489
|
-
- @modern-js/plugin-state@1.0.0-rc.3
|
|
2490
|
-
- @modern-js/bff-runtime@1.0.0-rc.3
|
|
2491
|
-
- @modern-js/utils@1.0.0-rc.3
|
|
2492
|
-
- @modern-js/runtime-core@1.0.0-rc.3
|