Skip to content

Commit

Permalink
doc: plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzm committed Nov 22, 2024
1 parent 89d5bc3 commit b5f0b03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/overview/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"openDataContext": "sub",
"plugins": {
"Layout": {
"version": "1.0.13",
"version": "1.0.14",
"provider": "wx7a727ff7d940bb3f",
"contexts":[{"type":"openDataContext"}]
}
Expand Down Expand Up @@ -52,7 +52,7 @@ const Layout = requirePlugin('Layout').default;
"deviceOrientation": "portrait",
"plugins": {
"Layout": {
"version": "1.0.13",
"version": "1.0.14",
"provider": "wx7a727ff7d940bb3f",
"contexts":[{"type":"gameContext"}]
}
Expand All @@ -75,7 +75,7 @@ const Layout = requirePlugin('Layout').default;
"deviceOrientation": "portrait",
"plugins": {
"Layout": {
"version": "1.0.13",
"version": "1.0.14",
"provider": "wx7a727ff7d940bb3f",
"contexts":[{"type":"gameContext"}, {"type":"openDataContext"}]
}
Expand All @@ -86,6 +86,7 @@ const Layout = requirePlugin('Layout').default;
## 版本列表
| 版本 | 特性 |
| --------------- | ------------------- |
| 1.0.14 | 新增 classList 特性 |
| 1.0.13 | 新增insertElement,优化ts声明协议|
| 1.0.12 | 修复 BitMapText textAlign = 'right' 不生效问题,修改 ScrollBar 的默认样式|
| 1.0.11 | 修复样式伪类功能在touchend没有触发的bug |
Expand Down

0 comments on commit b5f0b03

Please sign in to comment.