Yanzhen Yu
0ea615327c
add storyteller link
2026-04-01 12:00:00 +08:00
Yanzhen Yu
77aa87fc49
Release 0.8.0
2026-04-01 12:00:00 +08:00
Yanzhen Yu
1f6b9ec1da
update dependency
2026-04-01 12:00:00 +08:00
Yanzhen Yu
f555baa4ac
impl #530 , observe drag event and replay as mousemove
2026-04-01 12:00:00 +08:00
Yanzhen Yu
8592fbd05b
support mask select fields
2026-04-01 12:00:00 +08:00
肉肉肉肉
07264d8011
fix translate second to second problem: formatTime function in utils/index.ts ( #6 )
2026-04-01 12:00:00 +08:00
John Pham
a295f72ed0
Don't rebuildFullSnapshot if it's the first run ( #532 )
...
* Don't rebuildFullSnapshot if it's the first run
* Fix typo
2026-04-01 12:00:00 +08:00
Yanzhen Yu
80ef6a4007
Release 0.7.29
2026-04-01 12:00:00 +08:00
Yanzhen Yu
e3698d14b1
Release 0.3.11
2026-04-01 12:00:00 +08:00
Yanzhen Yu
3e8cacbb95
fix #531 use getRootNode with precheck
2026-04-01 12:00:00 +08:00
Yanzhen Yu
b4a3d4c66a
fix mask textarea
2026-04-01 12:00:00 +08:00
Yanzhen Yu
de652a36a7
force box-sizing model for progress bar
2026-04-01 12:00:00 +08:00
Justin Halsall
83045059f9
Fix docs to point to correct event format ( #523 )
...
* Fix docs to point to correct event attribute
* Update customize-replayer.zh_CN.md
* correct event object in guide
* Update guide.zh_CN.md
2026-04-01 12:00:00 +08:00
Yanzhen Yu
f9aa4555d8
Release 0.7.28
2026-04-01 12:00:00 +08:00
yz-yu
2ae9c530b4
Merge pull request #3 from xavier-heysch/master
...
Fix progress bar height
2026-04-01 12:00:00 +08:00
Yanzhen Yu
0e688bba0c
impl shadow DOM manager
...
part of #38
1. observe DOM mutations in shadow DOM
2. rebuild DOM mutations in shadow DOM
2026-04-01 12:00:00 +08:00
Yanzhen Yu
02123b2874
part of rrweb #80 , support configure mask input types
2026-04-01 12:00:00 +08:00
Yanzhen Yu
1b5388700b
Release 0.3.10
2026-04-01 12:00:00 +08:00
Xavier
72d2a8b302
Fix progress bar height
2026-04-01 12:00:00 +08:00
Lucky Feng
66c7c8f028
fix: inaccurate mouse position ( #522 )
...
1. Position of mouse was inaccurate when replaying and this PR will fix it.
2. Fix the bug that if one nested iframe has a scale transform and the position of mouse was inaccurate as well.
2026-04-01 12:00:00 +08:00
Eoghan Murray
79fe0d1fd8
Don't obscure text of form buttons under maskAllInputs (more modern style would be a <button>) ( #35 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
4748be58d3
enable click to play and update rrweb
2026-04-01 12:00:00 +08:00
Yanzhen Yu
e9d915b3d6
rename node_modules in es bundle to ext
2026-04-01 12:00:00 +08:00
Yanzhen Yu
73901d9e59
Release 0.7.27
2026-04-01 12:00:00 +08:00
Yanzhen Yu
aa48697ee1
Release 0.3.9
2026-04-01 12:00:00 +08:00
Lucky Feng
016a5020fc
fix: errors of replaying iframe records ( #520 )
...
* fix: errors of replaying iframe records
error1:
HierarchyRequestError: Failed to execute 'appendChild' on 'Node': Nodes of type '#document' may not be inserted inside nodes of type '#document-fragment'.
code: parent.appendChild(target)
error2:
Uncaught DOMException: Failed to execute 'appendChild' on 'Node': Only one element on document allowed.
code: parent.appendChild(target);
* improve the comment for bugfix
2026-04-01 12:00:00 +08:00
Maxim Postautov
f22402d39d
add '-' to symbolAndNumberRegex ( #34 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
1e01ae42c4
update rrweb
2026-04-01 12:00:00 +08:00
Yakko Majuri
fcbc0e4b43
Handle event undefined in initMoveObserver ( #515 )
2026-04-01 12:00:00 +08:00
Eoghan Murray
dc56ec274a
Avoid more common causes of 'blocked script execution' console.error messages in Chrome which are not exceptions (but look like them): ( #30 )
...
'Blocked script execution in '<page>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set'
2026-04-01 12:00:00 +08:00
Yanzhen Yu
da99e8a3a2
Release 0.3.8
2026-04-01 12:00:00 +08:00
Yanzhen Yu
b621011c56
add an experiment config to set max speed in fast forward
2026-04-01 12:00:00 +08:00
Yanzhen Yu
eed58d2790
Release 0.7.26
2026-04-01 12:00:00 +08:00
Yanzhen Yu
ac8da53f78
bypass event listener to rrweb event emitter
2026-04-01 12:00:00 +08:00
arshabh-copods
909b5b8b6b
Update observer.md ( #504 )
...
Fixed some grammatical errors
2026-04-01 12:00:00 +08:00
Yanzhen Yu
055853386a
close #29 add MIT license
2026-04-01 12:00:00 +08:00
Yanzhen Yu
750ed8b69e
impl auto play
2026-04-01 12:00:00 +08:00
Yanzhen Yu
5e42ddc1cb
impl #507 export takeFullSnapshot as a public API
2026-04-01 12:00:00 +08:00
James Bradley
bfaff6b0e1
H tags ( #28 )
...
* Failing test
* Allow numbers in el name tests
* Allow numbers in el names
2026-04-01 12:00:00 +08:00
Yanzhen Yu
cae9f7652b
impl fullscreen mode
2026-04-01 12:00:00 +08:00
Yanzhen Yu
4a2eae6a44
add hiring link
2026-04-01 12:00:00 +08:00
Yanzhen Yu
64ee0350d7
Release 0.7.25
2026-04-01 12:00:00 +08:00
Yanzhen Yu
c9702063a0
Release 0.3.7
2026-04-01 12:00:00 +08:00
Yanzhen Yu
2ee3926f25
fix lint errors
2026-04-01 12:00:00 +08:00
Fizer Khan (பைசர் கான்)
6a34c7a2e5
fix null issue. ( #27 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
99993360d5
bugfix and update rrweb
2026-04-01 12:00:00 +08:00
Yanzhen Yu
5745afa622
update test snapshot
2026-04-01 12:00:00 +08:00
Yanzhen Yu
f29c5abfbc
close #24 css text can be null
2026-04-01 12:00:00 +08:00
Yanzhen Yu
3e27197169
Release 0.3.6
2026-04-01 12:00:00 +08:00
Yanzhen Yu
4ed82274ae
close #491 check whether link node is head
2026-04-01 12:00:00 +08:00