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

Commit

Permalink
v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Dec 4, 2020
1 parent 2460961 commit 5abe406
Show file tree
Hide file tree
Showing 50 changed files with 201 additions and 82 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.10.0](https://github.com/remaxjs/remax/compare/v2.9.5...v2.10.0) (2020-12-04)

### Bug Fixes

- **ali:** 修复 Button[style] 不生效的问题 ([2460961](https://github.com/remaxjs/remax/commit/24609614520c55077fa03ce7989e7135f1d9403d))
- 修复生产环境下未禁用 react-devtools 的问题 ([#1411](https://github.com/remaxjs/remax/issues/1411)) ([a01ccde](https://github.com/remaxjs/remax/commit/a01ccdebfc3d2ecb104f3ecc532e4b60ff2eb0c0)), closes [#1408](https://github.com/remaxjs/remax/issues/1408)
- **wechat:** 修复未导出 API ([#1403](https://github.com/remaxjs/remax/issues/1403)) ([4b5247f](https://github.com/remaxjs/remax/commit/4b5247f5153527b54c57e8b07f6b5524f3009ab2))

### Features

- 支持在  所有  平台基础组件上使用平台前缀属性 ([#1412](https://github.com/remaxjs/remax/issues/1412)) ([d6e9072](https://github.com/remaxjs/remax/commit/d6e9072ef9714d62a21905c8a40061845a465b28))

## [2.9.5](https://github.com/remaxjs/remax/compare/v2.9.4...v2.9.5) (2020-12-01)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions e2e/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.10.0](https://github.com/remaxjs/remax/compare/v2.9.5...v2.10.0) (2020-12-04)

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

## [2.9.5](https://github.com/remaxjs/remax/compare/v2.9.4...v2.9.5) (2020-12-01)

**Note:** Version bump only for package e2e-app
Expand Down
4 changes: 2 additions & 2 deletions e2e/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2e-app",
"private": true,
"version": "2.9.5",
"version": "2.10.0",
"description": "intergration tests for Remax",
"main": "index.js",
"keywords": [],
Expand All @@ -25,7 +25,7 @@
"clsx": "^1.0.4",
"mini-antui": "^0.4.34",
"react": "^16.8.6",
"remax": "2.9.5"
"remax": "2.10.0"
},
"devDependencies": {
"@types/expect-puppeteer": "^4.4.0",
Expand Down
4 changes: 4 additions & 0 deletions e2e/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.10.0](https://github.com/remaxjs/remax/compare/v2.9.5...v2.10.0) (2020-12-04)

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

## [2.9.5](https://github.com/remaxjs/remax/compare/v2.9.4...v2.9.5) (2020-12-01)

**Note:** Version bump only for package e2e-plugin
Expand Down
4 changes: 2 additions & 2 deletions e2e/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2e-plugin",
"private": true,
"version": "2.9.5",
"version": "2.10.0",
"description": "intergration tests for Remax",
"main": "index.js",
"keywords": [],
Expand All @@ -18,7 +18,7 @@
"clsx": "^1.0.4",
"mini-antui": "^0.4.34",
"react": "^16.8.6",
"remax": "2.9.5"
"remax": "2.10.0"
},
"devDependencies": {
"@types/expect-puppeteer": "^4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"conventionalCommits": true
}
},
"version": "2.9.5",
"version": "2.10.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 4 additions & 0 deletions packages/babel-plugin-remax-host-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.10.0](https://github.com/remaxjs/remax/compare/v2.9.5...v2.10.0) (2020-12-04)

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

## [2.9.5](https://github.com/remaxjs/remax/compare/v2.9.4...v2.9.5) (2020-12-01)

**Note:** Version bump only for package babel-plugin-remax-host-component
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-plugin-remax-host-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remax-host-component",
"version": "2.9.5",
"version": "2.10.0",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
Expand Down Expand Up @@ -28,13 +28,13 @@
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/traverse": "^7.11.0",
"@babel/types": "^7.11.0",
"@remax/macro": "2.9.5",
"@remax/shared": "2.9.5"
"@remax/macro": "2.10.0",
"@remax/shared": "2.10.0"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-syntax-jsx": "^7.10.4",
"@remax/build-store": "2.9.5"
"@remax/build-store": "2.10.0"
},
"gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43"
}
4 changes: 4 additions & 0 deletions packages/babel-plugin-remax-lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.10.0](https://github.com/remaxjs/remax/compare/v2.9.5...v2.10.0) (2020-12-04)

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

## [2.9.5](https://github.com/remaxjs/remax/compare/v2.9.4...v2.9.5) (2020-12-01)

**Note:** Version bump only for package babel-plugin-remax-lifecycle
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-remax-lifecycle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remax-lifecycle",
"version": "2.9.5",
"version": "2.10.0",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@remax/build-store": "2.9.5"
"@remax/build-store": "2.10.0"
},
"gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43"
}
4 changes: 4 additions & 0 deletions packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.10.0](https://github.com/remaxjs/remax/compare/v2.9.5...v2.10.0) (2020-12-04)

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

## [2.9.5](https://github.com/remaxjs/remax/compare/v2.9.4...v2.9.5) (2020-12-01)

**Note:** Version bump only for package babel-plugin-remax-regenerator-runtime
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remax-regenerator-runtime",
"version": "2.9.5",
"version": "2.10.0",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
Expand Down
4 changes: 4 additions & 0 deletions packages/babel-plugin-remax-turbo-render/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.10.0](https://github.com/remaxjs/remax/compare/v2.9.5...v2.10.0) (2020-12-04)

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

## [2.9.5](https://github.com/remaxjs/remax/compare/v2.9.4...v2.9.5) (2020-12-01)

**Note:** Version bump only for package babel-plugin-remax-turbo-render
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-remax-turbo-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remax-turbo-render",
"version": "2.9.5",
"version": "2.10.0",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@remax/build-store": "2.9.5",
"@remax/build-store": "2.10.0",
"@types/jest": "^26.0.8",
"babel-plugin-tester": "^9.2.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/babel-preset-remax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.10.0](https://github.com/remaxjs/remax/compare/v2.9.5...v2.10.0) (2020-12-04)

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

## [2.9.5](https://github.com/remaxjs/remax/compare/v2.9.4...v2.9.5) (2020-12-01)

**Note:** Version bump only for package babel-preset-remax
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-remax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-remax",
"version": "2.9.5",
"version": "2.10.0",
"description": "remax babel preset",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/postcss-remax-tag/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.10.0](https://github.com/remaxjs/remax/compare/v2.9.5...v2.10.0) (2020-12-04)

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

## [2.9.5](https://github.com/remaxjs/remax/compare/v2.9.4...v2.9.5) (2020-12-01)

**Note:** Version bump only for package @remax/postcss-tag
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-remax-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/postcss-tag",
"version": "2.9.5",
"version": "2.10.0",
"main": "index.js",
"repository": "git@github.com:remaxjs/remax.git",
"author": "Caihuanyu <eterlf41@gmail.com>",
Expand Down
6 changes: 6 additions & 0 deletions packages/remax-ali/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.10.0](https://github.com/remaxjs/remax/compare/v2.9.5...v2.10.0) (2020-12-04)

### Bug Fixes

- **ali:** 修复 Button[style] 不生效的问题 ([2460961](https://github.com/remaxjs/remax/commit/24609614520c55077fa03ce7989e7135f1d9403d))

## [2.9.5](https://github.com/remaxjs/remax/compare/v2.9.4...v2.9.5) (2020-12-01)

**Note:** Version bump only for package @remax/ali
Expand Down
6 changes: 3 additions & 3 deletions packages/remax-ali/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/ali",
"version": "2.9.5",
"version": "2.10.0",
"description": "Remax for Ali",
"main": "./cjs/index.js",
"esnext": "./esm/index.js",
Expand All @@ -16,11 +16,11 @@
"repository": "git+https://github.com/remaxjs/remax.git",
"license": "MIT",
"dependencies": {
"@remax/shared": "2.9.5",
"@remax/shared": "2.10.0",
"mini-types": "^0.1.1"
},
"devDependencies": {
"@remax/types": "2.9.5",
"@remax/types": "2.10.0",
"@types/react": "^16.9.33",
"@types/react-test-renderer": "^16.9.1",
"react": "^16.12.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-build-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.10.0](https://github.com/remaxjs/remax/compare/v2.9.5...v2.10.0) (2020-12-04)

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

## [2.9.5](https://github.com/remaxjs/remax/compare/v2.9.4...v2.9.5) (2020-12-01)

**Note:** Version bump only for package @remax/build-store
Expand Down
6 changes: 3 additions & 3 deletions packages/remax-build-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/build-store",
"version": "2.9.5",
"version": "2.10.0",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
Expand All @@ -24,8 +24,8 @@
"test:debug": "npx --node-arg=--inspect-brk jest -i"
},
"dependencies": {
"@remax/shared": "2.9.5",
"@remax/types": "2.9.5"
"@remax/shared": "2.10.0",
"@remax/types": "2.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/remax-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.10.0](https://github.com/remaxjs/remax/compare/v2.9.5...v2.10.0) (2020-12-04)

### Bug Fixes

- **ali:** 修复 Button[style] 不生效的问题 ([2460961](https://github.com/remaxjs/remax/commit/24609614520c55077fa03ce7989e7135f1d9403d))
- 修复生产环境下未禁用 react-devtools 的问题 ([#1411](https://github.com/remaxjs/remax/issues/1411)) ([a01ccde](https://github.com/remaxjs/remax/commit/a01ccdebfc3d2ecb104f3ecc532e4b60ff2eb0c0)), closes [#1408](https://github.com/remaxjs/remax/issues/1408)

## [2.9.5](https://github.com/remaxjs/remax/compare/v2.9.4...v2.9.5) (2020-12-01)

**Note:** Version bump only for package @remax/cli
Expand Down
34 changes: 17 additions & 17 deletions packages/remax-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/cli",
"version": "2.9.5",
"version": "2.10.0",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "./lib/index.js",
"keywords": [
Expand Down Expand Up @@ -32,22 +32,22 @@
"@babel/preset-typescript": "^7.7.4",
"@babel/register": "^7.7.0",
"@babel/types": "^7.7.4",
"@remax/build-store": "2.9.5",
"@remax/macro": "2.9.5",
"@remax/plugin-devtools": "2.9.5",
"@remax/plugin-error-screen": "2.9.5",
"@remax/build-store": "2.10.0",
"@remax/macro": "2.10.0",
"@remax/plugin-devtools": "2.10.0",
"@remax/plugin-error-screen": "2.10.0",
"@remax/postcss-px2units": "^0.2.0",
"@remax/postcss-tag": "2.9.5",
"@remax/shared": "2.9.5",
"@remax/types": "2.9.5",
"@remax/postcss-tag": "2.10.0",
"@remax/shared": "2.10.0",
"@remax/types": "2.10.0",
"address": "^1.1.2",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-remax-host-component": "2.9.5",
"babel-plugin-remax-lifecycle": "2.9.5",
"babel-plugin-remax-regenerator-runtime": "2.9.5",
"babel-plugin-remax-turbo-render": "2.9.5",
"babel-preset-remax": "2.9.5",
"babel-plugin-remax-host-component": "2.10.0",
"babel-plugin-remax-lifecycle": "2.10.0",
"babel-plugin-remax-regenerator-runtime": "2.10.0",
"babel-plugin-remax-turbo-render": "2.10.0",
"babel-preset-remax": "2.10.0",
"chokidar": "^3.4.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
Expand Down Expand Up @@ -83,10 +83,10 @@
},
"devDependencies": {
"@babel/traverse": "^7.7.4",
"@remax/ali": "2.9.5",
"@remax/one": "2.9.5",
"@remax/toutiao": "2.9.5",
"@remax/wechat": "2.9.5",
"@remax/ali": "2.10.0",
"@remax/one": "2.10.0",
"@remax/toutiao": "2.10.0",
"@remax/wechat": "2.10.0",
"@types/babel__traverse": "^7.0.8",
"@types/detect-port": "^1.3.0",
"@types/ejs": "^3.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-framework-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.10.0](https://github.com/remaxjs/remax/compare/v2.9.5...v2.10.0) (2020-12-04)

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

## [2.9.5](https://github.com/remaxjs/remax/compare/v2.9.4...v2.9.5) (2020-12-01)

**Note:** Version bump only for package @remax/framework-shared
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-framework-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/framework-shared",
"version": "2.9.5",
"version": "2.10.0",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
Expand All @@ -21,7 +21,7 @@
"test:debug": "npx --node-arg=--inspect-brk jest -i"
},
"dependencies": {
"@remax/types": "2.9.5",
"@remax/types": "2.10.0",
"react-is": "^16.13.1"
},
"devDependencies": {
Expand Down

1 comment on commit 5abe406

@vercel
Copy link

@vercel vercel bot commented on 5abe406 Dec 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.