Commit Graph

969 Commits

Author SHA1 Message Date
Yanzhen Yu
059cbe4fd8 move browser related APIs into runtime 2019-04-02 21:29:14 +08:00
Yanzhen Yu
8e90801daf Release 0.7.10 2019-04-02 13:38:38 +08:00
Yanzhen Yu
c04e4bf0a5 impl #23 add custom privacy selectors 2019-04-02 00:25:08 +08:00
Yanzhen Yu
aa5b2d38b1 Release 0.7.6 2019-04-01 22:37:21 +08:00
Yanzhen Yu
3dacd944cb add typings folder to npm files 2019-04-01 22:37:09 +08:00
Yanzhen Yu
c7fc6900d4 update dependency rrweb-snapshot 2019-04-01 11:52:51 +08:00
Yanzhen Yu
2442f73f5b Release 0.7.5 2019-04-01 11:48:05 +08:00
Yanzhen Yu
f4ebd6b731 add typings autogen command 2019-04-01 11:47:49 +08:00
Sam Mason
03c9fde822 Make block css class optional & fix test (#6)
* Make block class optional

* Fix test by removing unexpected space space
2019-04-01 10:30:52 +08:00
Yanzhen Yu
110511ce73 Release 0.7.4 2019-02-17 16:47:24 +08:00
Yanzhen Yu
687c710fe9 iterate style element to get css rules string 2019-02-17 16:34:28 +08:00
Yanzhen Yu
d9ffe4c736 check attribute is null instead of any falsy value 2019-02-17 15:54:14 +08:00
Yanzhen Yu
6f422c1afe Release 0.3.9 2019-02-08 09:12:11 +08:00
Yanzhen Yu
5121910590 update rrweb 2019-02-08 09:12:01 +08:00
Yanzhen Yu
65fd31487c Release 0.7.9 2019-02-08 09:09:23 +08:00
Yanzhen Yu
406e7a8d39 update mutation observer handler
1. deep delete from adds set when node was dropped
2. remove node from dropped set when node was added again
2019-02-03 23:07:35 +08:00
Yanzhen Yu
a69bf87f7f check whether the removed node's ancestors has been removed 2019-02-01 23:13:00 +08:00
Yanzhen Yu
ebd1457ce2 turn some warning message into debug message 2019-01-30 00:47:41 +08:00
Yanzhen Yu
5cc25b0ac1 add company info 2019-01-26 20:16:02 +08:00
Yanzhen Yu
d60246964e update auto play option in the guide 2019-01-25 18:29:57 +08:00
Yanzhen Yu
f142be7488 Release 0.3.8 2019-01-25 18:28:41 +08:00
Yanzhen Yu
201eae782d bypass event listener to rrweb event emitter 2019-01-25 18:28:29 +08:00
Yanzhen Yu
3ce4c76e60 Release 0.7.8 2019-01-25 18:26:16 +08:00
yz-yu
22330207eb improve mouse record and replay (#49)
Increase the throttle value of collecting mouse move and add a
transition time to the replayer's mouse. This may decrease the
size of mouse move data and make the replay movement more smooth.
Another change is to move and hover when click event is replayed.
This is to improve the replay of some programmatic click, such as
E2E tests.
2019-01-25 18:25:35 +08:00
Yanzhen Yu
6abf4fd4a0 move all events to an enum and update guide 2019-01-25 17:18:51 +08:00
Yanzhen Yu
f3de70114d impl auto play 2019-01-24 19:28:16 +08:00
Yanzhen Yu
079880be1e Release 0.7.7 2019-01-24 18:44:58 +08:00
Yanzhen Yu
264c04b3d6 resolve #47 update dependency 2019-01-24 18:44:37 +08:00
Yanzhen Yu
5e07137059 Release 0.7.3 2019-01-24 18:40:07 +08:00
Yanzhen Yu
c4c147649c handle empty url path 2019-01-24 18:39:57 +08:00
Yanzhen Yu
f03202fcec resolve #48 check focus and blur before call since the target can be HTMLDocument in firefox 2019-01-23 15:02:13 +08:00
Yanzhen Yu
bd5dc7e077 Release 0.7.6 2019-01-21 19:54:52 +08:00
yz-yu
128deca040 update dependencies and generate typings (#44) 2019-01-21 19:54:21 +08:00
yz-yu
3daedfa284 fix remove node observer and check on the result of getNode (#43)
* check removed node and its parent before collect

* add more more checks on the result of getNode
2019-01-21 19:18:51 +08:00
Yanzhen Yu
c0ec1bd49a Release 0.7.5 2019-01-19 11:10:23 +08:00
Mike MacCana
8fde00adfe Small fixes to English around rrwebRecord / rrweb.record (#41)
* Small fixes to English around rrwebRecord / rrweb.record

* Fix missing word
2019-01-18 22:58:34 +08:00
Yanzhen Yu
e3de1f75b9 repl: reset events when start and add types to inquirer prompt 2019-01-13 10:56:59 +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
yz-yu
cedc87c69e add checkout config to recorder (#36)
* add checkout config to recorder

* add test cases for checkout feature and extract assertSnapshot method
2019-01-11 10:52:04 +08:00
Yanzhen Yu
9099a8ad83 impl fullscreen mode 2019-01-07 20:01:27 +08:00
Yanzhen Yu
b45655ea3a expose iframe as public property 2019-01-07 19:40:38 +08:00
Yanzhen Yu
1eb1ba4bac add gitter badge to Chinese README 2019-01-06 20:06:13 +08:00
The Gitter Badger
b9565334f6 Add Gitter badge (#9) 2019-01-06 19:39:02 +08:00
The Gitter Badger
5899a03ad2 Add Gitter badge (#35) 2019-01-06 19:38:35 +08:00
Yanzhen Yu
6973ce2c8d resolve #13 add warning messages when target is not found 2019-01-05 14:18:07 +08:00
Yanzhen Yu
727009177b Release 0.7.4 2019-01-01 13:22:26 +08:00
Yanzhen Yu
0d000b55b1 resolve #28, init replayer config in the constructor 2019-01-01 13:21:33 +08:00
Yanzhen Yu
96bb177e84 update Chinese guide doc 2018-12-31 18:12:25 +08:00
Charlie Jonas
d25a96ec63 demonstrating how to stop recording (#20)
* demonstrating how to stop recording

* made record stop example seperate
2018-12-31 17:13:33 +08:00
Daniël van de Giessen
0f227492dc Translated design docs to English (#19)
* Renamed original documentation files

* Add translated English design docs
2018-12-31 17:02:19 +08:00