Skip to content

Commit 4e9067f

Browse files
committed
feat: update changelog
1 parent 19c5fbc commit 4e9067f

File tree

3 files changed

+23
-10
lines changed

3 files changed

+23
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
#### 2024.11.08
1+
#### 2024.11.11
22
1. `A` 新增insertElement;
33
2. `U` 优化ts声明协议;
4+
3. `U` 小游戏插件发布1.0.13版本;
5+
6+
#### 2024.11.1
7+
1. `F` 修复 BitMapText textAlign = 'right' 不生效问题;
8+
2. `U` 修改 ScrollBar 的默认样式;
9+
3. `U` 小游戏插件发布1.0.12版本;
410

511
#### 2024.4.11
6-
1. `U` 修复样式伪类功能在touchend没有触发的bug;
12+
1. `F` 修复样式伪类功能在touchend没有触发的bug;
713
2. `U` 小游戏插件发布1.0.11版本;
814

915
#### 2024.3.25
@@ -27,17 +33,18 @@
2733
#### 2023.12.26
2834
1. `U` 小游戏插件发布1.0.6版本;
2935
2. `F` 修复圆角矩形在有borderRadius的时候绘制不够圆润问题;
30-
3. `U` 文字样式支持fontFamily属性
36+
3. `U` 文字样式支持 fontFamily 属性
3137
4. `F` 修复 ScrollView 的滚动条在页面布局变化时会位置异常问题;
3238
5. `U` Layout 支持多例模式;
3339

3440
#### 2023.7.25
35-
1. `U` 支持部分 transform 属性;
36-
2. `U` 小游戏插件发布1.0.5版本
41+
1. `U` transform 部分属性支持,使用可见[教程](./tutorial/loading);
42+
2. `U` 小游戏插件发布 1.0.5 版本
3743

3844
#### 2023.7.12
39-
1. `U` ScrollView 支持滚动条特性;
40-
2. `U` 小游戏插件发布1.0.4版本;
45+
1. `U` ScrollView 支持 [滚动条](./components/scrollbar.md)特性;
46+
2. `U` 支持 opacity 样式属性;
47+
3. `U` 小游戏插件发布 1.0.4 版本;
4148

4249
#### 2023.6.20
4350
1. `F` 兼容在字节小游戏下运行失败问题;

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 2024.11.11
2+
1. `A` 新增insertElement;
3+
2. `U` 优化ts声明协议;
4+
3. `U` 小游戏插件发布1.0.13版本;
5+
16
#### 2024.11.1
27
1. `F` 修复 BitMapText textAlign = 'right' 不生效问题;
38
2. `U` 修改 ScrollBar 的默认样式;

docs/overview/plugin.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"openDataContext": "sub",
1818
"plugins": {
1919
"Layout": {
20-
"version": "1.0.12",
20+
"version": "1.0.13",
2121
"provider": "wx7a727ff7d940bb3f",
2222
"contexts":[{"type":"openDataContext"}]
2323
}
@@ -52,7 +52,7 @@ const Layout = requirePlugin('Layout').default;
5252
"deviceOrientation": "portrait",
5353
"plugins": {
5454
"Layout": {
55-
"version": "1.0.12",
55+
"version": "1.0.13",
5656
"provider": "wx7a727ff7d940bb3f",
5757
"contexts":[{"type":"gameContext"}]
5858
}
@@ -75,7 +75,7 @@ const Layout = requirePlugin('Layout').default;
7575
"deviceOrientation": "portrait",
7676
"plugins": {
7777
"Layout": {
78-
"version": "1.0.12",
78+
"version": "1.0.13",
7979
"provider": "wx7a727ff7d940bb3f",
8080
"contexts":[{"type":"gameContext"}, {"type":"openDataContext"}]
8181
}
@@ -86,6 +86,7 @@ const Layout = requirePlugin('Layout').default;
8686
## 版本列表
8787
| 版本 | 特性 |
8888
| --------------- | ------------------- |
89+
| 1.0.13 | 新增insertElement,优化ts声明协议|
8990
| 1.0.12 | 修复 BitMapText textAlign = 'right' 不生效问题,修改 ScrollBar 的默认样式|
9091
| 1.0.11 | 修复样式伪类功能在touchend没有触发的bug |
9192
| 1.0.10 | 修复1.0.9背景渲染的bug |

0 commit comments

Comments
 (0)