# Change Log

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

<a name="1.15.0"></a>
# [1.15.0](https://github.com/jgbjs/jgb-transform/compare/miniapp-adapter@1.14.0...miniapp-adapter@1.15.0) (2020-09-22)


### Features

* 🎸 add swan.getLaunchOptionsSync polyfill ([744f061](https://github.com/jgbjs/jgb-transform/commit/744f061))
* 增加relations模拟 ([1b179f3](https://github.com/jgbjs/jgb-transform/commit/1b179f3))





<a name="1.14.0"></a>
# [1.14.0](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.13.2-alpha.0...miniapp-adapter@1.14.0) (2020-07-03)


### Bug Fixes

* 🐛 remove set alipay default request ContentType ([e45035b](https://github.com/landn172/jgb-transform/commit/e45035b))


### Features

* 🎸 增加createSelectorQuery对自定义组件的选择器适配 ([7594106](https://github.com/landn172/jgb-transform/commit/7594106))





<a name="1.13.2-alpha.0"></a>
## [1.13.2-alpha.0](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.13.1-alpha.0...miniapp-adapter@1.13.2-alpha.0) (2020-06-22)


### Features

* 🎸 补全百度Page缺失的函数 ([88530f9](https://github.com/landn172/jgb-transform/commit/88530f9))





<a name="1.13.1-alpha.0"></a>
## [1.13.1-alpha.0](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.13.0...miniapp-adapter@1.13.1-alpha.0) (2020-06-16)

**Note:** Version bump only for package miniapp-adapter





<a name="1.13.0"></a>
# [1.13.0](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.12.0...miniapp-adapter@1.13.0) (2020-06-15)


### Features

* 🎸 enhance wx to swan ([031cf3f](https://github.com/landn172/jgb-transform/commit/031cf3f))





<a name="1.12.0"></a>
# [1.12.0](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.11.0...miniapp-adapter@1.12.0) (2020-05-29)


### Bug Fixes

* 修复my.getLocation api入参type为默认值时经纬度转化 ([2d5ff66](https://github.com/landn172/jgb-transform/commit/2d5ff66))
* 修复支付宝不传confirmText和cancelText时把undefined展示出来的问题 ([e090ed6](https://github.com/landn172/jgb-transform/commit/e090ed6))


### Features

* swan.getLocation api入参altitude类型差异 ([cfeffb4](https://github.com/landn172/jgb-transform/commit/cfeffb4))





<a name="1.11.0"></a>
# [1.11.0](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.10.0...miniapp-adapter@1.11.0) (2020-05-20)


### Features

* 新增支付宝适配：1. showToast适配。2. 组件props传null会变成function noop() {}，将其重新转为null ([4d96e8f](https://github.com/landn172/jgb-transform/commit/4d96e8f))





<a name="1.10.0"></a>
# [1.10.0](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.9.5...miniapp-adapter@1.10.0) (2020-05-13)


### Features

* **adapter:** add aliapp adapter Storage ([26b4295](https://github.com/landn172/jgb-transform/commit/26b4295))





<a name="1.9.5"></a>
## [1.9.5](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.9.3...miniapp-adapter@1.9.5) (2020-03-16)


### Bug Fixes

* 修复ali adapter一些异常 ([f35f10f](https://github.com/landn172/jgb-transform/commit/f35f10f))





<a name="1.9.4"></a>
## [1.9.4](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.9.3...miniapp-adapter@1.9.4) (2020-03-16)


### Bug Fixes

* 修复ali adapter一些异常 ([f35f10f](https://github.com/landn172/jgb-transform/commit/f35f10f))





<a name="1.9.3"></a>
## [1.9.3](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.9.2...miniapp-adapter@1.9.3) (2019-10-16)


### Bug Fixes

* **adpater:** fix showModal props error mapping ([2c34e87](https://github.com/landn172/jgb-transform/commit/2c34e87))





<a name="1.9.2"></a>
## [1.9.2](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.9.1...miniapp-adapter@1.9.2) (2019-10-16)


### Bug Fixes

* **adapter:** 修复my引用错误 ([e400533](https://github.com/landn172/jgb-transform/commit/e400533))





<a name="1.9.1"></a>
## [1.9.1](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.9.0...miniapp-adapter@1.9.1) (2019-09-17)


### Bug Fixes

* 修复Object.define重复properties ([4216e64](https://github.com/landn172/jgb-transform/commit/4216e64))





<a name="1.9.0"></a>
# [1.9.0](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.7.1...miniapp-adapter@1.9.0) (2019-09-17)


### Bug Fixes

* **aliapp:** callObserverWhenPropsChange context && add prevProps default value ([4194952](https://github.com/landn172/jgb-transform/commit/4194952))
* 修复支付宝triggerEvent时一些错误 ([25d9cd8](https://github.com/landn172/jgb-transform/commit/25d9cd8))


### Features

* 对支付宝和百度支付relations支持 ([8341679](https://github.com/landn172/jgb-transform/commit/8341679))


### Performance Improvements

* 优化props触发observer逻辑 ([2790c0e](https://github.com/landn172/jgb-transform/commit/2790c0e))





<a name="1.8.0"></a>
# [1.8.0](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.7.1...miniapp-adapter@1.8.0) (2019-09-12)


### Bug Fixes

* **aliapp:** callObserverWhenPropsChange context && add prevProps default value ([4194952](https://github.com/landn172/jgb-transform/commit/4194952))


### Features

* 对支付宝和百度支付relations支持 ([8341679](https://github.com/landn172/jgb-transform/commit/8341679))





<a name="1.7.1"></a>
## [1.7.1](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.7.0...miniapp-adapter@1.7.1) (2019-09-11)


### Bug Fixes

* 修復支付宝observer props时有时触发异常，增加补偿deriveDataFromProps ([0048174](https://github.com/landn172/jgb-transform/commit/0048174))





<a name="1.7.0"></a>
# [1.7.0](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.6.2...miniapp-adapter@1.7.0) (2019-07-15)


### Features

* 增加支付宝onInit支持 ([3f98302](https://github.com/landn172/jgb-transform/commit/3f98302))





<a name="1.6.2"></a>
## [1.6.2](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.6.1...miniapp-adapter@1.6.2) (2019-06-05)


### Bug Fixes

* **miniapp-adapter:** remove api proxy ([fc77c8b](https://github.com/landn172/jgb-transform/commit/fc77c8b))





<a name="1.6.1"></a>
## [1.6.1](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.6.0...miniapp-adapter@1.6.1) (2019-05-22)


### Bug Fixes

* fix aliapp miss function nextTick ([252d3b9](https://github.com/landn172/jgb-transform/commit/252d3b9))





<a name="1.6.0"></a>
# [1.6.0](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.5.2...miniapp-adapter@1.6.0) (2019-05-09)


### Features

* 增加头条编译支持 ([7589d6d](https://github.com/landn172/jgb-transform/commit/7589d6d))





<a name="1.5.2"></a>
## [1.5.2](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.5.1...miniapp-adapter@1.5.2) (2019-03-04)

**Note:** Version bump only for package miniapp-adapter





<a name="1.5.1"></a>
## [1.5.1](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.5.0...miniapp-adapter@1.5.1) (2019-01-14)


### Bug Fixes

* 修复adpater aliapp.api.createSelectorQuery.fields 的适配问题 ([f04d60c](https://github.com/landn172/jgb-transform/commit/f04d60c))





<a name="1.5.0"></a>
# [1.5.0](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.4.1...miniapp-adapter@1.5.0) (2019-01-04)


### Features

* 补全微信转支付宝api差异 ([4912cad](https://github.com/landn172/jgb-transform/commit/4912cad))





<a name="1.4.1"></a>
## [1.4.1](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.4.0...miniapp-adapter@1.4.1) (2018-12-27)


### Bug Fixes

* 修复转换aliapp时适配一些bug ([971982f](https://github.com/landn172/jgb-transform/commit/971982f))





<a name="1.4.0"></a>
# [1.4.0](https://github.com/landn172/jgb-transform/compare/miniapp-adapter@1.3.0...miniapp-adapter@1.4.0) (2018-12-26)


### Features

* 增加Page或者Component以赋值形式的替换 ([6cf1249](https://github.com/landn172/jgb-transform/commit/6cf1249))





<a name="1.3.0"></a>
# 1.3.0 (2018-12-11)


### Features

* 增加支付宝适配 ([20f8601](https://github.com/landn172/jgb-transform/commit/20f8601))
