rewrite mutation observer handler with lazy child list calculation

This commit is contained in:
Yanzhen Yu
2018-10-22 23:08:05 +08:00
parent a88a79d821
commit d588f738b8
6 changed files with 112 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rrweb",
"version": "0.4.0",
"version": "0.4.1",
"description": "record and replay the web",
"main": "dist/index.js",
"module": "dist/module.js",
@@ -40,6 +40,6 @@
},
"dependencies": {
"mitt": "^1.1.3",
"rrweb-snapshot": "^0.5.2"
"rrweb-snapshot": "0.5.3"
}
}