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

Commit

Permalink
v2.15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Dec 18, 2021
1 parent 0748bff commit f2b176f
Show file tree
Hide file tree
Showing 46 changed files with 198 additions and 83 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
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.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18)

### Bug Fixes

- **toutiao:** 新增 MovableArea/MovableView 组件 ([18fffef](https://github.com/remaxjs/remax/commit/18fffef670cc4dbe6d3d0ea532fb944cc4f4adf7))
- **toutiao:** 新增 ai/ar 能力接口 ([#1792](https://github.com/remaxjs/remax/issues/1792)) ([209963b](https://github.com/remaxjs/remax/commit/209963b0db994591d440a2436dffd157f5ac0dc9))
- **wechat:** 新增 MovableView 和 Slider 的 onTouchStart 和 onTouchEnd 事件([#1790](https://github.com/remaxjs/remax/issues/1790)) ([0748bff](https://github.com/remaxjs/remax/commit/0748bff988840d83ed44c192255f6ad6e49790eb)), closes [#1468](https://github.com/remaxjs/remax/issues/1468)

### Performance Improvements

- **cli:** 开启 babel-loader 缓存,优化编译速度 ([#1789](https://github.com/remaxjs/remax/issues/1789)) ([2f41917](https://github.com/remaxjs/remax/commit/2f41917004b9f5e0875e077edd8e4a387f0e4ef9))
- optimize update performance ([#1777](https://github.com/remaxjs/remax/issues/1777)) ([0e0a6b5](https://github.com/remaxjs/remax/commit/0e0a6b503a7db785c65e37c06e1a909b339b68ed))

## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -7,7 +7,7 @@
"private": false
}
},
"version": "2.15.9",
"version": "2.15.10",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 4 additions & 0 deletions packages/babel-plugin-remax-host-component/CHANGELOG.md
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.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18)

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

## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-plugin-remax-host-component/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remax-host-component",
"version": "2.15.9",
"version": "2.15.10",
"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.15.9",
"@remax/shared": "2.15.9"
"@remax/macro": "2.15.10",
"@remax/shared": "2.15.10"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-syntax-jsx": "^7.10.4",
"@remax/build-store": "2.15.9"
"@remax/build-store": "2.15.10"
},
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
4 changes: 4 additions & 0 deletions packages/babel-plugin-remax-lifecycle/CHANGELOG.md
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.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18)

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

## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-remax-lifecycle/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remax-lifecycle",
"version": "2.15.9",
"version": "2.15.10",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
Expand Down Expand Up @@ -28,11 +28,11 @@
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/traverse": "^7.11.0",
"@babel/types": "^7.11.0",
"@remax/shared": "2.15.9"
"@remax/shared": "2.15.10"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@remax/build-store": "2.15.9"
"@remax/build-store": "2.15.10"
},
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
4 changes: 4 additions & 0 deletions packages/babel-plugin-remax-regenerator-runtime/CHANGELOG.md
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.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18)

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

## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06)

### Features
Expand Down
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remax-regenerator-runtime",
"version": "2.15.9",
"version": "2.15.10",
"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
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.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18)

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

## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-remax-turbo-render/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remax-turbo-render",
"version": "2.15.9",
"version": "2.15.10",
"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.15.9",
"@remax/build-store": "2.15.10",
"@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
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.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18)

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

## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-remax/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-remax",
"version": "2.15.9",
"version": "2.15.10",
"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
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.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18)

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

## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-remax-tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@remax/postcss-tag",
"version": "2.15.9",
"version": "2.15.10",
"main": "index.js",
"repository": "git@github.com:remaxjs/remax.git",
"author": "Caihuanyu <eterlf41@gmail.com>",
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-ali/CHANGELOG.md
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.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18)

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

## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/remax-ali/package.json
@@ -1,6 +1,6 @@
{
"name": "@remax/ali",
"version": "2.15.9",
"version": "2.15.10",
"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.15.9",
"@remax/shared": "2.15.10",
"mini-types": "^0.1.1"
},
"devDependencies": {
"@remax/types": "2.15.9",
"@remax/types": "2.15.10",
"@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
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.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18)

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

## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06)

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

## [2.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18)

### Bug Fixes

- **toutiao:** 新增 MovableArea/MovableView 组件 ([18fffef](https://github.com/remaxjs/remax/commit/18fffef670cc4dbe6d3d0ea532fb944cc4f4adf7))
- **wechat:** 新增 MovableView 和 Slider 的 onTouchStart 和 onTouchEnd 事件([#1790](https://github.com/remaxjs/remax/issues/1790)) ([0748bff](https://github.com/remaxjs/remax/commit/0748bff988840d83ed44c192255f6ad6e49790eb)), closes [#1468](https://github.com/remaxjs/remax/issues/1468)

### Performance Improvements

- **cli:** 开启 babel-loader 缓存,优化编译速度 ([#1789](https://github.com/remaxjs/remax/issues/1789)) ([2f41917](https://github.com/remaxjs/remax/commit/2f41917004b9f5e0875e077edd8e4a387f0e4ef9))

## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06)

### Features
Expand Down
34 changes: 17 additions & 17 deletions packages/remax-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@remax/cli",
"version": "2.15.9",
"version": "2.15.10",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "./lib/index.js",
"keywords": [
Expand Down Expand Up @@ -32,21 +32,21 @@
"@babel/preset-typescript": "^7.7.4",
"@babel/register": "^7.7.0",
"@babel/types": "^7.7.4",
"@remax/build-store": "2.15.9",
"@remax/macro": "2.15.9",
"@remax/plugin-devtools": "2.15.9",
"@remax/plugin-error-screen": "2.15.9",
"@remax/build-store": "2.15.10",
"@remax/macro": "2.15.10",
"@remax/plugin-devtools": "2.15.10",
"@remax/plugin-error-screen": "2.15.10",
"@remax/postcss-px2units": "^0.2.0",
"@remax/postcss-tag": "2.15.9",
"@remax/shared": "2.15.9",
"@remax/postcss-tag": "2.15.10",
"@remax/shared": "2.15.10",
"address": "^1.1.2",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-remax-host-component": "2.15.9",
"babel-plugin-remax-lifecycle": "2.15.9",
"babel-plugin-remax-regenerator-runtime": "2.15.9",
"babel-plugin-remax-turbo-render": "2.15.9",
"babel-preset-remax": "2.15.9",
"babel-plugin-remax-host-component": "2.15.10",
"babel-plugin-remax-lifecycle": "2.15.10",
"babel-plugin-remax-regenerator-runtime": "2.15.10",
"babel-plugin-remax-turbo-render": "2.15.10",
"babel-preset-remax": "2.15.10",
"chokidar": "^3.4.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
Expand Down Expand Up @@ -82,11 +82,11 @@
},
"devDependencies": {
"@babel/traverse": "^7.7.4",
"@remax/ali": "2.15.9",
"@remax/one": "2.15.9",
"@remax/toutiao": "2.15.9",
"@remax/types": "2.15.9",
"@remax/wechat": "2.15.9",
"@remax/ali": "2.15.10",
"@remax/one": "2.15.10",
"@remax/toutiao": "2.15.10",
"@remax/types": "2.15.10",
"@remax/wechat": "2.15.10",
"@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-component-scripts/CHANGELOG.md
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.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18)

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

## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-component-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@remax/component-scripts",
"version": "2.15.9",
"version": "2.15.10",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "./lib/index.js",
"bin": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:debug": "npx --node-arg=--inspect-brk jest -i"
},
"dependencies": {
"@remax/cli": "2.15.9",
"@remax/cli": "2.15.10",
"@remax/father-build": "^1.19.8",
"@types/lodash": "^4.14.171",
"less": "^4.1.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-framework-shared/CHANGELOG.md
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.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18)

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

## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/remax-framework-shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@remax/framework-shared",
"version": "2.15.9",
"version": "2.15.10",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
Expand All @@ -24,7 +24,7 @@
"react-is": "^17.0.2"
},
"devDependencies": {
"@remax/types": "2.15.9",
"@remax/types": "2.15.10",
"@types/react": "^16.9.33",
"@types/react-is": "^16.7.1",
"react-test-renderer": "^16.9.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/remax-macro/CHANGELOG.md
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.15.10](https://github.com/remaxjs/remax/compare/v2.15.9...v2.15.10) (2021-12-18)

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

## [2.15.9](https://github.com/remaxjs/remax/compare/v2.15.7...v2.15.9) (2021-12-06)

### Features
Expand Down

0 comments on commit f2b176f

Please sign in to comment.