Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 6c863ae

Browse files
committed
v2.11.6
1 parent fa222f5 commit 6c863ae

File tree

50 files changed

+195
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+195
-86
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.6](https://github.com/remaxjs/remax/compare/v2.11.5...v2.11.6) (2021-03-05)
7+
8+
### Bug Fixes
9+
10+
- **wechat:** 修复 CoverView markerId 属性 ([a1191f3](https://github.com/remaxjs/remax/commit/a1191f3e84ea53609980df165a8ab5b710c99aca)), closes [#1490](https://github.com/remaxjs/remax/issues/1490)
11+
- 修复原生组件递归引用导致的死循环 ([9baf852](https://github.com/remaxjs/remax/commit/9baf85284556b3b902ef7efbb84b67a49b621056)), closes [#1490](https://github.com/remaxjs/remax/issues/1490)
12+
- **wechat:** 修复 wxml 模板依赖查找错误的问题 ([ef5c982](https://github.com/remaxjs/remax/commit/ef5c982065e18b8f139f339ccd71d26bee537363)), closes [#1492](https://github.com/remaxjs/remax/issues/1492)
13+
614
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
715

816
### Bug Fixes

e2e/app/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.6](https://github.com/remaxjs/remax/compare/v2.11.5...v2.11.6) (2021-03-05)
7+
8+
**Note:** Version bump only for package e2e-app
9+
610
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
711

812
**Note:** Version bump only for package e2e-app

e2e/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "e2e-app",
33
"private": true,
4-
"version": "2.11.5",
4+
"version": "2.11.6",
55
"description": "intergration tests for Remax",
66
"main": "index.js",
77
"keywords": [],
@@ -25,7 +25,7 @@
2525
"clsx": "^1.0.4",
2626
"mini-antui": "^0.4.34",
2727
"react": "^16.8.6",
28-
"remax": "2.11.5"
28+
"remax": "2.11.6"
2929
},
3030
"devDependencies": {
3131
"@types/expect-puppeteer": "^4.4.0",

e2e/plugin/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.6](https://github.com/remaxjs/remax/compare/v2.11.5...v2.11.6) (2021-03-05)
7+
8+
**Note:** Version bump only for package e2e-plugin
9+
610
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
711

812
**Note:** Version bump only for package e2e-plugin

e2e/plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "e2e-plugin",
33
"private": true,
4-
"version": "2.11.5",
4+
"version": "2.11.6",
55
"description": "intergration tests for Remax",
66
"main": "index.js",
77
"keywords": [],
@@ -18,7 +18,7 @@
1818
"clsx": "^1.0.4",
1919
"mini-antui": "^0.4.34",
2020
"react": "^16.8.6",
21-
"remax": "2.11.5"
21+
"remax": "2.11.6"
2222
},
2323
"devDependencies": {
2424
"@types/expect-puppeteer": "^4.4.0",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"conventionalCommits": true
1010
}
1111
},
12-
"version": "2.11.5",
12+
"version": "2.11.6",
1313
"npmClient": "yarn",
1414
"useWorkspaces": true
1515
}

packages/babel-plugin-remax-host-component/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.6](https://github.com/remaxjs/remax/compare/v2.11.5...v2.11.6) (2021-03-05)
7+
8+
**Note:** Version bump only for package babel-plugin-remax-host-component
9+
610
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
711

812
**Note:** Version bump only for package babel-plugin-remax-host-component

packages/babel-plugin-remax-host-component/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remax-host-component",
3-
"version": "2.11.5",
3+
"version": "2.11.6",
44
"description": "使用真正的 React 构建跨平台小程序",
55
"author": "Wei Zhu <[email protected]>",
66
"homepage": "https://remaxjs.org",
@@ -28,13 +28,13 @@
2828
"@babel/helper-plugin-utils": "^7.10.4",
2929
"@babel/traverse": "^7.11.0",
3030
"@babel/types": "^7.11.0",
31-
"@remax/macro": "2.11.5",
32-
"@remax/shared": "2.11.5"
31+
"@remax/macro": "2.11.6",
32+
"@remax/shared": "2.11.6"
3333
},
3434
"devDependencies": {
3535
"@babel/core": "^7.11.0",
3636
"@babel/plugin-syntax-jsx": "^7.10.4",
37-
"@remax/build-store": "2.11.5"
37+
"@remax/build-store": "2.11.6"
3838
},
3939
"gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43"
4040
}

packages/babel-plugin-remax-lifecycle/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.6](https://github.com/remaxjs/remax/compare/v2.11.5...v2.11.6) (2021-03-05)
7+
8+
**Note:** Version bump only for package babel-plugin-remax-lifecycle
9+
610
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
711

812
**Note:** Version bump only for package babel-plugin-remax-lifecycle

packages/babel-plugin-remax-lifecycle/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remax-lifecycle",
3-
"version": "2.11.5",
3+
"version": "2.11.6",
44
"description": "使用真正的 React 构建跨平台小程序",
55
"author": "Wei Zhu <[email protected]>",
66
"homepage": "https://remaxjs.org",
@@ -28,11 +28,11 @@
2828
"@babel/helper-plugin-utils": "^7.10.4",
2929
"@babel/traverse": "^7.11.0",
3030
"@babel/types": "^7.11.0",
31-
"@remax/shared": "2.11.5"
31+
"@remax/shared": "2.11.6"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.11.0",
35-
"@remax/build-store": "2.11.5"
35+
"@remax/build-store": "2.11.6"
3636
},
3737
"gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43"
3838
}

packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.6](https://github.com/remaxjs/remax/compare/v2.11.5...v2.11.6) (2021-03-05)
7+
8+
**Note:** Version bump only for package babel-plugin-remax-regenerator-runtime
9+
610
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
711

812
**Note:** Version bump only for package babel-plugin-remax-regenerator-runtime

packages/babel-plugin-remax-regenerator-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remax-regenerator-runtime",
3-
"version": "2.11.5",
3+
"version": "2.11.6",
44
"description": "使用真正的 React 构建跨平台小程序",
55
"author": "Wei Zhu <[email protected]>",
66
"homepage": "https://remaxjs.org",

packages/babel-plugin-remax-turbo-render/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.6](https://github.com/remaxjs/remax/compare/v2.11.5...v2.11.6) (2021-03-05)
7+
8+
**Note:** Version bump only for package babel-plugin-remax-turbo-render
9+
610
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
711

812
**Note:** Version bump only for package babel-plugin-remax-turbo-render

packages/babel-plugin-remax-turbo-render/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remax-turbo-render",
3-
"version": "2.11.5",
3+
"version": "2.11.6",
44
"description": "使用真正的 React 构建跨平台小程序",
55
"author": "Wei Zhu <[email protected]>",
66
"homepage": "https://remaxjs.org",
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@babel/core": "^7.11.0",
34-
"@remax/build-store": "2.11.5",
34+
"@remax/build-store": "2.11.6",
3535
"@types/jest": "^26.0.8",
3636
"babel-plugin-tester": "^9.2.0"
3737
},

packages/babel-preset-remax/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.6](https://github.com/remaxjs/remax/compare/v2.11.5...v2.11.6) (2021-03-05)
7+
8+
**Note:** Version bump only for package babel-preset-remax
9+
610
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
711

812
**Note:** Version bump only for package babel-preset-remax

packages/babel-preset-remax/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-remax",
3-
"version": "2.11.5",
3+
"version": "2.11.6",
44
"description": "remax babel preset",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/postcss-remax-tag/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.6](https://github.com/remaxjs/remax/compare/v2.11.5...v2.11.6) (2021-03-05)
7+
8+
**Note:** Version bump only for package @remax/postcss-tag
9+
610
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
711

812
**Note:** Version bump only for package @remax/postcss-tag

packages/postcss-remax-tag/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remax/postcss-tag",
3-
"version": "2.11.5",
3+
"version": "2.11.6",
44
"main": "index.js",
55
"repository": "[email protected]:remaxjs/remax.git",
66
"author": "Caihuanyu <[email protected]>",

packages/remax-ali/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.6](https://github.com/remaxjs/remax/compare/v2.11.5...v2.11.6) (2021-03-05)
7+
8+
**Note:** Version bump only for package @remax/ali
9+
610
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
711

812
### Bug Fixes

packages/remax-ali/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remax/ali",
3-
"version": "2.11.5",
3+
"version": "2.11.6",
44
"description": "Remax for Ali",
55
"main": "./cjs/index.js",
66
"esnext": "./esm/index.js",
@@ -16,11 +16,11 @@
1616
"repository": "git+https://github.com/remaxjs/remax.git",
1717
"license": "MIT",
1818
"dependencies": {
19-
"@remax/shared": "2.11.5",
19+
"@remax/shared": "2.11.6",
2020
"mini-types": "^0.1.1"
2121
},
2222
"devDependencies": {
23-
"@remax/types": "2.11.5",
23+
"@remax/types": "2.11.6",
2424
"@types/react": "^16.9.33",
2525
"@types/react-test-renderer": "^16.9.1",
2626
"react": "^16.12.0",

packages/remax-build-store/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.6](https://github.com/remaxjs/remax/compare/v2.11.5...v2.11.6) (2021-03-05)
7+
8+
**Note:** Version bump only for package @remax/build-store
9+
610
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
711

812
**Note:** Version bump only for package @remax/build-store

packages/remax-build-store/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remax/build-store",
3-
"version": "2.11.5",
3+
"version": "2.11.6",
44
"description": "使用真正的 React 构建跨平台小程序",
55
"author": "Wei Zhu <[email protected]>",
66
"homepage": "https://remaxjs.org",
@@ -24,10 +24,10 @@
2424
"test:debug": "npx --node-arg=--inspect-brk jest -i"
2525
},
2626
"dependencies": {
27-
"@remax/shared": "2.11.5"
27+
"@remax/shared": "2.11.6"
2828
},
2929
"devDependencies": {
30-
"@remax/types": "2.11.5"
30+
"@remax/types": "2.11.6"
3131
},
3232
"publishConfig": {
3333
"access": "public"

packages/remax-cli/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.6](https://github.com/remaxjs/remax/compare/v2.11.5...v2.11.6) (2021-03-05)
7+
8+
### Bug Fixes
9+
10+
- 修复原生组件递归引用导致的死循环 ([9baf852](https://github.com/remaxjs/remax/commit/9baf85284556b3b902ef7efbb84b67a49b621056)), closes [#1490](https://github.com/remaxjs/remax/issues/1490)
11+
- **wechat:** 修复 wxml 模板依赖查找错误的问题 ([ef5c982](https://github.com/remaxjs/remax/commit/ef5c982065e18b8f139f339ccd71d26bee537363)), closes [#1492](https://github.com/remaxjs/remax/issues/1492)
12+
613
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
714

815
**Note:** Version bump only for package @remax/cli

packages/remax-cli/package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remax/cli",
3-
"version": "2.11.5",
3+
"version": "2.11.6",
44
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
55
"main": "./lib/index.js",
66
"keywords": [
@@ -32,21 +32,21 @@
3232
"@babel/preset-typescript": "^7.7.4",
3333
"@babel/register": "^7.7.0",
3434
"@babel/types": "^7.7.4",
35-
"@remax/build-store": "2.11.5",
36-
"@remax/macro": "2.11.5",
37-
"@remax/plugin-devtools": "2.11.5",
38-
"@remax/plugin-error-screen": "2.11.5",
35+
"@remax/build-store": "2.11.6",
36+
"@remax/macro": "2.11.6",
37+
"@remax/plugin-devtools": "2.11.6",
38+
"@remax/plugin-error-screen": "2.11.6",
3939
"@remax/postcss-px2units": "^0.2.0",
40-
"@remax/postcss-tag": "2.11.5",
41-
"@remax/shared": "2.11.5",
40+
"@remax/postcss-tag": "2.11.6",
41+
"@remax/shared": "2.11.6",
4242
"address": "^1.1.2",
4343
"babel-loader": "^8.1.0",
4444
"babel-plugin-module-resolver": "^4.0.0",
45-
"babel-plugin-remax-host-component": "2.11.5",
46-
"babel-plugin-remax-lifecycle": "2.11.5",
47-
"babel-plugin-remax-regenerator-runtime": "2.11.5",
48-
"babel-plugin-remax-turbo-render": "2.11.5",
49-
"babel-preset-remax": "2.11.5",
45+
"babel-plugin-remax-host-component": "2.11.6",
46+
"babel-plugin-remax-lifecycle": "2.11.6",
47+
"babel-plugin-remax-regenerator-runtime": "2.11.6",
48+
"babel-plugin-remax-turbo-render": "2.11.6",
49+
"babel-preset-remax": "2.11.6",
5050
"chokidar": "^3.4.0",
5151
"clean-webpack-plugin": "^3.0.0",
5252
"copy-webpack-plugin": "^5.1.1",
@@ -82,11 +82,11 @@
8282
},
8383
"devDependencies": {
8484
"@babel/traverse": "^7.7.4",
85-
"@remax/ali": "2.11.5",
86-
"@remax/one": "2.11.5",
87-
"@remax/toutiao": "2.11.5",
88-
"@remax/types": "2.11.5",
89-
"@remax/wechat": "2.11.5",
85+
"@remax/ali": "2.11.6",
86+
"@remax/one": "2.11.6",
87+
"@remax/toutiao": "2.11.6",
88+
"@remax/types": "2.11.6",
89+
"@remax/wechat": "2.11.6",
9090
"@types/babel__traverse": "^7.0.8",
9191
"@types/detect-port": "^1.3.0",
9292
"@types/ejs": "^3.0.0",

packages/remax-framework-shared/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.6](https://github.com/remaxjs/remax/compare/v2.11.5...v2.11.6) (2021-03-05)
7+
8+
**Note:** Version bump only for package @remax/framework-shared
9+
610
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
711

812
**Note:** Version bump only for package @remax/framework-shared

0 commit comments

Comments
 (0)