5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### 3.2.5 (January 07 2021)
4
+ - Feat: Support PHA template.
5
+ - Feat: Wechat Miniprogram support ` generator ` syntactic suga.
6
+ - Chore: ` runApp ` add type prompt.
7
+ - Chore: PHA support without pha-worker.js
8
+ - Fix: SSR build error.
9
+
3
10
### 3.2.2 (December 29 2020)
4
11
- Fix: mpa insert all page bundle into html.
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " build-plugin-ssr" ,
3
- "version" : " 1.0.10 " ,
3
+ "version" : " 1.0.11 " ,
4
4
"description" : " " ,
5
5
"author" : " " ,
6
6
"homepage" : " https://github.com/alibaba/ice#readme" ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class CustomDocumentLoader extends EntryLoader {
55
55
__initialData: JSON.stringify(data),
56
56
__styles: styles,
57
57
__scripts: scripts,
58
- __pagePath: ${ this . pagePath }
58
+ __pagePath: ' ${ this . pagePath } '
59
59
};
60
60
};
61
61
DocumentContextProvider.prototype.render = function() {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rax-app" ,
3
- "version" : " 3.2.4 " ,
3
+ "version" : " 3.2.5 " ,
4
4
"description" : " command line interface and builtin plugin for rax app" ,
5
5
"author" : " Rax Team" ,
6
6
"homepage" : " https://github.com/alibaba/ice#readme" ,
24
24
"build-plugin-rax-pha" : " 1.2.0" ,
25
25
"build-plugin-rax-web" : " 1.1.5" ,
26
26
"build-plugin-rax-weex" : " 1.0.8" ,
27
- "build-plugin-ssr" : " 1.0.10 " ,
27
+ "build-plugin-ssr" : " 1.0.11 " ,
28
28
"chokidar" : " ^3.3.1" ,
29
29
"commander" : " ^5.0.0" ,
30
30
"create-cli-utils" : " 0.1.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rax-babel-config" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " rax base babel config" ,
5
5
"license" : " BSD-3-Clause" ,
6
6
"main" : " lib/index.js" ,
0 commit comments