Skip to content

Commit b5f0b03

Browse files
committed
doc: plugin
1 parent 89d5bc3 commit b5f0b03

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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.13",
20+
"version": "1.0.14",
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.13",
55+
"version": "1.0.14",
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.13",
78+
"version": "1.0.14",
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.14 | 新增 classList 特性 |
8990
| 1.0.13 | 新增insertElement,优化ts声明协议|
9091
| 1.0.12 | 修复 BitMapText textAlign = 'right' 不生效问题,修改 ScrollBar 的默认样式|
9192
| 1.0.11 | 修复样式伪类功能在touchend没有触发的bug |

0 commit comments

Comments
 (0)