Skip to content

Commit ed03489

Browse files
authoredJan 7, 2021
chore: release v3.2.5 (#574)
1 parent 2d07dc6 commit ed03489

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog
22

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+
310
### 3.2.2 (December 29 2020)
411
- Fix: mpa insert all page bundle into html.
512

‎packages/plugin-ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "build-plugin-ssr",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "",
55
"author": "",
66
"homepage": "https://github.com/alibaba/ice#readme",

‎packages/plugin-ssr/src/ssr/loaders/customDocumentLoader.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class CustomDocumentLoader extends EntryLoader {
5555
__initialData: JSON.stringify(data),
5656
__styles: styles,
5757
__scripts: scripts,
58-
__pagePath: ${this.pagePath}
58+
__pagePath: '${this.pagePath}'
5959
};
6060
};
6161
DocumentContextProvider.prototype.render = function() {

‎packages/rax-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rax-app",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "command line interface and builtin plugin for rax app",
55
"author": "Rax Team",
66
"homepage": "https://github.com/alibaba/ice#readme",
@@ -24,7 +24,7 @@
2424
"build-plugin-rax-pha": "1.2.0",
2525
"build-plugin-rax-web": "1.1.5",
2626
"build-plugin-rax-weex": "1.0.8",
27-
"build-plugin-ssr": "1.0.10",
27+
"build-plugin-ssr": "1.0.11",
2828
"chokidar": "^3.3.1",
2929
"commander": "^5.0.0",
3030
"create-cli-utils": "0.1.4",

‎packages/rax-babel-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rax-babel-config",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "rax base babel config",
55
"license": "BSD-3-Clause",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)
Failed to load comments.