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

Commit 63110f7

Browse files
committed
v2.9.0
1 parent d253627 commit 63110f7

50 files changed

Lines changed: 235 additions & 85 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.9.0](https://github.com/remaxjs/remax/compare/v2.8.10...v2.9.0) (2020-11-24)
7+
8+
### Bug Fixes
9+
10+
- 修复小程序自定义组件无法设置 className 的问题 ([d253627](https://github.com/remaxjs/remax/commit/d253627765f688ee8c0e224fa244ef916129b94d))
11+
12+
### Features
13+
14+
- 一大波更新 ([#1366](https://github.com/remaxjs/remax/issues/1366)) ([45dab88](https://github.com/remaxjs/remax/commit/45dab88561bdbd1296ec4204aec572d00e46b1b4)), closes [#1153](https://github.com/remaxjs/remax/issues/1153) [#705](https://github.com/remaxjs/remax/issues/705) [#1077](https://github.com/remaxjs/remax/issues/1077)
15+
616
## [2.8.10](https://github.com/remaxjs/remax/compare/v2.8.9...v2.8.10) (2020-11-20)
717

818
### Bug Fixes

e2e/app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.9.0](https://github.com/remaxjs/remax/compare/v2.8.10...v2.9.0) (2020-11-24)
7+
8+
### Features
9+
10+
- 一大波更新 ([#1366](https://github.com/remaxjs/remax/issues/1366)) ([45dab88](https://github.com/remaxjs/remax/commit/45dab88561bdbd1296ec4204aec572d00e46b1b4)), closes [#1153](https://github.com/remaxjs/remax/issues/1153) [#705](https://github.com/remaxjs/remax/issues/705) [#1077](https://github.com/remaxjs/remax/issues/1077)

e2e/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "e2e-app",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "2.9.0",
55
"description": "intergration tests for Remax",
66
"main": "index.js",
77
"keywords": [],
@@ -21,11 +21,11 @@
2121
"test:web": "TEST_TARGET=web npm run test"
2222
},
2323
"dependencies": {
24-
"remax": "^2.8.8",
2524
"@remax/plugin-less": "^1.0.0",
2625
"clsx": "^1.0.4",
2726
"mini-antui": "^0.4.34",
28-
"react": "^16.8.6"
27+
"react": "^16.8.6",
28+
"remax": "2.9.0"
2929
},
3030
"devDependencies": {
3131
"@types/expect-puppeteer": "^4.4.0",

e2e/plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.9.0](https://github.com/remaxjs/remax/compare/v2.8.10...v2.9.0) (2020-11-24)
7+
8+
### Features
9+
10+
- 一大波更新 ([#1366](https://github.com/remaxjs/remax/issues/1366)) ([45dab88](https://github.com/remaxjs/remax/commit/45dab88561bdbd1296ec4204aec572d00e46b1b4)), closes [#1153](https://github.com/remaxjs/remax/issues/1153) [#705](https://github.com/remaxjs/remax/issues/705) [#1077](https://github.com/remaxjs/remax/issues/1077)

e2e/plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "e2e-plugin",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "2.9.0",
55
"description": "intergration tests for Remax",
66
"main": "index.js",
77
"keywords": [],
@@ -15,10 +15,10 @@
1515
"mini": "mini build . --pluginId=2021001126652765 -w"
1616
},
1717
"dependencies": {
18-
"remax": "2.8.10",
1918
"clsx": "^1.0.4",
2019
"mini-antui": "^0.4.34",
21-
"react": "^16.8.6"
20+
"react": "^16.8.6",
21+
"remax": "2.9.0"
2222
},
2323
"devDependencies": {
2424
"@types/expect-puppeteer": "^4.4.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"conventionalCommits": true
1010
}
1111
},
12-
"version": "2.8.10",
12+
"version": "2.9.0",
1313
"npmClient": "yarn",
1414
"useWorkspaces": true
1515
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.9.0](https://github.com/remaxjs/remax/compare/v2.8.10...v2.9.0) (2020-11-24)
7+
8+
### Features
9+
10+
- 一大波更新 ([#1366](https://github.com/remaxjs/remax/issues/1366)) ([45dab88](https://github.com/remaxjs/remax/commit/45dab88561bdbd1296ec4204aec572d00e46b1b4)), closes [#1153](https://github.com/remaxjs/remax/issues/1153) [#705](https://github.com/remaxjs/remax/issues/705) [#1077](https://github.com/remaxjs/remax/issues/1077)

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remax-host-component",
3-
"version": "0.0.1",
3+
"version": "2.9.0",
44
"description": "使用真正的 React 构建跨平台小程序",
55
"author": "Wei Zhu <yesmeck@gmail.com>",
66
"homepage": "https://remaxjs.org",
@@ -25,16 +25,16 @@
2525
"test:debug": "npx --node-arg=--inspect-brk jest -i"
2626
},
2727
"dependencies": {
28-
"@remax/macro": "2.8.10",
29-
"@remax/shared": "2.8.10",
3028
"@babel/helper-plugin-utils": "^7.10.4",
3129
"@babel/traverse": "^7.11.0",
32-
"@babel/types": "^7.11.0"
30+
"@babel/types": "^7.11.0",
31+
"@remax/macro": "2.9.0",
32+
"@remax/shared": "2.9.0"
3333
},
3434
"devDependencies": {
35-
"@remax/build-store": "0.0.1",
3635
"@babel/core": "^7.11.0",
3736
"@babel/plugin-syntax-jsx": "^7.10.4",
37+
"@remax/build-store": "2.9.0",
3838
"@types/jest": "^26.0.8",
3939
"jest": "^26.2.2",
4040
"ts-jest": "^26.1.4",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.9.0](https://github.com/remaxjs/remax/compare/v2.8.10...v2.9.0) (2020-11-24)
7+
8+
### Features
9+
10+
- 一大波更新 ([#1366](https://github.com/remaxjs/remax/issues/1366)) ([45dab88](https://github.com/remaxjs/remax/commit/45dab88561bdbd1296ec4204aec572d00e46b1b4)), closes [#1153](https://github.com/remaxjs/remax/issues/1153) [#705](https://github.com/remaxjs/remax/issues/705) [#1077](https://github.com/remaxjs/remax/issues/1077)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remax-lifecycle",
3-
"version": "0.0.1",
3+
"version": "2.9.0",
44
"description": "使用真正的 React 构建跨平台小程序",
55
"author": "Wei Zhu <yesmeck@gmail.com>",
66
"homepage": "https://remaxjs.org",
@@ -30,8 +30,8 @@
3030
"@babel/types": "^7.11.0"
3131
},
3232
"devDependencies": {
33-
"@remax/build-store": "0.0.1",
3433
"@babel/core": "^7.11.0",
34+
"@remax/build-store": "2.9.0",
3535
"@types/jest": "^26.0.8",
3636
"jest": "^26.2.2",
3737
"ts-jest": "^26.1.4",

0 commit comments

Comments
 (0)