Skip to content

Commit bd989b4

Browse files
committed
0.1.0
1 parent fc1ecba commit bd989b4

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.1.0
2+
3+
`2021-10-13`
4+
5+
- 增加 `renderOnce` 属性避免显示对象 DOM 频繁重绘
6+
- 增加 DOM 节点渲染顺序属性
7+
- 隐藏无效宽高元素
8+
- 修改 `renderIndex` 属性说明
9+
110
# 0.0.3
211

312
`2021-06-23`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ http://tinyjs.net/plugins/tinyjs-plugin-accessibility.html#demo
1616

1717
- 也可以直接引用线上cdn地址,注意要使用最新的版本号,例如:
1818

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
2121

2222
## 起步
2323
首先当然是要引入,推荐`NPM`方式,当然你也可以使用`CDN`或下载独立版本,先从几个例子入手吧!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinyjs-plugin-accessibility",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"author": "yiiqii",
55
"description": "Renderer plugin for interaction accessibility for end-users with physical impairments which require screen-renders",
66
"keywords": [

0 commit comments

Comments
 (0)