Eoghan Murray
c0fbfa7774
Revert some of the non-essential changes of #630 (for ease of merging other branches) ( #652 )
2021-08-14 14:56:57 +08:00
Eoghan Murray
009d73ab79
Fix that timer.addAction reverses order when splicing multiple events at same timestamp ( #611 )
...
* Add test for event ordering utilizing final html testing method added by Justin (with thanks)
* Found an error where two mutation events had the same timestamp, but one removed a node added in the other. The `actions.splice` method was reversing their order and triggering a 'Node with id [...] not found' error
2021-08-10 00:03:24 +08:00
Peter Chen
8d40e52010
fix: fix console plugin's OOM problem ( #656 )
...
* fix: fix console plugin's OOM problem
* fix: fix console plugin
* feat: patch
* feat: patch
* feat: patch
Co-authored-by: chenyangbj01 <chenyangbj01@fenbi.com >
2021-08-07 23:06:50 +08:00
Olivia Osborn
838287a16d
Removed sn undefined warning ( #572 )
2021-08-03 13:09:43 +08:00
dbseel
da721e4f5a
DragEvent handling, null check fixes ( #630 )
2021-07-31 15:18:02 +08:00
Eoghan Murray
1dc8d688d2
Provide an option to only build rrweb-snapshot for inclusion in rrweb ( #649 )
2021-07-31 00:15:34 +08:00
Justin Halsall
588164aa12
Cache addHoverClass as it is quite expensive ( #643 )
...
* Add cache and cache purging
Needed for https://github.com/rrweb-io/rrweb-snapshot/pull/85
* Add cache and cache purging
Needed for https://github.com/rrweb-io/rrweb-snapshot/pull/85
* Cache addHoverClass as it is quite expensive
https://github.com/rrweb-io/rrweb-snapshot/pull/85
* Make cache non-optional
* Make cache required on addHoverClass
2021-07-26 22:13:03 +08:00
Mark-fenng
4f0d21a053
update links of packages and README
2021-07-23 08:45:29 +08:00
Mark-fenng
6c34ffa7ce
moved rrweb into packages/rrweb
2021-07-22 23:43:52 +08:00
Mark-fenng
734f70543c
Merge branch 'rrweb-player' into monorepo
2021-07-22 18:55:41 +08:00
Mark-fenng
407c09ed37
moved rrweb-player into packages/rrweb-player
2021-07-22 18:09:32 +08:00
Mark-fenng
bc319d510c
moved rrweb-snapshot into packages/rrweb-snapshot
2021-07-22 17:54:51 +08:00