You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
684 B
27 lines
684 B
# 0.1.4
|
|
|
|
* **主要变更**
|
|
|
|
- [+] 增加 `my.getExtConfigSync()`、`my.getAppIdSync()`、`my.getUpdateManager()`、`my.showSharePanel()` 类型声明。
|
|
|
|
* **Refactor**
|
|
|
|
- 将 `getApp` 返回的 `{ globalData: any; }` 重构成 `tinyapp.IGetAppResult`。
|
|
|
|
* **Bug Fix**
|
|
|
|
- 修复 animation 类型。
|
|
|
|
# 0.1.3
|
|
|
|
* **Bug Fix**
|
|
- 修复 `IPreviewImageOptions` 的 `current` 属性为 `number` 类型;
|
|
- 修复 `pageInstance.$spliceData` 和 `componentInstance.$spliceData` 没有回调函数的问题。
|
|
|
|
# 0.0.2
|
|
|
|
`2019-06-10`
|
|
|
|
* **Bug Fix**
|
|
- 将 destructiveBtnIndex 参数设为可选;
|
|
- 删掉没有使用到且与新版 TypeScript 底层库冲突的 Omit 类型。
|
|
|