Commit Graph

54 Commits

Author SHA1 Message Date
yz-yu
128deca040 update dependencies and generate typings (#44) 2019-01-21 19:54:21 +08:00
Yanzhen Yu
c0ec1bd49a Release 0.7.5 2019-01-19 11:10:23 +08:00
Rongjian Zhang
218dace4ac REPL tool enhancement (#21)
* exit after record saved

* refactor: use inquirer instead of low level readline

* feat: ask user if record another one, instead of exit
2019-01-13 10:45:33 +08:00
Yanzhen Yu
727009177b Release 0.7.4 2019-01-01 13:22:26 +08:00
Yanzhen Yu
576980d7db Release 0.7.3 2018-12-30 21:52:24 +08:00
Yanzhen Yu
d5d051602a update rrweb-snapshot 2018-12-30 21:52:11 +08:00
Daniël van de Giessen
e563dc1638 Use cross-env for cross-platform scripts, fixes #12. (#17) 2018-12-29 22:31:01 +08:00
Yanzhen Yu
f1824fb46f Release 0.7.2 2018-12-27 18:15:24 +08:00
Yanzhen Yu
a519d00683 Release 0.7.1 2018-12-27 17:44:32 +08:00
Yanzhen Yu
cf11556929 Release 0.7.0 2018-12-27 13:00:38 +08:00
Yanzhen Yu
6d77c502bb update rrweb-snapshot minor version and set max skip speed 2018-12-27 13:00:23 +08:00
Yanzhen Yu
24c5e13fba Release 0.6.12 2018-12-26 18:08:59 +08:00
Yanzhen Yu
063f226918 Release 0.6.11 2018-12-25 16:51:10 +08:00
Yanzhen Yu
8bafbe1ec1 add rollup commonjs plugin 2018-12-25 16:50:56 +08:00
Yanzhen Yu
b5b2fafb11 Release 0.6.10 2018-12-25 16:31:04 +08:00
Yanzhen Yu
db86ca13fa fix some safari's scroll related issue 2018-12-25 16:30:36 +08:00
Yanzhen Yu
d03164e8d5 Release 0.6.9 2018-12-21 22:33:50 +08:00
Yanzhen Yu
b7cf1548a3 update rrweb-snapshot 2018-12-21 22:33:38 +08:00
Yanzhen Yu
9cfad3c5a4 Release 0.6.8 2018-12-21 14:31:32 +08:00
Yanzhen Yu
bd0e6c98d3 Release 0.6.7 2018-12-14 14:12:07 +08:00
Yanzhen Yu
0892df5512 Release 0.6.6 2018-12-14 13:43:37 +08:00
Yanzhen Yu
2946e11d90 Release 0.6.5 2018-12-07 17:16:24 +08:00
Yanzhen Yu
af44982a79 update puppeteer to use setContent with wait and housekeeping the declaration files 2018-12-03 13:10:06 +08:00
Yanzhen Yu
8da0989710 Release 0.6.4 2018-12-02 23:24:16 +08:00
Yanzhen Yu
2c9db926c0 resolve #1 add ignore and block strategy for privacy purpose 2018-12-02 23:23:21 +08:00
Yanzhen Yu
b7e7f12d32 new sandbox strategy
In this commit we switched the sandbox strategy to use iframe's
sandbox attribute. Indeed we do not need delegate event anymore,
but need to add some styles into the iframe.
The details were documented in the sandbox part of internal design.
2018-11-27 17:04:30 +08:00
Yanzhen Yu
f2e7f2b346 Release 0.6.3 2018-11-27 13:35:02 +08:00
Yanzhen Yu
2c0a0edf36 basic impl of wait for stylesheet loaded 2018-11-26 18:19:07 +08:00
Yanzhen Yu
9228a8f04a Release 0.6.2 2018-11-23 23:18:11 +08:00
Yanzhen Yu
2ed5a41708 update dependency 2018-11-23 23:15:51 +08:00
Yanzhen Yu
eab30bd274 improve prevent default event when replay 2018-11-23 18:06:19 +08:00
Yanzhen Yu
7343ce4719 refactor the repl tool to support multipage apps and better dev 2018-11-23 16:01:55 +08:00
Yanzhen Yu
2bf412c446 add bundle watch 2018-11-16 16:09:55 +08:00
Yanzhen Yu
7845e74ae5 extract css by rollup plugin 2018-11-13 23:04:43 +08:00
Yanzhen Yu
a5010a7e68 Release 0.6.1 2018-11-13 19:50:33 +08:00
Yanzhen Yu
7ecd59a145 update bundle config 2018-11-13 19:47:28 +08:00
Yanzhen Yu
ef6d50c9e7 bump 0.6.0 2018-11-13 16:27:21 +08:00
Yanzhen Yu
4a7e1e70c6 update test command 2018-11-13 16:26:11 +08:00
Yanzhen Yu
69c6d96455 update dependencies
In this commit, we updated rrweb-snapshot to 0.6.0 which including
a breaking change in data structure.
2018-11-13 16:21:05 +08:00
Yanzhen Yu
c91a3a3af6 add a repl mode for quick test 2018-11-06 14:23:30 +08:00
Yanzhen Yu
f1930490b8 bump 0.5.1 2018-11-02 19:35:51 +08:00
Yanzhen Yu
25cd87ddf7 bump 0.5.0 2018-11-01 13:32:26 +08:00
Yanzhen Yu
e9add18029 Implement #2: simulate hover event 2018-11-01 13:31:09 +08:00
Yanzhen Yu
b3c8e2a8d6 bump 0.4.3 2018-10-31 12:26:26 +08:00
Yanzhen Yu
68949a08c3 check added nodes from removed nodes and dropped nodes 2018-10-23 11:28:15 +08:00
Yanzhen Yu
d588f738b8 rewrite mutation observer handler with lazy child list calculation 2018-10-22 23:08:05 +08:00
Yanzhen Yu
a88a79d821 add meta event and fix childList observer, also update related replayer 2018-10-22 10:48:56 +08:00
Yanzhen Yu
6c8cf5c379 implemented the play any offset feature 2018-10-18 16:24:01 +08:00
Yanzhen Yu
8186f05e1c export more props of replayer to the UI 2018-10-17 17:47:38 +08:00
Yanzhen Yu
d827fdc947 impl dynamic config and pause. Bump 0.3.0 2018-10-16 15:31:56 +08:00