Skip to content

Commit

Permalink
chore(release): publish 2.2.20 (#14909)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam authored Nov 29, 2023
1 parent 06c1e2d commit 153cafc
Show file tree
Hide file tree
Showing 63 changed files with 3,544 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
publish:
name: Publish
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
54 changes: 53 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,56 @@
# [](https://github.com/NervJS/taro/compare/v2.2.15...v) (2020-12-09)
# [](https://github.com/NervJS/taro/compare/v2.2.19...v) (2023-11-29)


### Bug Fixes

* 修复Taro.createInnerAudioContext执行destroy异常的问题 ([bbd6017](https://github.com/NervJS/taro/commit/bbd6017f7c547d4c9f77211c535d921030110ba3))



## [2.2.19](https://github.com/NervJS/taro/compare/v2.2.18...v2.2.19) (2022-11-03)


### Bug Fixes

* 修复事件调用 preventDefault 后 preventDefault 值不存在的问题 ([#10839](https://github.com/NervJS/taro/issues/10839)) ([75e0a6e](https://github.com/NervJS/taro/commit/75e0a6ee12e6d5f9c40b04000753dfa8660652d2))
* **2.x:** 微信小程序父子组件`render props`编译后事件名称不一致 ([cd47d4c](https://github.com/NervJS/taro/commit/cd47d4c1c54bd1d0d6959efc669056b1da2eaf7d))


### Features

* **mini-runner:** 支持用户对内置配置进行修改 ([d4ea48c](https://github.com/NervJS/taro/commit/d4ea48c68d44cd69d4d7af989fe1eafec2d12455))
* **tt:** 抖音交易组件2.0所需的方法 ([852b17e](https://github.com/NervJS/taro/commit/852b17e5860be1f47d0115e7ba409039d9b0533b))



## [2.2.18](https://github.com/NervJS/taro/compare/v2.2.17...v2.2.18) (2021-10-22)


### Bug Fixes

* 修复小程序 app onShow 时参数获取不到 ([02995b2](https://github.com/NervJS/taro/commit/02995b2c6c68ce669ae96dbb57aeb8f7c904750b))
* h5 path regex ([fa6782c](https://github.com/NervJS/taro/commit/fa6782c84e46af63ecec5e146d509a54d0c41d94))
* taro-img__mode-scaletofill修改为fill ([#9391](https://github.com/NervJS/taro/issues/9391)) ([1a88b0b](https://github.com/NervJS/taro/commit/1a88b0b38d79f994ddc293315db214c1eafa7447))
* **cli:** h5 build error ([71c6879](https://github.com/NervJS/taro/commit/71c68798fb736f7cea6cf375d3682f9cb3554ef4))
* **cli:** ui script build with multiple-platform ([b0c5aa8](https://github.com/NervJS/taro/commit/b0c5aa8b3f5028e4e02a9976a0de155f92bf067c))
* **component:** 修复Input组件粘贴无效的问题([#8862](https://github.com/NervJS/taro/issues/8862)) ([db77883](https://github.com/NervJS/taro/commit/db778838630277c97b71362feb740d60f9efe1b9))



## [2.2.17](https://github.com/NervJS/taro/compare/v2.2.16...v2.2.17) (2021-03-19)


### Bug Fixes

* **components:** 修复form组件设置h5原生属性无效的问题 ([6dfb70d](https://github.com/NervJS/taro/commit/6dfb70d1cf45b88224d8fd7932cc291fc6d9c3ff))
* **redux:** 特殊情况下redux更新无法触发视图更新, fix [#8705](https://github.com/NervJS/taro/issues/8705) ([#8709](https://github.com/NervJS/taro/issues/8709)) ([4e89ff2](https://github.com/NervJS/taro/commit/4e89ff201cb6167fc3ba67c46a4347b2ef60a20c))
* **router:** 修复页面首次加载时调用Taro.relaunch会跳转到空页面 ([62ae4b0](https://github.com/NervJS/taro/commit/62ae4b093cc2f7d81faad60e75264cf2b88aae3b))
* **router:** 修复Taro.redirectTo和Taro.reLaunch方法导致多次componentDidShow的问题 ([662f447](https://github.com/NervJS/taro/commit/662f4479dccc07142bd7f209eaf4709a711a75ef))
* **weapp:** 补全 API getUserProfile ([ec7fa04](https://github.com/NervJS/taro/commit/ec7fa04cb644f8daa6578faf845a3c728686c870))



## [2.2.16](https://github.com/NervJS/taro/compare/v2.2.15...v2.2.16) (2020-12-09)


### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"message": "chore(release): publish %s"
}
},
"version": "2.2.19",
"version": "2.2.20",
"npmClient": "yarn"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-jsx-to-stylesheet",
"version": "2.2.19",
"version": "2.2.20",
"description": "Transform stylesheet selector to style in JSX Elements.",
"license": "MIT",
"main": "src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-taroapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-taroapi",
"version": "2.2.19",
"version": "2.2.20",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "jest"
},
"devDependencies": {
"@tarojs/taro-h5": "2.2.19",
"@tarojs/taro-h5": "2.2.20",
"@types/babel-core": "^6.25.5",
"@types/babel-traverse": "^6.25.4",
"@types/babel-types": "^7.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/css-to-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taro-css-to-react-native",
"description": "Convert CSS text to a React Native stylesheet object",
"version": "2.2.19",
"version": "2.2.20",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-taro",
"version": "2.2.19",
"version": "2.2.20",
"description": "Taro specific linting rules for ESLint",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -28,6 +28,6 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"eslint-plugin-taro": "2.2.19"
"eslint-plugin-taro": "2.2.20"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-taro",
"version": "2.2.19",
"version": "2.2.20",
"description": "Taro specific linting plugin for ESLint",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-plugin-constparse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-plugin-constparse",
"version": "2.2.19",
"version": "2.2.20",
"description": "parse constants defined in config",
"main": "index.js",
"author": "Simba",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-pxtransform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-pxtransform",
"version": "2.2.19",
"version": "2.2.20",
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
"keywords": [
"postcss",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-unit-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-taro-unit-transform",
"version": "2.2.19",
"version": "2.2.20",
"description": "小程序单位转换",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config-taro-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-taro-rn",
"version": "2.2.19",
"version": "2.2.20",
"description": "Shareable stylelint config for React Native CSS modules",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -28,6 +28,6 @@
"jest": "^23.6.0",
"npmpub": "^4.1.0",
"stylelint": "9.3.0",
"stylelint-taro-rn": "2.2.19"
"stylelint-taro-rn": "2.2.20"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-taro-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stylelint-taro-rn",
"description": "A collection of React Native specific rules for stylelint",
"version": "2.2.19",
"version": "2.2.20",
"main": "dist/index.js",
"babel": {
"presets": [
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-alipay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-alipay",
"version": "2.2.19",
"version": "2.2.20",
"description": "Taro alipay framework",
"main": "index.js",
"files": [
Expand All @@ -24,8 +24,8 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "2.2.19",
"@tarojs/utils": "2.2.19",
"@tarojs/taro": "2.2.20",
"@tarojs/utils": "2.2.20",
"lodash": "^4.17.10",
"prop-types": "^15.6.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-async-await/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/async-await",
"version": "2.2.19",
"version": "2.2.20",
"description": "taro async await",
"main": "index.js",
"scripts": {
Expand Down
26 changes: 13 additions & 13 deletions packages/taro-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/cli",
"version": "2.2.19",
"version": "2.2.20",
"description": "cli tool for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -41,10 +41,10 @@
"license": "MIT",
"dependencies": {
"@hapi/joi": "17.1.1",
"@tarojs/helper": "2.2.19",
"@tarojs/service": "2.2.19",
"@tarojs/taroize": "2.2.19",
"@tarojs/transformer-wx": "2.2.19",
"@tarojs/helper": "2.2.20",
"@tarojs/service": "2.2.20",
"@tarojs/taroize": "2.2.20",
"@tarojs/transformer-wx": "2.2.20",
"@types/request": "^2.48.1",
"@typescript-eslint/parser": "^2.0.0",
"adm-zip": "^0.4.13",
Expand All @@ -55,7 +55,7 @@
"babel-plugin-preval": "1.6.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-define": "^1.3.0",
"babel-plugin-transform-jsx-to-stylesheet": "2.2.19",
"babel-plugin-transform-jsx-to-stylesheet": "2.2.20",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-taroapi": "1.3.15",
"babel-template": "^6.26.0",
Expand All @@ -68,11 +68,11 @@
"download-git-repo": "^2.0.0",
"envinfo": "^6.0.1",
"eslint": "^6.8.0",
"eslint-config-taro": "2.2.19",
"eslint-config-taro": "2.2.20",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-taro": "2.2.19",
"eslint-plugin-taro": "2.2.20",
"eslint-plugin-typescript": "^0.12.0",
"fbjs": "^1.0.0",
"find-yarn-workspace-root": "1.2.1",
Expand All @@ -88,7 +88,7 @@
"npm-check": "^5.9.0",
"ora": "^2.0.0",
"postcss": "^6.0.22",
"postcss-pxtransform": "2.2.19",
"postcss-pxtransform": "2.2.20",
"postcss-reporter": "^6.0.1",
"postcss-taro-unit-transform": "1.2.15",
"prettier": "^2.7.1",
Expand All @@ -99,17 +99,17 @@
"semver": "^5.5.0",
"shelljs": "^0.8.1",
"stylelint": "9.3.0",
"stylelint-config-taro-rn": "2.2.19",
"stylelint-taro-rn": "2.2.19",
"stylelint-config-taro-rn": "2.2.20",
"stylelint-taro-rn": "2.2.20",
"tapable": "^1.1.3",
"taro-css-to-react-native": "2.2.19",
"taro-css-to-react-native": "2.2.20",
"tcp-port-used": "^1.0.1",
"xml2js": "^0.4.19",
"xxhashjs": "^0.2.2",
"yauzl": "2.10.0"
},
"devDependencies": {
"@tarojs/taro": "2.2.19",
"@tarojs/taro": "2.2.20",
"@types/babel-core": "6.25.5",
"@types/babel-generator": "6.25.2",
"@types/babel-traverse": "6.25.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components-qa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components-qa",
"version": "2.2.19",
"version": "2.2.20",
"description": "多端解决方案基础组件(快应用)",
"main": "./index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components-rn",
"version": "2.2.19",
"version": "2.2.20",
"description": "多端解决方案基础组件(RN)",
"main": "./dist/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components",
"version": "2.2.19",
"version": "2.2.20",
"description": "",
"main:h5": "src/index.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -49,14 +49,14 @@
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@tarojs/taro-h5": "2.2.19",
"@tarojs/taro-h5": "2.2.20",
"@types/react": "^16.4.6",
"@types/urijs": "^1.15.38",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "^22.4.4",
"babel-loader": "^8.0.5",
"babel-plugin-transform-taroapi": "2.2.19",
"babel-plugin-transform-taroapi": "2.2.20",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"jest": "^22.4.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-h5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-h5",
"version": "2.2.19",
"version": "2.2.20",
"description": "Taro h5 framework",
"main:h5": "src/index.js",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-transform-react-jsx": "^7.2.2",
"@babel/preset-env": "^7.3.4",
"@tarojs/taro": "2.2.19",
"@tarojs/taro": "2.2.20",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.4.0",
"eslint": "^4.18.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/helper",
"version": "2.2.19",
"version": "2.2.20",
"description": "Taro Helper",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@babel/preset-typescript": "7.9.0",
"@babel/register": "7.9.0",
"@babel/runtime": "7.9.2",
"@tarojs/taro": "2.2.19",
"@tarojs/taro": "2.2.20",
"babel-plugin-transform-react-jsx": "^6.24.1",
"chalk": "3.0.0",
"chokidar": "3.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-jd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-jd",
"version": "2.2.19",
"version": "2.2.20",
"description": "Taro jd framework",
"main": "index.js",
"files": [
Expand All @@ -24,8 +24,8 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "2.2.19",
"@tarojs/utils": "2.2.19",
"@tarojs/taro": "2.2.20",
"@tarojs/utils": "2.2.20",
"lodash": "^4.17.10",
"prop-types": "^15.6.1"
}
Expand Down
Loading

0 comments on commit 153cafc

Please sign in to comment.