Skip to content

Commit

Permalink
feat: update baselib defs to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SgLy committed Aug 8, 2024
1 parent fa965f6 commit 77f276f
Show file tree
Hide file tree
Showing 3 changed files with 562 additions and 62 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2024-08-08 v3.12.3
- 更新 API 定义到 3.5.2
- 修复 [#235](https://github.com/wechat-miniprogram/api-typings/issues/235), [#302](https://github.com/wechat-miniprogram/api-typings/issues/302), [#303](https://github.com/wechat-miniprogram/api-typings/issues/303), [#304](https://github.com/wechat-miniprogram/api-typings/issues/304) by [@Yang Mingshan](https://github.com/yangmingshan)

## 2023-12-01 v3.12.2
- 更新 API 定义到 3.2.3

Expand Down
1 change: 1 addition & 0 deletions test/api-doc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1948,6 +1948,7 @@ type TPlatform = 'ios' | 'android' | 'windows' | 'mac' | 'devtools'
isPrivateMessage: true,
activityId: 'xxx',
templateInfo: {
templateId: '',
parameterList: [{
name: '',
value: '',
Expand Down
Loading

0 comments on commit 77f276f

Please sign in to comment.