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

Commit 7d2e826

Browse files
committed
v2.15.12
1 parent 0a10885 commit 7d2e826

File tree

48 files changed

+191
-87
lines changed

Some content is hidden

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

48 files changed

+191
-87
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.15.12](https://github.com/remaxjs/remax/compare/v2.15.11...v2.15.12) (2022-01-11)
7+
8+
### Bug Fixes
9+
10+
- 修复节点卸载后回调没从 Page 上删除的问题 ([#1822](https://github.com/remaxjs/remax/issues/1822)) ([0a10885](https://github.com/remaxjs/remax/commit/0a1088571d1fc7ad4f5006ee79d81f8814671857)), closes [#1780](https://github.com/remaxjs/remax/issues/1780)
11+
612
## [2.15.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05)
713

814
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"private": false
88
}
99
},
10-
"version": "2.15.11",
10+
"version": "2.15.12",
1111
"npmClient": "yarn",
1212
"useWorkspaces": true
1313
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [2.15.12](https://github.com/remaxjs/remax/compare/v2.15.11...v2.15.12) (2022-01-11)
7+
8+
**Note:** Version bump only for package @remax/babel-plugin-auto-css-modules

packages/babel-plugin-auto-css-modules/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remax/babel-plugin-auto-css-modules",
3-
"version": "2.15.11",
3+
"version": "2.15.12",
44
"description": "使用真正的 React 构建跨平台小程序",
55
"authors": [
66
"chencheng <[email protected]> (https://github.com/sorrycc)"
@@ -27,9 +27,9 @@
2727
"test:debug": "npx --node-arg=--inspect-brk jest -i"
2828
},
2929
"dependencies": {
30-
"@babel/types": "^7.11.0",
30+
"@babel/plugin-syntax-top-level-await": "^7.14.5",
3131
"@babel/traverse": "^7.11.0",
32-
"@babel/plugin-syntax-top-level-await": "^7.14.5"
32+
"@babel/types": "^7.11.0"
3333
},
3434
"devDependencies": {
3535
"@babel/core": "^7.11.0"

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.15.12](https://github.com/remaxjs/remax/compare/v2.15.11...v2.15.12) (2022-01-11)
7+
8+
**Note:** Version bump only for package babel-plugin-remax-host-component
9+
610
## [2.15.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05)
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.15.11",
3+
"version": "2.15.12",
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.15.11",
32-
"@remax/shared": "2.15.11"
31+
"@remax/macro": "2.15.12",
32+
"@remax/shared": "2.15.12"
3333
},
3434
"devDependencies": {
3535
"@babel/core": "^7.11.0",
3636
"@babel/plugin-syntax-jsx": "^7.10.4",
37-
"@remax/build-store": "2.15.11"
37+
"@remax/build-store": "2.15.12"
3838
},
3939
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
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.15.12](https://github.com/remaxjs/remax/compare/v2.15.11...v2.15.12) (2022-01-11)
7+
8+
**Note:** Version bump only for package babel-plugin-remax-lifecycle
9+
610
## [2.15.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05)
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.15.11",
3+
"version": "2.15.12",
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.15.11"
31+
"@remax/shared": "2.15.12"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.11.0",
35-
"@remax/build-store": "2.15.11"
35+
"@remax/build-store": "2.15.12"
3636
},
3737
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
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.15.12](https://github.com/remaxjs/remax/compare/v2.15.11...v2.15.12) (2022-01-11)
7+
8+
**Note:** Version bump only for package babel-plugin-remax-regenerator-runtime
9+
610
## [2.15.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05)
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.15.11",
3+
"version": "2.15.12",
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.15.12](https://github.com/remaxjs/remax/compare/v2.15.11...v2.15.12) (2022-01-11)
7+
8+
**Note:** Version bump only for package babel-plugin-remax-turbo-render
9+
610
## [2.15.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05)
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.15.11",
3+
"version": "2.15.12",
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.15.11",
34+
"@remax/build-store": "2.15.12",
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.15.12](https://github.com/remaxjs/remax/compare/v2.15.11...v2.15.12) (2022-01-11)
7+
8+
**Note:** Version bump only for package babel-preset-remax
9+
610
## [2.15.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05)
711

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

packages/babel-preset-remax/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-remax",
3-
"version": "2.15.11",
3+
"version": "2.15.12",
44
"description": "remax babel preset",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -31,7 +31,7 @@
3131
"@babel/preset-env": "^7.7.4",
3232
"@babel/preset-react": "^7.7.4",
3333
"@babel/preset-typescript": "^7.7.4",
34-
"@remax/babel-plugin-auto-css-modules": "2.15.11",
34+
"@remax/babel-plugin-auto-css-modules": "2.15.12",
3535
"babel-plugin-auto-import": "^1.0.5",
3636
"babel-plugin-macros": "^3.1.0",
3737
"lodash": "^4.17.15"

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.15.12](https://github.com/remaxjs/remax/compare/v2.15.11...v2.15.12) (2022-01-11)
7+
8+
**Note:** Version bump only for package @remax/postcss-tag
9+
610
## [2.15.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05)
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.15.11",
3+
"version": "2.15.12",
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.15.12](https://github.com/remaxjs/remax/compare/v2.15.11...v2.15.12) (2022-01-11)
7+
8+
**Note:** Version bump only for package @remax/ali
9+
610
## [2.15.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05)
711

812
**Note:** Version bump only for package @remax/ali

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.15.11",
3+
"version": "2.15.12",
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.15.11",
19+
"@remax/shared": "2.15.12",
2020
"mini-types": "^0.1.1"
2121
},
2222
"devDependencies": {
23-
"@remax/types": "2.15.11",
23+
"@remax/types": "2.15.12",
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.15.12](https://github.com/remaxjs/remax/compare/v2.15.11...v2.15.12) (2022-01-11)
7+
8+
**Note:** Version bump only for package @remax/build-store
9+
610
## [2.15.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05)
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.15.11",
3+
"version": "2.15.12",
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.15.11"
27+
"@remax/shared": "2.15.12"
2828
},
2929
"devDependencies": {
30-
"@remax/types": "2.15.11"
30+
"@remax/types": "2.15.12"
3131
},
3232
"publishConfig": {
3333
"access": "public"

packages/remax-cli/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.15.12](https://github.com/remaxjs/remax/compare/v2.15.11...v2.15.12) (2022-01-11)
7+
8+
**Note:** Version bump only for package @remax/cli
9+
610
## [2.15.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05)
711

812
### Bug Fixes

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.15.11",
3+
"version": "2.15.12",
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.15.11",
36-
"@remax/macro": "2.15.11",
37-
"@remax/plugin-devtools": "2.15.11",
38-
"@remax/plugin-error-screen": "2.15.11",
35+
"@remax/build-store": "2.15.12",
36+
"@remax/macro": "2.15.12",
37+
"@remax/plugin-devtools": "2.15.12",
38+
"@remax/plugin-error-screen": "2.15.12",
3939
"@remax/postcss-px2units": "^0.2.0",
40-
"@remax/postcss-tag": "2.15.11",
41-
"@remax/shared": "2.15.11",
40+
"@remax/postcss-tag": "2.15.12",
41+
"@remax/shared": "2.15.12",
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.15.11",
46-
"babel-plugin-remax-lifecycle": "2.15.11",
47-
"babel-plugin-remax-regenerator-runtime": "2.15.11",
48-
"babel-plugin-remax-turbo-render": "2.15.11",
49-
"babel-preset-remax": "2.15.11",
45+
"babel-plugin-remax-host-component": "2.15.12",
46+
"babel-plugin-remax-lifecycle": "2.15.12",
47+
"babel-plugin-remax-regenerator-runtime": "2.15.12",
48+
"babel-plugin-remax-turbo-render": "2.15.12",
49+
"babel-preset-remax": "2.15.12",
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.15.11",
86-
"@remax/one": "2.15.11",
87-
"@remax/toutiao": "2.15.11",
88-
"@remax/types": "2.15.11",
89-
"@remax/wechat": "2.15.11",
85+
"@remax/ali": "2.15.12",
86+
"@remax/one": "2.15.12",
87+
"@remax/toutiao": "2.15.12",
88+
"@remax/types": "2.15.12",
89+
"@remax/wechat": "2.15.12",
9090
"@types/babel__traverse": "^7.0.8",
9191
"@types/detect-port": "^1.3.0",
9292
"@types/ejs": "^3.0.0",

packages/remax-component-scripts/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.15.12](https://github.com/remaxjs/remax/compare/v2.15.11...v2.15.12) (2022-01-11)
7+
8+
**Note:** Version bump only for package @remax/component-scripts
9+
610
## [2.15.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05)
711

812
**Note:** Version bump only for package @remax/component-scripts

packages/remax-component-scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remax/component-scripts",
3-
"version": "2.15.11",
3+
"version": "2.15.12",
44
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
55
"main": "./lib/index.js",
66
"bin": {
@@ -29,7 +29,7 @@
2929
"test:debug": "npx --node-arg=--inspect-brk jest -i"
3030
},
3131
"dependencies": {
32-
"@remax/cli": "2.15.11",
32+
"@remax/cli": "2.15.12",
3333
"@remax/father-build": "^1.19.8",
3434
"@types/lodash": "^4.14.171",
3535
"less": "^4.1.1",

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.15.12](https://github.com/remaxjs/remax/compare/v2.15.11...v2.15.12) (2022-01-11)
7+
8+
**Note:** Version bump only for package @remax/framework-shared
9+
610
## [2.15.11](https://github.com/remaxjs/remax/compare/v2.15.10...v2.15.11) (2022-01-05)
711

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

0 commit comments

Comments
 (0)