Yanzhen Yu
91cc57d032
update rrweb-snapshot
2020-02-26 09:58:08 +08:00
David Cramer
046936b3e8
Add observers for stylesheet mutations ( #177 )
...
* hack together stylesheet observer
* Add test coverage for insertRule/deleteRule on stylesheets
* Add new observers
* update patch based on changes to master
* Functioning event recording
* Remove print statements
* Fix ID usage and mark add vs remove
* Correct type
Co-authored-by: Jon Perl <perl.jonathan@gmail.com >
2020-02-22 12:59:55 +08:00
Yanzhen Yu
efea82fc29
fix dependency path
2020-01-12 21:44:43 +08:00
Yanzhen Yu
abfb90a778
impl media interactions recording
...
close #159
close #72
listen to HTMLMediaElement's play/pause events, and replay them
by programmatically play and pause the target element.
2020-01-12 21:37:01 +08:00
Yanzhen Yu
3afff63970
close #152
...
update rrweb-snapshot which contains the fix
2019-11-30 17:58:11 +08:00
Yanzhen Yu
bf2142cb60
Release 0.7.27
2019-11-24 22:39:34 +08:00
Yanzhen Yu
b183379783
Release 0.7.26
2019-11-09 15:52:04 +08:00
Yanzhen Yu
07a46a5997
close #140 transform mutated attributes
2019-11-09 15:49:36 +08:00
Yanzhen Yu
73fecd62a0
close #138 change source map into a single file
2019-10-04 23:17:45 +08:00
Yanzhen Yu
0399bb9595
Release 0.7.25
2019-09-19 10:23:40 +08:00
Yanzhen Yu
a5152de531
Release 0.7.24
2019-08-31 16:18:35 +08:00
Yanzhen Yu
c1010c54f2
update rrweb-snapshot to fix #129
2019-08-31 16:16:06 +08:00
Yanzhen Yu
d716a8e41f
Release 0.7.23
2019-08-12 21:56:11 +08:00
Yanzhen Yu
956afc7e80
Release 0.7.22
2019-08-12 21:25:05 +08:00
Yanzhen Yu
7ddf1f8ddb
Fix #93 update rrweb-snapshot
2019-08-11 20:45:18 +08:00
Yanzhen Yu
a95759fc9c
hotfix throttle function args
2019-08-11 14:41:06 +08:00
Yanzhen Yu
dbcf03e415
Release 0.7.20
2019-08-10 17:32:24 +08:00
Yanzhen Yu
af994ac8bb
update rrweb-snapshot for css parse fault tolerance
2019-08-10 17:31:59 +08:00
Yanzhen Yu
0efe23f04a
update rrweb-snapshot to fix #112
2019-08-07 23:41:05 +08:00
Yanzhen Yu
7f32fbdd05
Release 0.7.19
2019-08-04 14:53:42 +08:00
yz-yu
bf68088f18
Css parser ( #107 )
...
* add gzip size badges
* update rrweb-snapshot which has a performance boost in CSS parsing
2019-08-04 14:52:24 +08:00
Yanzhen Yu
f620f11cb5
Release 0.7.18
2019-07-10 12:35:55 +08:00
Yanzhen Yu
a255387230
Release 0.7.17
2019-06-22 23:03:49 +08:00
Yanzhen Yu
52ec5d435b
pass mask input option to snapshot
2019-06-15 14:45:42 +08:00
Yanzhen Yu
3bd9bcfe73
Release 0.7.16
2019-06-05 17:33:44 +08:00
Yanzhen Yu
d32b31f3e3
remove mitt typings namesapce
2019-06-05 17:33:20 +08:00
Yanzhen Yu
ac8ec4b24b
Release 0.7.15
2019-05-31 15:29:04 +08:00
Yanzhen Yu
7292f33767
Release 0.7.14
2019-05-26 16:07:06 +08:00
Yanzhen Yu
560fbea415
update rrweb-snapshot
2019-05-26 16:06:48 +08:00
Yanzhen Yu
e8de7435eb
Release 0.7.13
2019-05-12 21:10:52 +08:00
Yanzhen Yu
107296eee3
add the inline stylesheet option when recording
2019-05-12 21:10:34 +08:00
Yanzhen Yu
adaeed0227
fix #66 update npm files and dependencies
2019-05-12 16:06:43 +08:00
Yanzhen Yu
5ccd6d374f
Release 0.7.12
2019-04-14 16:12:41 +08:00
Yanzhen Yu
2d8d4b0c19
fix #62 accept RegExp type block class config
2019-04-14 16:11:54 +08:00
Yanzhen Yu
faed623986
resume with time offset when after wait stylesheet load
2019-04-09 17:00:02 +08:00
Yanzhen Yu
faebeb08eb
update typescript and fix test cases
2019-04-02 21:38:52 +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
c7fc6900d4
update dependency rrweb-snapshot
2019-04-01 11:52:51 +08:00
Yanzhen Yu
65fd31487c
Release 0.7.9
2019-02-08 09:09:23 +08:00
Yanzhen Yu
3ce4c76e60
Release 0.7.8
2019-01-25 18:26: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
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
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