Skip to content

Commit

Permalink
Merge branch 'master' of github.com:NervJS/taro
Browse files Browse the repository at this point in the history
  • Loading branch information
Pines-Cheng committed Nov 22, 2018
2 parents e011610 + 675247f commit 72637b9
Show file tree
Hide file tree
Showing 50 changed files with 118 additions and 119 deletions.
34 changes: 32 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,33 @@
<a name="1.2.0-alpha.3"></a>
# [1.2.0-alpha.3](https://github.com/NervJS/taro/compare/v1.1.9...v1.2.0-alpha.3) (2018-11-19)
<a name=""></a>
# [](https://github.com/NervJS/taro/compare/v1.2.0-beta.1...v) (2018-11-22)



<a name="1.2.0-beta.1"></a>
# [1.2.0-beta.1](https://github.com/NervJS/taro/compare/v1.2.0-beta.0...v1.2.0-beta.1) (2018-11-22)



<a name="1.2.0-beta.0"></a>
# [1.2.0-beta.0](https://github.com/NervJS/taro/compare/v1.1.9...v1.2.0-beta.0) (2018-11-22)


### Bug Fixes

* **cli:** convertor js 重复拷贝文件 ([ee0122e](https://github.com/NervJS/taro/commit/ee0122e))
* **cli:** convertor 文件转换报错 ([c1b3c81](https://github.com/NervJS/taro/commit/c1b3c81))
* **cli:** taroize 转换依赖组件路径允许为项目下的绝对路径 ([4cbe987](https://github.com/NervJS/taro/commit/4cbe987))
* **cli:** taroize 转换组件依赖读取错误 ([93ef18a](https://github.com/NervJS/taro/commit/93ef18a))
* **eslint:** 允许对 this.props.children 使用逻辑/条件表达式,close [#1195](https://github.com/NervJS/taro/issues/1195) ([e80eaa6](https://github.com/NervJS/taro/commit/e80eaa6))
* **h5:** 修复selectorQuery.in 在H5平台上不支持的问题 ([#1188](https://github.com/NervJS/taro/issues/1188)) ([9cd8340](https://github.com/NervJS/taro/commit/9cd8340))
* **taro-components-rn:** Button组件可嵌套View组件 ([37fa493](https://github.com/NervJS/taro/commit/37fa493))
* **taro-components-rn:** 销毁组件前,从内存 unload 音频 ([ec6978f](https://github.com/NervJS/taro/commit/ec6978f))
* **taro-components-rn:** 音频5倍速,图片导致的性能问题 ([ad66af3](https://github.com/NervJS/taro/commit/ad66af3))
* **taro-components-rn:** 音频播放速率写死5了 ([b413f67](https://github.com/NervJS/taro/commit/b413f67))
* **taro-weapp:** 修复父组件 setState null 时,传到子组件时被过滤掉的问题 fix [#1151](https://github.com/NervJS/taro/issues/1151) ([0ec931d](https://github.com/NervJS/taro/commit/0ec931d))
* **taro-weapp:** 小程序 diff 在新对象缺失旧对象的某些属性时,不再递归 diff,而是直接赋值。fix [#1058](https://github.com/NervJS/taro/issues/1058) ([adbc78d](https://github.com/NervJS/taro/commit/adbc78d))
* **taro-weapp:** 小程序每次 setData 都独立生成一个 callback 数组,防止污染 fix [#1185](https://github.com/NervJS/taro/issues/1185) ([e7d1190](https://github.com/NervJS/taro/commit/e7d1190))
* **taro-weapp:** 给request api暴露abort方法([#1178](https://github.com/NervJS/taro/issues/1178)) ([84315ea](https://github.com/NervJS/taro/commit/84315ea))
* **taroize:** 当 children 有空格的情况 ([3f58c90](https://github.com/NervJS/taro/commit/3f58c90))
* **taroize:** if 嵌套报错 ([a841c88](https://github.com/NervJS/taro/commit/a841c88))
* **taroize:** npm 包文件缺失 ([030ee5c](https://github.com/NervJS/taro/commit/030ee5c))
Expand All @@ -22,20 +43,25 @@
* **taroize:** 生成文件没有import [@tarojs](https://github.com/tarojs)/with-weapp ([f028bfe](https://github.com/NervJS/taro/commit/f028bfe))
* **tarozie:** props 需要在 render 结构 ([46736d8](https://github.com/NervJS/taro/commit/46736d8))
* **transformer:** globalData 无效的问题 ([167c386](https://github.com/NervJS/taro/commit/167c386))
* **transformer:** state ,props ,自定义变量组件名重复,close [#411](https://github.com/NervJS/taro/issues/411), close [#109](https://github.com/NervJS/taro/issues/109) ([0383991](https://github.com/NervJS/taro/commit/0383991))
* **transformer:** 循环嵌套报错 ([720c36d](https://github.com/NervJS/taro/commit/720c36d))
* **with-weapp:** 装饰器参数为`Component` ([495ca99](https://github.com/NervJS/taro/commit/495ca99))


### Features

* **cli:** support css module feature ([#1007](https://github.com/NervJS/taro/issues/1007)) ([9fb6747](https://github.com/NervJS/taro/commit/9fb6747))
* **cli:** 优化小程序端 css modules 处理 ([be844ed](https://github.com/NervJS/taro/commit/be844ed))
* **cli:** 增加 taro convert 命令 ([8d7fb7e](https://github.com/NervJS/taro/commit/8d7fb7e))
* **cli:** 处理 imports ([4438582](https://github.com/NervJS/taro/commit/4438582))
* **cli:** 小程序转 taro 代码 wxs 文件处理 ([519b0f5](https://github.com/NervJS/taro/commit/519b0f5))
* **cli:** 小程序转 taro 处理组件以及样式依赖 ([c56d546](https://github.com/NervJS/taro/commit/c56d546))
* **cli:** 小程序转 Taro 文件引用关系处理 ([1369688](https://github.com/NervJS/taro/commit/1369688))
* **cli:** 小程序转 taro 组件依赖转换为 taro 写法 ([3e74142](https://github.com/NervJS/taro/commit/3e74142))
* **cli:** 小程序转 taro 补充配置文件生成 ([02f92ef](https://github.com/NervJS/taro/commit/02f92ef))
* **mobx:** 加入mobx支持 ([#972](https://github.com/NervJS/taro/issues/972)) ([cfa2978](https://github.com/NervJS/taro/commit/cfa2978))
* **taro-components-rn:** 新增组件 Map ([0f0e97b](https://github.com/NervJS/taro/commit/0f0e97b))
* **taro-weapp:** 增加 this.$componentType 来判断当前 Taro.Component 是页面还是组件 fix [#1166](https://github.com/NervJS/taro/issues/1166) ([b35d1bd](https://github.com/NervJS/taro/commit/b35d1bd))
* **taroize:** `properties` 可以转化为 `defaultProps` ([66d691b](https://github.com/NervJS/taro/commit/66d691b))
* **taroize:** 不再移除 JSX 的注释 ([86cec7a](https://github.com/NervJS/taro/commit/86cec7a))
* **taroize:** class 带上 withWeapp 装饰器 ([215b8c0](https://github.com/NervJS/taro/commit/215b8c0))
Expand All @@ -50,13 +76,17 @@
* **taroize:** 支持 template::import ([f9db8e5](https://github.com/NervJS/taro/commit/f9db8e5))
* **taroize:** 支持 template::include ([fca9a88](https://github.com/NervJS/taro/commit/fca9a88))
* **taroize:** 支持 template::is 使用组件 ([5ac9bac](https://github.com/NervJS/taro/commit/5ac9bac))
* **taroize:** 支持 wxml 不传入标签 ([e9b1632](https://github.com/NervJS/taro/commit/e9b1632))
* **taroize:** 支持 wxs ([061311c](https://github.com/NervJS/taro/commit/061311c))
* **taroize:** 支持使用 template::name 声明组件 ([0167dd3](https://github.com/NervJS/taro/commit/0167dd3))
* **taroize:** 支持内联 wxs module, close [#1000](https://github.com/NervJS/taro/issues/1000) ([777b528](https://github.com/NervJS/taro/commit/777b528))
* **taroize:** 支持编译组件 ([8374d4e](https://github.com/NervJS/taro/commit/8374d4e))
* **taroize:** 支持解析 config.json ([efa50cc](https://github.com/NervJS/taro/commit/efa50cc))
* **taroize:** 支持解析多个根节点的 wxml ([074aaff](https://github.com/NervJS/taro/commit/074aaff))
* **transformer:** 支持 parse wxml 的 Text 类型和 Coment 类型 ([a3f81ca](https://github.com/NervJS/taro/commit/a3f81ca))
* **transformer:** 支持转换循环 ([86c1f70](https://github.com/NervJS/taro/commit/86c1f70))
* **webpack-runner:** h5支持cssModules ([e463300](https://github.com/NervJS/taro/commit/e463300))
* **webpack-runner:** h5支持自定义postcss插件 ([2c92757](https://github.com/NervJS/taro/commit/2c92757))
* **with-weapp:** 支持 globalData ([2a387bf](https://github.com/NervJS/taro/commit/2a387bf))
* **with-weapp:** 支持 properties::observer ([dad17ef](https://github.com/NervJS/taro/commit/dad17ef))
* **with-weapp:** 更新 rollup 配置 ([3ec46b4](https://github.com/NervJS/taro/commit/3ec46b4))
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ $ npm run bootstrap

感谢以下所有给 Taro 贡献过代码的开发者:

<a href="https://github.com/nervjs/taro/graphs/contributors"><img src="https://opencollective.com/taro/contributors.svg?width=890" /></a>
<a href="https://github.com/NervJS/taro/graphs/contributors"><img src="https://opencollective.com/taro/contributors.svg?width=890&button=false" /></a>
4 changes: 4 additions & 0 deletions docs/best-practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ if (process.env.NODE_ENV === 'development') {
}
```

### 使用 `this.$componentType` 来判断当前 Taro.Component 是页面还是组件

`this.$componentType` 可能取值分别为 `PAGE``COMPONENT`,开发者可以根据此变量的取值分别采取不同逻辑。

### 预加载

**微信小程序中**,从调用 `Taro.navigateTo``Taro.redirectTo``Taro.switchTab` 后,到页面触发 componentWillMount 会有一定延时。因此一些网络请求可以提前到发起跳转前一刻去请求。
Expand Down
47 changes: 1 addition & 46 deletions docs/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,49 +34,4 @@ Taro 各个模块的核心开发者。设计并实现 Taro 的核心功能,把

为 Taro 贡献过代码的个人。

* [AlexStacker](https://github.com/AlexStacker)
* [AsukaSong](https://github.com/AsukaSong)
* [atzcl](https://github.com/atzcl)
* [Boshen](https://github.com/Boshen)
* [Bless-L](https://github.com/Bless-L)
* [beidan](https://github.com/beidan)
* [Chen-jj](https://github.com/Chen-jj)
* [cuitianze](https://github.com/cuitianze)
* [finian](https://github.com/finian)
* [guotie](https://github.com/guotie)
* [icodytan](https://github.com/icodytan)
* [JerrySir](https://github.com/JerrySir)
* [js-newbee](https://github.com/js-newbee)
* [jas0ncn](https://github.com/jas0ncn)
* [jinjinjin0731](https://github.com/jinjinjin0731)
* [kdong007](https://github.com/kdong007)
* [kenberkeley](https://github.com/kenberkeley)
* [Lizhooh](https://github.com/Lizhooh)
* [Littly](https://github.com/Littly)
* [lolipop99](https://github.com/lolipop99)
* [lijinke666](https://github.com/lijinke666)
* [looch](https://github.com/looch)
* [ladjzero](https://github.com/ladjzero)
* [limichange](https://github.com/limichange)
* [leeenx](https://github.com/leeenx)
* [luckyadam](https://github.com/luckyadam)
* [Manjiz](https://github.com/Manjiz)
* [Mr-Prune](https://github.com/Mr-Prune)
* [missmimia](https://github.com/missmimia)
* [mushan0x0](https://github.com/mushan0x0)
* [Pines-Cheng](https://github.com/Pines-Cheng)
* [rojer95](https://github.com/rojer95)
* [ronffy](https://github.com/ronffy)
* [Songkeys](https://github.com/Songkeys)
* [Simbachen](https://github.com/Simbachen)
* [smoothdvd](https://github.com/smoothdvd)
* [soulhat](https://github.com/soulhat)
* [thewei](https://github.com/thewei)
* [wowlusitong](https://github.com/wowlusitong)
* [xunge0613](https://github.com/xunge0613)
* [YikaJ](https://github.com/YikaJ)
* [yuche](https://github.com/yuche)
* [ZodiacSyndicate](https://github.com/ZodiacSyndicate)
* [zacksleo](https://github.com/zacksleo)
* [zuorichongxian](https://github.com/zuorichongxian)
* [zaaack](https://github.com/zaaack)
<a href="https://github.com/NervJS/taro/graphs/contributors"><img src="https://opencollective.com/taro/contributors.svg?width=890&button=false" /></a>
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"message": "chore(release): publish %s"
}
},
"version": "1.2.0-alpha.3",
"version": "1.2.0-beta.1",
"npmClient": "npm"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-jsx-to-stylesheet",
"version": "1.2.0-alpha.3",
"version": "1.2.0-beta.1",
"description": "Transform stylesheet selector to style in JSX Elements.",
"license": "MIT",
"main": "src/index.js",
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": "1.2.0-alpha.3",
"version": "1.2.0-beta.1",
"description": "Taro specific linting rules for ESLint",
"main": "index.js",
"files": [
Expand All @@ -27,6 +27,6 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"eslint-plugin-taro": "1.2.0-alpha.3"
"eslint-plugin-taro": "1.2.0-beta.1"
}
}
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": "1.2.0-alpha.3",
"version": "1.2.0-beta.1",
"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": "1.2.0-alpha.3",
"version": "1.2.0-beta.1",
"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": "1.2.0-alpha.3",
"version": "1.2.0-beta.1",
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
"keywords": [
"postcss",
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": "1.2.0-alpha.3",
"version": "1.2.0-beta.1",
"description": "Taro alipay framework",
"main": "index.js",
"files": [
Expand All @@ -23,8 +23,8 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "1.0.3",
"@tarojs/utils": "1.0.3",
"@tarojs/taro": "1.2.0-beta.1",
"@tarojs/utils": "1.2.0-beta.1",
"lodash": "^4.17.10",
"prop-types": "^15.6.1"
}
Expand Down
4 changes: 3 additions & 1 deletion packages/taro-alipay/src/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ class BaseComponent {
_disable = true
_pendingStates = []
_pendingCallbacks = []
$componentType = ''
$router = {
params: {}
}

constructor () {
constructor (props = {}, isPage) {
this.state = {}
this.props = {}
this.$componentType = isPage ? 'PAGE' : 'COMPONENT'
}
_constructor (props) {
this.props = props || {}
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-alipay/src/create-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ function createComponent (ComponentClass, isPage) {
Object.assign(weappComponentConf, {
onLoad (options = {}) {
hasPageInited = false
this.$component = new ComponentClass()
this.$component = new ComponentClass({}, isPage)
this.$component._init(this)
this.$component.render = this.$component._createData
this.$component.__propTypes = ComponentClass.propTypes
Expand Down Expand Up @@ -313,7 +313,7 @@ function createComponent (ComponentClass, isPage) {
} else {
Object.assign(weappComponentConf, {
didMount () {
this.$component = new ComponentClass()
this.$component = new ComponentClass({}, isPage)
this.$component._init(this)
this.$component.render = this.$component._createData
this.$component.__propTypes = ComponentClass.propTypes
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": "1.2.0-alpha.3",
"version": "1.2.0-beta.1",
"description": "taro async await",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/taro-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/cli",
"version": "1.2.0-alpha.3",
"version": "1.2.0-beta.1",
"description": "cli tool for taro",
"main": "index.js",
"scripts": {
Expand All @@ -23,16 +23,16 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taroize": "1.2.0-alpha.3",
"@tarojs/transformer-wx": "1.1.0-beta.10",
"@tarojs/taroize": "1.2.0-beta.1",
"@tarojs/transformer-wx": "1.2.0-beta.1",
"autoprefixer": "^8.4.1",
"babel-core": "^6.26.3",
"babel-generator": "^6.26.1",
"babel-plugin-danger-remove-unused-import": "^1.1.1",
"babel-plugin-remove-dead-code": "^1.3.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-define": "^1.3.0",
"babel-plugin-transform-jsx-to-stylesheet": "1.2.0-alpha.3",
"babel-plugin-transform-jsx-to-stylesheet": "1.2.0-beta.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-template": "^6.26.0",
"babel-traverse": "^6.26.0",
Expand Down Expand Up @@ -61,7 +61,7 @@
"postcss-modules-resolve-imports": "^1.3.0",
"postcss-modules-scope": "^1.1.0",
"postcss-modules-values": "^1.3.0",
"postcss-pxtransform": "1.2.0-alpha.3",
"postcss-pxtransform": "1.2.0-beta.1",
"postcss-url": "^7.3.2",
"prettier": "^1.14.3",
"prop-types": "^15.6.2",
Expand Down
4 changes: 3 additions & 1 deletion packages/taro-cli/src/convertor.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,9 @@ class Convertor {
})
creator.template(templateName, 'gitignore', path.join(this.convertRoot, '.gitignore'))
creator.template(templateName, 'editorconfig', path.join(this.convertRoot, '.editorconfig'))
creator.template(templateName, 'eslintrc', path.join(this.convertRoot, '.eslintrc'))
creator.template(templateName, 'eslintrc', path.join(this.convertRoot, '.eslintrc'), {
typescript: false
})
creator.template(templateName, 'indexhtml', path.join(this.convertDir, 'index.html'))
creator.fs.commit(() => {
const pkgObj = JSON.parse(fs.readFileSync(pkgPath).toString())
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": "1.2.0-alpha.3",
"version": "1.2.0-beta.1",
"description": "多端解决方案基础组件(RN)",
"main": "./dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components",
"version": "1.2.0-alpha.3",
"version": "1.2.0-beta.1",
"description": "",
"main": "./dist/index.js",
"typings": "./types/index.d.ts",
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": "1.2.0-alpha.3",
"version": "1.2.0-beta.1",
"description": "Taro h5 framework",
"main": "index.js",
"typings": "types/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"nervjs": "^1.3.0"
},
"dependencies": {
"@tarojs/taro": "1.2.0-alpha.3",
"@tarojs/taro": "1.2.0-beta.1",
"base64-js": "^1.3.0",
"jsonp-retry": "^1.0.3",
"mobile-detect": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-mobx-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mobx-common",
"version": "1.1.7",
"version": "1.2.0-beta.1",
"description": "mobx library for taro",
"keywords": [
"mobx",
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-mobx-h5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mobx-h5",
"version": "1.1.7",
"version": "1.2.0-beta.1",
"description": "mobx-h5 for taro",
"keywords": [
"mobx",
Expand All @@ -21,7 +21,7 @@
"nervjs": "^1.3.0"
},
"dependencies": {
"@tarojs/taro-h5": "1.1.7",
"@tarojs/mobx-common": "1.1.7"
"@tarojs/mobx-common": "1.2.0-beta.1",
"@tarojs/taro-h5": "1.1.7"
}
}
6 changes: 3 additions & 3 deletions packages/taro-mobx-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mobx-rn",
"version": "1.1.7",
"version": "1.2.0-beta.1",
"description": "mobx-rn for taro",
"keywords": [
"mobx",
Expand All @@ -18,7 +18,7 @@
"index.js"
],
"dependencies": {
"@tarojs/taro-rn": "1.1.7",
"@tarojs/mobx-common": "1.1.7"
"@tarojs/mobx-common": "1.2.0-beta.1",
"@tarojs/taro-rn": "1.1.7"
}
}
Loading

0 comments on commit 72637b9

Please sign in to comment.