File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.1.0
2
+
3
+ ` 2021-10-13 `
4
+
5
+ - 增加 ` renderOnce ` 属性避免显示对象 DOM 频繁重绘
6
+ - 增加 DOM 节点渲染顺序属性
7
+ - 隐藏无效宽高元素
8
+ - 修改 ` renderIndex ` 属性说明
9
+
1
10
# 0.0.3
2
11
3
12
` 2021-06-23 `
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ http://tinyjs.net/plugins/tinyjs-plugin-accessibility.html#demo
16
16
17
17
- 也可以直接引用线上cdn地址,注意要使用最新的版本号,例如:
18
18
19
- - https://gw.alipayobjects.com/as/g/tiny-plugins/tinyjs-plugin-accessibility/0.0.3 /index.js
20
- - https://gw.alipayobjects.com/as/g/tiny-plugins/tinyjs-plugin-accessibility/0.0.3 /index.debug.js
19
+ - https://gw.alipayobjects.com/as/g/tiny-plugins/tinyjs-plugin-accessibility/0.1.0 /index.js
20
+ - https://gw.alipayobjects.com/as/g/tiny-plugins/tinyjs-plugin-accessibility/0.1.0 /index.debug.js
21
21
22
22
## 起步
23
23
首先当然是要引入,推荐` NPM ` 方式,当然你也可以使用` CDN ` 或下载独立版本,先从几个例子入手吧!
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tinyjs-plugin-accessibility" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"author" : " yiiqii" ,
5
5
"description" : " Renderer plugin for interaction accessibility for end-users with physical impairments which require screen-renders" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments