Justin Halsall
48304ffc94
fix validation warning
2026-04-01 12:00:00 +08:00
Justin Halsall
d8285664dc
enable sourcemaps everywhere
2026-04-01 12:00:00 +08:00
Justin Halsall
5dbb182774
update rollup
2026-04-01 12:00:00 +08:00
Justin Halsall
da0ec6fb3a
remove duplicate files
2026-04-01 12:00:00 +08:00
Yanzhen Yu
7058946824
Release 0.7.1
2026-04-01 12:00:00 +08:00
Yanzhen Yu
34a05c635e
upgrade rrweb
2026-04-01 12:00:00 +08:00
Yanzhen Yu
0783554b9f
update rollup config to fix breaking change in css.write
...
fix #58
fix https://github.com/rrweb-io/rrweb/issues/496
2026-04-01 12:00:00 +08:00
Yanzhen Yu
2744b59e29
Release 0.7.0
2026-04-01 12:00:00 +08:00
Yanzhen Yu
c6cb190879
upgrade rrweb
2026-04-01 12:00:00 +08:00
Jonithan
90f83c92a1
2 commits for optimizing chore ( #53 )
...
* fix: chore bug. Update rollup-plugin-svelte
* chore: move @tsconfig/svelte from devDependencies to dependencies, convenience for building components in other framework and typescrpit
Co-authored-by: lihanzhou <lihanzhou@tencent.com >
2026-04-01 12:00:00 +08:00
Yanzhen Yu
9b13829696
Release 0.6.6
2026-04-01 12:00:00 +08:00
Yanzhen Yu
9c8b7b3c44
upgrade rrweb
2026-04-01 12:00:00 +08:00
Yanzhen Yu
83686e405c
Release 0.6.5
2026-04-01 12:00:00 +08:00
Yanzhen Yu
b25033e872
limit max scale to 1
2026-04-01 12:00:00 +08:00
Yanzhen Yu
09f694c90a
Release 0.6.4
2026-04-01 12:00:00 +08:00
Yanzhen Yu
7c9b99a7a6
upgrade rrweb
2026-04-01 12:00:00 +08:00
Yanzhen Yu
79a532a942
Release 0.6.3
2026-04-01 12:00:00 +08:00
Yanzhen Yu
1a19d471a3
upgrade rrweb
2026-04-01 12:00:00 +08:00
Karl-Aksel Puulmann
b06005cf40
Update rrwebPlayer types ( #46 )
...
Without this change, the following fails to compile in typescript:
```js
new rrwebPlayer({
target: document.body,
props: {
width: 900,
events,
autoPlay: true,
},
})
```
2026-04-01 12:00:00 +08:00
Yanzhen Yu
e3c93f261d
Release 0.6.2
2026-04-01 12:00:00 +08:00
Yanzhen Yu
6ffdf28ebe
export speed as props
2026-04-01 12:00:00 +08:00
Yanzhen Yu
25432a1ef1
by pass all options to rrweb
2026-04-01 12:00:00 +08:00
Yanzhen Yu
fa31bb6139
Release 0.6.1
2026-04-01 12:00:00 +08:00
Yanzhen Yu
3089b1ae8c
expose trigger resize method
2026-04-01 12:00:00 +08:00
Yanzhen Yu
760f76ec16
Release 0.6.0
2026-04-01 12:00:00 +08:00
Yanzhen Yu
f0a6ee518b
update rrweb version
2026-04-01 12:00:00 +08:00
jackycoder
8ee5ce8298
fix iframe border issue ( #41 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
78edf266d5
Release 0.5.6
2026-04-01 12:00:00 +08:00
Yanzhen Yu
4d393174d5
close #33 upgrade rrweb
2026-04-01 12:00:00 +08:00
DiaNiki
577c00962c
Add UNSAFE_replayCanvas. ( #36 )
2026-04-01 12:00:00 +08:00
Yanzhen Yu
fa185e9a87
impl apis: play, pause, goto
2026-04-01 12:00:00 +08:00
Yanzhen Yu
f3e96622de
Release 0.5.5
2026-04-01 12:00:00 +08:00
Yanzhen Yu
eafa09c692
upgrade to rrweb 0.9.2
2026-04-01 12:00:00 +08:00
Yanzhen Yu
f5e4887090
Release 0.5.4
2026-04-01 12:00:00 +08:00
Yanzhen Yu
beac8ddd6b
export more public APIs to customize UI
2026-04-01 12:00:00 +08:00
Yanzhen Yu
4e1525a05e
dispatch ui events
2026-04-01 12:00:00 +08:00
Yanzhen Yu
ee5727a5f8
Release 0.5.3
2026-04-01 12:00:00 +08:00
Yanzhen Yu
50e2555d1e
expose APIs as public API
2026-04-01 12:00:00 +08:00
Yanzhen Yu
ab3f0f0844
Release 0.5.2
2026-04-01 12:00:00 +08:00
Yanzhen Yu
3e3e65845b
fix types
2026-04-01 12:00:00 +08:00
Yanzhen Yu
669d8cbb90
Release 0.5.1
2026-04-01 12:00:00 +08:00
Yanzhen Yu
3af515327b
close #20 add types
2026-04-01 12:00:00 +08:00
Yanzhen Yu
7a700b8947
Release 0.5.0
2026-04-01 12:00:00 +08:00
yz-yu
243cf9d382
Refactoring rrweb-player ( #26 )
...
* enable drag and drop in controller
* setup svelte v3 workflow and entry point
* add ts eslint config and do compatibility fallbacks in API
* rewrite replayer in svelte v3
* fix css import
* fix fullscreen API
2026-04-01 12:00:00 +08:00
Jin
1f06234bdc
:feat add tips ( #23 )
...
Co-authored-by: jinwentao <jinwentao@huya.com >
2026-04-01 12:00:00 +08:00
Rifaudeen
9452e5b12a
Added tags support in the player timeline ( #17 )
...
* implemented custom-event handler from replayer
* Added tags support in the player timeline
* updated event type check with EventType enum from rrweb
2026-04-01 12:00:00 +08:00
Yanzhen Yu
8340ed933e
Release 0.4.6
2026-04-01 12:00:00 +08:00
Yanzhen Yu
3537720833
update player with built-in unpack function
2026-04-01 12:00:00 +08:00
Yanzhen Yu
a4dc863065
Release 0.4.5
2026-04-01 12:00:00 +08:00
Yanzhen Yu
08e85b805d
use player dimension to calc scale when fullscreen
2026-04-01 12:00:00 +08:00