@rsmax/toutiao 1.3.9 → 1.3.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,31 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.3.11](https://github.com/remaxjs/remax/compare/v1.3.8...v1.3.11) (2025-06-04)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **toutiao:** 修复 arrowOption 为非必填 ([525206c](https://github.com/remaxjs/remax/commit/525206c8a03af12703db5d257c376cd1656b7ce0))
|
|
11
|
+
- **toutiao:** 修复 camera 文档问题 ([3849261](https://github.com/remaxjs/remax/commit/384926153153a010e53ac0451803f9f15afd243c))
|
|
12
|
+
- **toutiao:** 修复 objectFit 字段存在空格 ([9a70b70](https://github.com/remaxjs/remax/commit/9a70b70a6dd63e717a7e9a0278f25d3c26386986))
|
|
13
|
+
- **toutiao:** 修复 onUserScreenRecord 接口错误赋值 ([bf64edf](https://github.com/remaxjs/remax/commit/bf64edf39c601d40f6511bafc823135674496d9d))
|
|
14
|
+
- **toutiao:** 修复 重复导出 setPageInfo ([e54da71](https://github.com/remaxjs/remax/commit/e54da71c2607094c2b893360d2ac07a6079deaba))
|
|
15
|
+
- **toutiao:** 更新 MovableView 、MovableArea 文档地址 ([20a4863](https://github.com/remaxjs/remax/commit/20a48639a294f97678395912c845f72b685a972c))
|
|
16
|
+
- **toutiao:** 补充 Ad / Mask 组件 ([fdeadc6](https://github.com/remaxjs/remax/commit/fdeadc63cef2092ffab7461f27316adfbd96a5d3))
|
|
17
|
+
- **toutiao:** 补充 Camera 组件 ([50ae417](https://github.com/remaxjs/remax/commit/50ae4171de84a0f327b0542a8e8002cb35b5b50f))
|
|
18
|
+
- **toutiao:** 补充 LivePlayer 组件 ([41523f4](https://github.com/remaxjs/remax/commit/41523f40c8daf2fbc2c7174fbf725548f00a3bf7))
|
|
19
|
+
- **toutiao:** 补充 LivePreview 组件 ([62cddba](https://github.com/remaxjs/remax/commit/62cddba50f38b8d0959198733b9fe9b493f7c6db))
|
|
20
|
+
- **toutiao:** 补充 Map 组件 ([3cac5bb](https://github.com/remaxjs/remax/commit/3cac5bb292bdccb479ca38731514df70bc370646))
|
|
21
|
+
- **toutiao:** 补充 MatchMedia 组件 ([f8b7e12](https://github.com/remaxjs/remax/commit/f8b7e123fe36772c6aae6e555a8e3849a393bdcb))
|
|
22
|
+
- **toutiao:** 补充 Progress 组件 duration 属性 ([8064a9f](https://github.com/remaxjs/remax/commit/8064a9f5956392a0ab7a9f4216915df5121a64cd))
|
|
23
|
+
- **toutiao:** 补充 RichText 组件 space 属性 ([c957999](https://github.com/remaxjs/remax/commit/c957999d120551eb79377c7f13196684057f0d68))
|
|
24
|
+
- **toutiao:** 补充 RtcRoom 组件 ([813319c](https://github.com/remaxjs/remax/commit/813319ccbbaeecf7009b16aa78ebcdd04f3bcd57))
|
|
25
|
+
- **toutiao:** 补充 缺失的 api ([727425f](https://github.com/remaxjs/remax/commit/727425f20e98b6a2f909e89606ba71244fa8c0a3))
|
|
26
|
+
|
|
27
|
+
## [1.3.10](https://github.com/remaxjs/remax/compare/v1.3.9...v1.3.10) (2025-06-04)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @rsmax/toutiao
|
|
30
|
+
|
|
6
31
|
## [1.3.9](https://github.com/remaxjs/remax/compare/v1.3.8...v1.3.9) (2025-06-04)
|
|
7
32
|
|
|
8
33
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsmax/toutiao",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.11",
|
|
4
4
|
"description": "Rsmax for Toutiao",
|
|
5
5
|
"main": "./cjs/index.js",
|
|
6
6
|
"esnext": "./esm/index.js",
|
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
"repository": "git+https://github.com/remaxjs/remax.git",
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@rsmax/shared": "1.3.
|
|
19
|
+
"@rsmax/shared": "1.3.11",
|
|
20
20
|
"lodash": "^4.17.21"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@douyin-microapp/typings": "^1.3.1",
|
|
24
|
-
"@rsmax/framework-shared": "1.3.
|
|
25
|
-
"@rsmax/runtime": "1.3.
|
|
26
|
-
"@rsmax/types": "1.3.
|
|
27
|
-
"@rsmax/wechat": "1.3.
|
|
24
|
+
"@rsmax/framework-shared": "1.3.11",
|
|
25
|
+
"@rsmax/runtime": "1.3.11",
|
|
26
|
+
"@rsmax/types": "1.3.11",
|
|
27
|
+
"@rsmax/wechat": "1.3.11",
|
|
28
28
|
"@types/react": "^18.3.0",
|
|
29
29
|
"@types/react-test-renderer": "^18.3.0",
|
|
30
30
|
"react": "^18.3.0",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "f7430582843aaab07f32ba74f81c47863bcd4a8b"
|
|
37
37
|
}
|