Yanzhen Yu
a47e3af343
Release 0.9.11
2026-04-01 12:00:00 +08:00
Yanzhen Yu
2c5bb90b2f
Release 0.7.10
2026-04-01 12:00:00 +08:00
Yanzhen Yu
519aa8d424
pick #286 allow short cut for slim DOM options
2026-04-01 12:00:00 +08:00
Yanzhen Yu
cf5e17503d
pass inline stylesheet option to iteratly
2026-04-01 12:00:00 +08:00
Yanzhen Yu
45f01da644
update test snapshot
2026-04-01 12:00:00 +08:00
Yanzhen Yu
75b0a39997
Release 0.7.9
2026-04-01 12:00:00 +08:00
Yanzhen Yu
f7260da556
Release 0.9.10
2026-04-01 12:00:00 +08:00
Yanzhen Yu
c4da047b9f
add inline option which can bypass the inline stylesheet
2026-04-01 12:00:00 +08:00
Yanzhen Yu
ffa1fa2538
upgrade rrweb-snapshot
2026-04-01 12:00:00 +08:00
Whalefreezer
68b97e40a2
add support for css @import rules ( #11 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
2628cee609
fix type error of slim DOM options
2026-04-01 12:00:00 +08:00
Yanzhen Yu
fe59f07e9e
Release 0.7.8
2026-04-01 12:00:00 +08:00
Yanzhen Yu
ec5b7a4635
pick #286 , export slim DOM options
2026-04-01 12:00:00 +08:00
Yanzhen Yu
11f8a78f71
update typings
2026-04-01 12:00:00 +08:00
Yanzhen Yu
e9a5aeed06
expose blockSelector as a public option
2026-04-01 12:00:00 +08:00
Yanzhen Yu
76ba992d06
Release 0.7.7
2026-04-01 12:00:00 +08:00
Yanzhen Yu
528b8373a0
upgrade to rrweb-snapshot v1.0
2026-04-01 12:00:00 +08:00
Yanzhen Yu
b72e01c2fc
accept RegExp type block class config
2026-04-01 12:00:00 +08:00
Lucky Feng
10f79eeba4
style: delete a useless constant
2026-04-01 12:00:00 +08:00
Yanzhen Yu
bd42510e23
update typescript and fix test cases
2026-04-01 12:00:00 +08:00
Lucky Feng
5ad550c0db
fix: elements would lose some states like scroll position because of "virtual parent" optimization ( #427 )
...
* fix: elements would lose some state like scroll position because of "virtual parent" optimization
* refactor: the bugfix code
bug: elements would lose some state like scroll position because of "virtual parent" optimization
* fix: an error occured at applyMutation(remove nodes part)
error message:
Uncaught (in promise) DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node
2026-04-01 12:00:00 +08:00
Yanzhen Yu
005f7732ad
Release 0.7.6
2026-04-01 12:00:00 +08:00
Lucky Feng
d7da4c289c
feat: add an option to determine whether to pause CSS animation when playback is paused ( #428 )
...
set pauseAnimation to true by default
2026-04-01 12:00:00 +08:00
Yanzhen Yu
15dd46aadb
add typings folder to npm files
2026-04-01 12:00:00 +08:00
Lucky Feng
14ed8ad1e6
fix: applyScroll function doesn't work in sync mode(play at a specific time) ( #426 )
...
applyScroll function should be called after all of new nodes mounted on dom
2026-04-01 12:00:00 +08:00
Yanzhen Yu
21f299a895
Release 0.7.5
2026-04-01 12:00:00 +08:00
Eoghan Murray
8833d3c7ce
Ensure animations don't continue playing when we've paused playback ( #417 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
1534dcf0d8
add typings autogen command
2026-04-01 12:00:00 +08:00
Yanzhen Yu
0efc644a29
update link style
2026-04-01 12:00:00 +08:00
Sam Mason
e21921a2da
Make block css class optional & fix test ( #6 )
...
* Make block class optional
* Fix test by removing unexpected space space
2026-04-01 12:00:00 +08:00
Yanzhen Yu
aeeafddb46
update docs
2026-04-01 12:00:00 +08:00
Yanzhen Yu
f4ddd261e0
Release 0.7.4
2026-04-01 12:00:00 +08:00
Yaozu Lv
4c9fc8ce70
Add record option maskInputFn for custom mask input function ( #409 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
29f2e42978
iterate style element to get css rules string
2026-04-01 12:00:00 +08:00
Eoghan Murray
4726500979
Allow .on to be chained directly after the constructor so that event handling for the first full snapshot can be added straight after constructor. See #216 ( #416 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
cf210efb56
Release 0.7.3
2026-04-01 12:00:00 +08:00
Yanzhen Yu
9ef95fe06e
add link to rrvideo
2026-04-01 12:00:00 +08:00
Yanzhen Yu
67027d8be6
handle empty url path
2026-04-01 12:00:00 +08:00
踩坑小王子
13b8a69213
feat: enable to change the config of mouse tail while playing ( #410 )
...
fix a potential bug: handleResize function might change the display style of mouseTail
2026-04-01 12:00:00 +08:00
The Gitter Badger
c4b72edcf3
Add Gitter badge ( #9 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
8607cb6071
Release 0.9.9
2026-04-01 12:00:00 +08:00
Yanzhen Yu
238acc4b06
Release 0.7.2
2026-04-01 12:00:00 +08:00
Yanzhen Yu
f8c0643eb8
fix serializeNodeWithId args
2026-04-01 12:00:00 +08:00
Yanzhen Yu
205d3b4aeb
fix the format and use window.location
2026-04-01 12:00:00 +08:00
yz-yu
4118f12582
Fix CI ( #405 )
...
* add yarn.lock to CI
* update travis config
* replace data url by placeholder in CI
2026-04-01 12:00:00 +08:00
Daniël van de Giessen
4ed15164c9
Fixed detection of multiple consecutive CSS URLs without quotes ( #4 )
2026-04-01 12:00:00 +08:00
Jonithan
d21f86cacd
docs: add “重新制作快照” anchor link and "隐私" anchor link ( #399 )
2026-04-01 12:00:00 +08:00
Daniël van de Giessen
61c50c2122
Parse style attributes for absolute URL paths ( #5 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
e797ecf820
upgrade rrweb-snapshot
2026-04-01 12:00:00 +08:00
Yanzhen Yu
c6552fbcca
Release 0.7.1
2026-04-01 12:00:00 +08:00