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

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed May 21, 2020
1 parent 3cc5cce commit 0187316
Show file tree
Hide file tree
Showing 36 changed files with 176 additions and 52 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/remaxjs/remax/compare/v2.0.7...v2.1.0) (2020-05-21)

### Bug Fixes

- 修正错误的 webpack mode ([f46dd92](https://github.com/remaxjs/remax/commit/f46dd926f08eb2f3f43326f35768efa8cf1be794))
- 添加 port 至 options 并增加默认值:3000 ([ec7b67e](https://github.com/remaxjs/remax/commit/ec7b67ee4f0dd31434795d9d7526b6435298c576))
- 移除 options 中的 default,在运行时动态判断以避免 CI 错误 ([6bec914](https://github.com/remaxjs/remax/commit/6bec914249dbcaba71c7fde5f0c984163a412fd9))
- **ali:** 修复 Form[reportSubmit] 类型 ([901b267](https://github.com/remaxjs/remax/commit/901b26754ba1d31b77a838b320855521ed67e996))
- **one:** 修复 remax/one Button hoverClassName 不生效的问题 ([7c76332](https://github.com/remaxjs/remax/commit/7c763326f90867a6cb2c5c900a6c6f5170f3a4c5))
- **toutiao:** 修复 Canvas[canvasId] 无效的问题 ([#960](https://github.com/remaxjs/remax/issues/960)) ([ef5c162](https://github.com/remaxjs/remax/commit/ef5c162a42ced8a89e16e8e0c0681fb15718b95c))
- **toutiao:** 修正 Input 属性默认值 ([#961](https://github.com/remaxjs/remax/issues/961)) ([b0bd005](https://github.com/remaxjs/remax/commit/b0bd005d0042735d4413924adddeff92441454c9))
- **toutiao:** 修正一部分新的 api 没有导出的问题 ([#962](https://github.com/remaxjs/remax/issues/962)) ([42d5d4d](https://github.com/remaxjs/remax/commit/42d5d4d4516ba746e9610bcb577bfcbe4dcada5a))

### Features

- configWebpack 新增 addCSSRule 帮助方法 ([aaf6a88](https://github.com/remaxjs/remax/commit/aaf6a885bc0dcd20f1cd3c5a182fb14a5d497aa1))
- 支持通过 --port 指定端口号 ([fb2a78f](https://github.com/remaxjs/remax/commit/fb2a78fc43c758876e7e69fb5c4d441c195a007b))

## [2.0.7](https://github.com/remaxjs/remax/compare/v2.0.6...v2.0.7) (2020-05-14)

### Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions e2e/dummy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/remaxjs/remax/compare/v2.0.7...v2.1.0) (2020-05-21)

**Note:** Version bump only for package e2e-dummy
4 changes: 2 additions & 2 deletions e2e/dummy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2e-dummy",
"private": true,
"version": "1.0.0",
"version": "2.1.0",
"description": "Remax Project",
"main": "index.js",
"keywords": [],
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",
"remax": "^2.0.7"
"remax": "2.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
Expand Down
8 changes: 8 additions & 0 deletions e2e/mini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/remaxjs/remax/compare/v2.0.7...v2.1.0) (2020-05-21)

**Note:** Version bump only for package e2e-mini
10 changes: 6 additions & 4 deletions e2e/mini/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2e-mini",
"private": true,
"version": "1.0.0",
"version": "2.1.0",
"description": "intergration tests for Remax",
"main": "index.js",
"keywords": [],
Expand All @@ -17,13 +17,13 @@
"clsx": "^1.0.4",
"mini-antui": "^0.4.34",
"react": "^16.8.6",
"remax": "^2.0.7"
"remax": "2.1.0"
},
"devDependencies": {
"@types/react": "^16.9.1",
"@types/expect-puppeteer": "^4.4.0",
"@types/jest": "^24.0.23",
"@types/puppeteer": "^2.0.0",
"@types/react": "^16.9.1",
"cross-env": "^6.0.3",
"jest": "^24.9.0",
"jest-puppeteer": "^4.4.0",
Expand All @@ -33,6 +33,8 @@
"typescript": "^3.7.2"
},
"workspaces": {
"nohoist": ["mini-antui"]
"nohoist": [
"mini-antui"
]
}
}
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.0.7",
"version": "2.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
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.1.0](https://github.com/remaxjs/remax/compare/v2.0.7...v2.1.0) (2020-05-21)

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

## [2.0.7](https://github.com/remaxjs/remax/compare/v2.0.6...v2.0.7) (2020-05-14)

**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.0.7",
"version": "2.1.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.1.0](https://github.com/remaxjs/remax/compare/v2.0.7...v2.1.0) (2020-05-21)

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

## [2.0.7](https://github.com/remaxjs/remax/compare/v2.0.6...v2.0.7) (2020-05-14)

**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.0.7",
"version": "2.1.0",
"main": "index.js",
"repository": "[email protected]:remaxjs/remax.git",
"author": "Caihuanyu <[email protected]>",
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.1.0](https://github.com/remaxjs/remax/compare/v2.0.7...v2.1.0) (2020-05-21)

### Bug Fixes

- **ali:** 修复 Form[reportSubmit] 类型 ([901b267](https://github.com/remaxjs/remax/commit/901b26754ba1d31b77a838b320855521ed67e996))

## [2.0.7](https://github.com/remaxjs/remax/compare/v2.0.6...v2.0.7) (2020-05-14)

**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.0.7",
"version": "2.1.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.0.7",
"@remax/shared": "2.1.0",
"mini-types": "^0.1.1"
},
"devDependencies": {
"@remax/types": "2.0.7",
"@remax/types": "2.1.0",
"@types/jest": "^25.2.1",
"@types/react": "^16.9.33",
"@types/react-test-renderer": "^16.9.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/remax-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/remaxjs/remax/compare/v2.0.7...v2.1.0) (2020-05-21)

### Bug Fixes

- 修正错误的 webpack mode ([f46dd92](https://github.com/remaxjs/remax/commit/f46dd926f08eb2f3f43326f35768efa8cf1be794))
- 添加 port 至 options 并增加默认值:3000 ([ec7b67e](https://github.com/remaxjs/remax/commit/ec7b67ee4f0dd31434795d9d7526b6435298c576))
- 移除 options 中的 default,在运行时动态判断以避免 CI 错误 ([6bec914](https://github.com/remaxjs/remax/commit/6bec914249dbcaba71c7fde5f0c984163a412fd9))

### Features

- configWebpack 新增 addCSSRule 帮助方法 ([aaf6a88](https://github.com/remaxjs/remax/commit/aaf6a885bc0dcd20f1cd3c5a182fb14a5d497aa1))
- 支持通过 --port 指定端口号 ([fb2a78f](https://github.com/remaxjs/remax/commit/fb2a78fc43c758876e7e69fb5c4d441c195a007b))

## [2.0.7](https://github.com/remaxjs/remax/compare/v2.0.6...v2.0.7) (2020-05-14)

### Bug Fixes
Expand Down
18 changes: 9 additions & 9 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.0.7",
"version": "2.1.0",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "./lib/index.js",
"keywords": [
Expand Down Expand Up @@ -32,14 +32,14 @@
"@babel/preset-typescript": "^7.7.4",
"@babel/register": "^7.7.0",
"@babel/types": "^7.7.4",
"@remax/macro": "2.0.7",
"@remax/macro": "2.1.0",
"@remax/postcss-px2units": "^0.2.0",
"@remax/postcss-tag": "2.0.7",
"@remax/types": "2.0.7",
"@remax/postcss-tag": "2.1.0",
"@remax/types": "2.1.0",
"@types/webpackbar": "^4.0.0",
"address": "^1.1.2",
"babel-loader": "^8.1.0",
"babel-preset-remax": "2.0.7",
"babel-preset-remax": "2.1.0",
"chokidar": "^3.4.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
Expand Down Expand Up @@ -77,10 +77,10 @@
},
"devDependencies": {
"@babel/traverse": "^7.7.4",
"@remax/ali": "2.0.7",
"@remax/one": "2.0.7",
"@remax/toutiao": "2.0.7",
"@remax/wechat": "2.0.7",
"@remax/ali": "2.1.0",
"@remax/one": "2.1.0",
"@remax/toutiao": "2.1.0",
"@remax/wechat": "2.1.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-macro/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.1.0](https://github.com/remaxjs/remax/compare/v2.0.7...v2.1.0) (2020-05-21)

**Note:** Version bump only for package @remax/macro

## [2.0.7](https://github.com/remaxjs/remax/compare/v2.0.6...v2.0.7) (2020-05-14)

**Note:** Version bump only for package @remax/macro
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-macro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/macro",
"version": "2.0.7",
"version": "2.1.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^3.7.3"
},
"dependencies": {
"@remax/types": "2.0.7",
"@remax/types": "2.1.0",
"@types/babel__traverse": "^7.0.8",
"slash2": "^2.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/remax-one/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.1.0](https://github.com/remaxjs/remax/compare/v2.0.7...v2.1.0) (2020-05-21)

### Bug Fixes

- **one:** 修复 remax/one Button hoverClassName 不生效的问题 ([7c76332](https://github.com/remaxjs/remax/commit/7c763326f90867a6cb2c5c900a6c6f5170f3a4c5))

## [2.0.7](https://github.com/remaxjs/remax/compare/v2.0.6...v2.0.7) (2020-05-14)

**Note:** Version bump only for package @remax/one
Expand Down
12 changes: 6 additions & 6 deletions packages/remax-one/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/one",
"version": "2.0.7",
"version": "2.1.0",
"description": "Remax 小程序多端方案",
"main": "./cjs/index.js",
"esnext": "./esm/index.js",
Expand All @@ -20,7 +20,7 @@
"@types/react": "^16.9.33"
},
"devDependencies": {
"@remax/types": "2.0.7",
"@remax/types": "2.1.0",
"@types/jest": "^25.2.1",
"@types/react": "^16.9.33",
"@types/react-dom": "^16.9.6",
Expand All @@ -34,10 +34,10 @@
"typescript": "^3.7.4"
},
"dependencies": {
"@remax/ali": "2.0.7",
"@remax/router": "2.0.7",
"@remax/toutiao": "2.0.7",
"@remax/wechat": "2.0.7",
"@remax/ali": "2.1.0",
"@remax/router": "2.1.0",
"@remax/toutiao": "2.1.0",
"@remax/wechat": "2.1.0",
"clsx": "^1.1.0",
"react-autosize-textarea": "^7.0.0",
"react-lazyload": "^2.6.7",
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-router/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.1.0](https://github.com/remaxjs/remax/compare/v2.0.7...v2.1.0) (2020-05-21)

**Note:** Version bump only for package @remax/router

## [2.0.7](https://github.com/remaxjs/remax/compare/v2.0.6...v2.0.7) (2020-05-14)

**Note:** Version bump only for package @remax/router
Expand Down
2 changes: 1 addition & 1 deletion packages/remax-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@remax/router",
"description": "Remax Router",
"version": "2.0.7",
"version": "2.1.0",
"main": "index.js",
"license": "MIT",
"types": "web.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-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.1.0](https://github.com/remaxjs/remax/compare/v2.0.7...v2.1.0) (2020-05-21)

**Note:** Version bump only for package @remax/runtime

## [2.0.7](https://github.com/remaxjs/remax/compare/v2.0.6...v2.0.7) (2020-05-14)

**Note:** Version bump only for package @remax/runtime
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/runtime",
"version": "2.0.7",
"version": "2.1.0",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "cjs",
"module": "esm",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/react": "^16.9.33"
},
"dependencies": {
"@remax/web": "2.0.7",
"@remax/web": "2.1.0",
"qs": "^6.9.3",
"react-reconciler": "0.25.1",
"scheduler": "0.19.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/remax-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/remaxjs/remax/compare/v2.0.7...v2.1.0) (2020-05-21)

**Note:** Version bump only for package @remax/shared
2 changes: 1 addition & 1 deletion packages/remax-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/shared",
"version": "2.0.7",
"version": "2.1.0",
"description": "Remax Shared",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/remax-toutiao/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/remaxjs/remax/compare/v2.0.7...v2.1.0) (2020-05-21)

### Bug Fixes

- **toutiao:** 修复 Canvas[canvasId] 无效的问题 ([#960](https://github.com/remaxjs/remax/issues/960)) ([ef5c162](https://github.com/remaxjs/remax/commit/ef5c162a42ced8a89e16e8e0c0681fb15718b95c))
- **toutiao:** 修正 Input 属性默认值 ([#961](https://github.com/remaxjs/remax/issues/961)) ([b0bd005](https://github.com/remaxjs/remax/commit/b0bd005d0042735d4413924adddeff92441454c9))
- **toutiao:** 修正一部分新的 api 没有导出的问题 ([#962](https://github.com/remaxjs/remax/issues/962)) ([42d5d4d](https://github.com/remaxjs/remax/commit/42d5d4d4516ba746e9610bcb577bfcbe4dcada5a))

## [2.0.7](https://github.com/remaxjs/remax/compare/v2.0.6...v2.0.7) (2020-05-14)

**Note:** Version bump only for package @remax/toutiao
Expand Down
Loading

0 comments on commit 0187316

Please sign in to comment.