ztree
|
a3982311a9
|
HTML Tag 内的属性间隔支持 \t
|
2017-08-30 10:10:39 +08:00 |
|
Zongmin Lei
|
8c0b78f2af
|
test: add more test
|
2017-08-29 14:10:31 +08:00 |
|
Zongmin Lei
|
e426e8cfe7
|
style: fix test indent format
|
2017-08-29 13:58:36 +08:00 |
|
老雷
|
e4ff2cf93a
|
Merge pull request #109 from zTree/master
parseAttr 对特殊 html 进行支持(例如 word 复制的 html 内容)
|
2017-08-29 13:56:00 +08:00 |
|
老雷
|
9d59737c29
|
Merge pull request #100 from leizongmin/greenkeeper-uglify-js-3.0.14
Update uglify-js to version 3.0.14 🚀
|
2017-08-29 13:53:52 +08:00 |
|
zTree
|
9602b21171
|
Update xss.js
对特殊 html 进行支持(例如 word 复制的 html 内容)
如果只通过 空格进行区分,就会出现以下问题:
```
<img width=100 height=200
src='....'/>
```
这种没有空格,只有换行的 html 转换后会变为
```
<img width="100" height="200 src="...."“/>
```
|
2017-08-21 10:57:04 +08:00 |
|
zTree
|
b0fa6e9fc1
|
Update parser.js
对特殊 html 进行支持(例如 word 复制的 html 内容)
如果只通过 空格进行区分,就会出现以下问题:
```
<img width=100 height=200
src='....'/>
```
这种没有空格,只有换行的 html 转换后会变为
```
<img width="100" height="200 src="...."“/>
```
|
2017-08-21 10:54:15 +08:00 |
|
Zongmin Lei
|
2b7aa8432e
|
test: 增加测试用例
|
2017-07-12 19:32:43 +08:00 |
|
greenkeeperio-bot
|
94b167870c
|
chore(package): update uglify-js to version 3.0.14
https://greenkeeper.io/
|
2017-05-31 17:02:09 +08:00 |
|
Zongmin Lei
|
38b9c60290
|
update bower.json version: v0.3.3
|
2017-05-09 12:15:30 +08:00 |
|
老雷
|
a8e4c7e23c
|
Merge pull request #71 from leizongmin/greenkeeper-cssfilter-0.0.10
Update cssfilter to version 0.0.10 🚀
|
2017-03-20 17:20:59 +08:00 |
|
老雷
|
fb8141a7dc
|
Merge pull request #78 from leizongmin/greenkeeper-uglify-js-2.8.14
uglify-js@2.8.14 breaks build 🚨
|
2017-03-20 17:20:48 +08:00 |
|
老雷
|
b10ab86bf1
|
Merge pull request #74 from leizongmin/greenkeeper-browserify-14.1.0
Update browserify to version 14.1.0 🚀
|
2017-03-20 17:20:39 +08:00 |
|
greenkeeperio-bot
|
84b9d1c998
|
chore(package): update uglify-js to version 2.8.14
https://greenkeeper.io/
|
2017-03-19 16:34:00 +08:00 |
|
老雷
|
84d06c74ba
|
Merge pull request #76 from pgilad/patch-1
Update README.md
|
2017-03-03 11:52:22 +08:00 |
|
Gilad Peleg
|
cae59cb043
|
Update README.md
|
2017-02-20 21:27:44 +02:00 |
|
greenkeeperio-bot
|
f9235ad20e
|
chore(package): update browserify to version 14.1.0
https://greenkeeper.io/
|
2017-02-14 12:23:39 +08:00 |
|
greenkeeperio-bot
|
25ba5f9894
|
chore(package): update cssfilter to version 0.0.10
https://greenkeeper.io/
|
2017-02-01 10:55:22 +08:00 |
|
Zongmin Lei
|
18e0258ff2
|
v0.3.3
|
2016-12-20 09:14:28 +08:00 |
|
Zongmin Lei
|
3ecf8542a0
|
fix: issue #66 no options mutated
|
2016-12-20 09:13:35 +08:00 |
|
Zongmin Lei
|
1648cbfee2
|
v0.3.2
|
2016-12-02 10:54:16 +08:00 |
|
Zongmin Lei
|
6313322abd
|
fix #60 typings
|
2016-12-02 10:53:59 +08:00 |
|
Zongmin Lei
|
821474541a
|
v0.3.1 publish new version fix #60
|
2016-11-17 11:37:04 +08:00 |
|
Zongmin Lei
|
9016b9c76b
|
Add support for typescript (fix #60)
|
2016-11-17 10:40:38 +08:00 |
|
Zongmin Lei
|
ca8c5bbe3f
|
v0.2.18
|
2016-11-16 20:36:58 +08:00 |
|
老雷
|
c1f160fbc5
|
Merge pull request #64 from ristinolla/master
Resolves #63
|
2016-11-16 20:31:59 +08:00 |
|
Perttu Ristimella
|
d9875d34d2
|
added dist to files
|
2016-11-16 10:59:44 +02:00 |
|
Zongmin Lei
|
2212d5229f
|
v0.2.17
|
2016-11-06 11:06:22 +08:00 |
|
Zongmin Lei
|
857fa9de67
|
fix cssFilter, allow pass css=false to disable cssFilter
|
2016-11-06 11:06:02 +08:00 |
|
Zongmin Lei
|
ebd1259f15
|
v0.2.16 update dependenies
|
2016-10-26 12:20:15 +08:00 |
|
Zongmin Lei
|
b632f34719
|
v0.2.16
|
2016-10-26 12:18:47 +08:00 |
|
Zongmin Lei
|
850c88aa73
|
update package.json
|
2016-10-26 12:18:23 +08:00 |
|
Zongmin Lei
|
ced704cc58
|
update README badges
|
2016-10-26 12:15:47 +08:00 |
|
Zongmin Lei
|
8ea5560f0e
|
v0.2.15
|
2016-10-12 14:22:13 +08:00 |
|
Zongmin Lei
|
6b8f6fc60d
|
update cssfilter@0.0.8
|
2016-10-12 14:18:31 +08:00 |
|
Zongmin Lei
|
81967e22ef
|
Merge branch 'master' of github.com:leizongmin/js-xss
* 'master' of github.com:leizongmin/js-xss:
chore(package): update mocha to version 3.0.2
chore(package): update dependencies
|
2016-10-12 13:55:30 +08:00 |
|
Zongmin Lei
|
73bfdccc49
|
v0.2.14
|
2016-10-12 13:52:46 +08:00 |
|
Zongmin Lei
|
afe364cc3d
|
update README
|
2016-10-12 13:51:37 +08:00 |
|
Zongmin Lei
|
7641196a6f
|
chore(npm): add "files" filed
|
2016-10-12 13:28:22 +08:00 |
|
老雷
|
2c9a025749
|
Merge pull request #51 from leizongmin/greenkeeper-mocha-3.0.2
Update mocha to version 3.0.2 🚀
|
2016-08-22 10:01:19 +08:00 |
|
greenkeeperio-bot
|
c6a29a6af1
|
chore(package): update mocha to version 3.0.2
https://greenkeeper.io/
|
2016-08-08 16:48:44 +08:00 |
|
老雷
|
3f0694a6f4
|
Merge pull request #47 from leizongmin/greenkeeper-update-all
Update all dependencies 🌴
|
2016-06-29 12:39:20 +08:00 |
|
greenkeeperio-bot
|
b32b29ce78
|
chore(package): update dependencies
https://greenkeeper.io/
|
2016-06-29 12:30:17 +08:00 |
|
Zongmin Lei
|
400af6c952
|
update bower.json
|
2016-05-05 21:59:04 +08:00 |
|
Zongmin Lei
|
e69f61bfd5
|
fixed coveralls
|
2016-05-05 21:55:11 +08:00 |
|
Zongmin Lei
|
7acdccd303
|
update README
|
2016-05-05 21:45:38 +08:00 |
|
Zongmin Lei
|
2945de0dc2
|
v0.2.13
|
2016-05-05 21:17:40 +08:00 |
|
leizongmin
|
990f959a6b
|
Merge pull request #45 from zTree/master
Update default.js
|
2016-05-05 21:14:55 +08:00 |
|
zTree
|
2e5f217c99
|
Update default.js
td / th 居然白名单里面没有 rowspan 属性,这个强烈建议加入到默认白名单的, 否则合并单元格 的 代码中 rowspan 会被直接干掉。
|
2016-05-05 12:33:01 +08:00 |
|
Zongmin Lei
|
00b9f211f8
|
update README
|
2016-05-04 12:46:13 +08:00 |
|