File tree Expand file tree Collapse file tree 3 files changed +23
-10
lines changed
Expand file tree Collapse file tree 3 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 1- #### 2024.11.08
1+ #### 2024.11.11
221 . ` A ` 新增insertElement;
332 . ` 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;
7132 . ` U ` 小游戏插件发布1.0.11版本;
814
915#### 2024.3.25
2733#### 2023.12.26
28341 . ` U ` 小游戏插件发布1.0.6版本;
29352 . ` F ` 修复圆角矩形在有borderRadius的时候绘制不够圆润问题;
30- 3 . ` U ` 文字样式支持fontFamily属性 ;
36+ 3 . ` U ` 文字样式支持 fontFamily 属性 ;
31374 . ` F ` 修复 ScrollView 的滚动条在页面布局变化时会位置异常问题;
32385 . ` 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
43501 . ` F ` 兼容在字节小游戏下运行失败问题;
Original file line number Diff line number Diff line change 1+ #### 2024.11.11
2+ 1 . ` A ` 新增insertElement;
3+ 2 . ` U ` 优化ts声明协议;
4+ 3 . ` U ` 小游戏插件发布1.0.13版本;
5+
16#### 2024.11.1
271 . ` F ` 修复 BitMapText textAlign = 'right' 不生效问题;
382 . ` U ` 修改 ScrollBar 的默认样式;
Original file line number Diff line number Diff line change 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 |
You can’t perform that action at this time.
0 commit comments