Skip to content

Commit a4c8d08

Browse files
committed
feat: update baselib defs to 3.7.4
1 parent 863ab95 commit a4c8d08

File tree

3 files changed

+383
-78
lines changed

3 files changed

+383
-78
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2025-01-14 v4.0.3
2+
- 补齐云开发 `CollectionReference` 上的 `aggregate` ([#276](https://github.com/wechat-miniprogram/api-typings/issues/276))
3+
- 补齐组件实例方法 `setInitialRenderingCache``getAppBar` by [@Yang Mingshan](https://github.com/yangmingshan) ([#339](https://github.com/wechat-miniprogram/api-typings/issues/339))
4+
- 更新 API 定义到 3.7.4
5+
16
## 2024-11-13 v4.0.2
27
- 补齐 `RaycastHit` ([#337](https://github.com/wechat-miniprogram/api-typings/issues/337))
38

test/api-doc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ import { expectType } from 'tsd'
994994
})
995995
}
996996

997-
type TPlatform = 'ios' | 'android' | 'windows' | 'mac' | 'devtools'
997+
type TPlatform = 'ios' | 'android' | 'windows' | 'mac' | 'devtools' | 'ohos'
998998

999999
// Test case from `wx.getSystemInfoSync`
10001000
{

0 commit comments

Comments
 (0)