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
Yanzhen Yu
9c6c5272e1
Release 0.7.24
2026-04-01 12:00:00 +08:00
Yanzhen Yu
cd8dc1c32e
temp disable click progress
2026-04-01 12:00:00 +08:00
Yanzhen Yu
36d52f8faf
close #501 do not count attach iframe event in checkout
2026-04-01 12:00:00 +08:00
Yanzhen Yu
35070d9dcc
add media state check
2026-04-01 12:00:00 +08:00
Yanzhen Yu
357d18c0dd
add skip inactive switch and use rrweb timer to display current time
2026-04-01 12:00:00 +08:00
Season
4e9e64cc5c
update guide
2026-04-01 12:00:00 +08:00
Yanzhen Yu
ef3fb5ab60
Release 0.7.23
2026-04-01 12:00:00 +08:00
Yanzhen Yu
c34d9523b5
Release 0.3.5
2026-04-01 12:00:00 +08:00
Justin Halsall
e6102bd02f
Add yarn support for installing unreleased rrweb as a dependency ( #497 )
...
* Use prepack instead of prepare for yarn support
* add prepare and prepack
for yarn v1 & v2 compatibility
* Create .npmignore
2026-04-01 12:00:00 +08:00
Yanzhen Yu
c4fb4d7a90
allow release on not committed working dir
2026-04-01 12:00:00 +08:00
Yanzhen Yu
4b2cda1f43
update rrweb
2026-04-01 12:00:00 +08:00
Province Innovation
eeac998959
Added mousemoveCallback threshold option to sampling config. ( #492 )
...
* Added mousemoveCallback threshold option to sampling config.
* Added mousemoveCallback to definitions file.
2026-04-01 12:00:00 +08:00
Yanzhen Yu
9b9f204469
update release it config
2026-04-01 12:00:00 +08:00
Yanzhen Yu
7ace600794
Release 0.3.4
2026-04-01 12:00:00 +08:00
Filip Slatinac
d2f18fa03d
Adding prepare npm statement ( #490 )
...
* added prepare statement
* using master rrweb snapshot
Co-authored-by: filip slatinac <filipslatinac@MacBook-Pro-2.local >
2026-04-01 12:00:00 +08:00
Yanzhen Yu
e7b24d6091
Release 0.7.22
2026-04-01 12:00:00 +08:00
Yanzhen Yu
cc174c79a3
update dependencies
2026-04-01 12:00:00 +08:00
Yanzhen Yu
64b1c44b3a
upgrade rrweb-snapshot to 1.0.7
2026-04-01 12:00:00 +08:00
Filip Slatinac
44eddcc900
added cssText check ( #23 )
...
* added cssText check
* added testing
2026-04-01 12:00:00 +08:00
Yanzhen Yu
c3ef323093
Release 0.3.3
2026-04-01 12:00:00 +08:00
Yanzhen Yu
ab819bf338
start impl rrdom
2026-04-01 12:00:00 +08:00
Filip Slatinac
5c23514fca
replacing invalid tag names by div ( #22 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
3de1a2a950
update rrweb dependency
2026-04-01 12:00:00 +08:00
Moji Izadmehr
2906b0cb22
Add prettier as a dependency ( #487 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
0682251ec2
Release 0.7.21
2026-04-01 12:00:00 +08:00