Commit Graph

115 Commits

Author SHA1 Message Date
Justin Halsall
6f0dde529e fix validation warning 2021-04-22 15:35:57 +02:00
Justin Halsall
30fe993e99 enable sourcemaps everywhere 2021-04-22 15:35:26 +02:00
Justin Halsall
922919d251 update rollup 2021-04-22 15:32:47 +02:00
Justin Halsall
4c9c3e9c94 remove duplicate files 2021-04-22 15:24:51 +02:00
Yanzhen Yu
34588c451b Release 0.7.1 2021-03-08 13:59:40 +08:00
Yanzhen Yu
ddc164e2b3 upgrade rrweb 2021-03-08 13:56:54 +08:00
Yanzhen Yu
6272f0f797 update rollup config to fix breaking change in css.write
fix #58
fix https://github.com/rrweb-io/rrweb/issues/496
2021-03-08 13:53:57 +08:00
Yanzhen Yu
2982a55279 Release 0.7.0 2021-01-02 15:37:29 +08:00
Yanzhen Yu
4db18d5d24 upgrade rrweb 2021-01-02 15:36:20 +08:00
Jonithan
451bde0a29 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>
2020-12-02 22:07:55 +08:00
Yanzhen Yu
c420c6b556 Release 0.6.6 2020-11-29 14:44:32 +08:00
Yanzhen Yu
563d866a9a upgrade rrweb 2020-11-29 14:44:15 +08:00
Yanzhen Yu
918153c89e Release 0.6.5 2020-11-15 14:43:54 +08:00
Yanzhen Yu
79a8198c03 limit max scale to 1 2020-11-15 14:42:23 +08:00
Yanzhen Yu
9434db4a6b Release 0.6.4 2020-10-26 23:36:21 +08:00
Yanzhen Yu
e8dc87add1 upgrade rrweb 2020-10-26 23:35:40 +08:00
Yanzhen Yu
fe36b17ebc Release 0.6.3 2020-10-24 23:15:02 +08:00
Yanzhen Yu
e192497b9a upgrade rrweb 2020-10-24 23:14:43 +08:00
Karl-Aksel Puulmann
ea0ac76418 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,
                },
            })
```
2020-10-10 09:05:10 +08:00
Yanzhen Yu
4cff4225cf Release 0.6.2 2020-10-01 22:04:24 +08:00
Yanzhen Yu
459f8249b6 export speed as props 2020-10-01 15:24:57 +08:00
Yanzhen Yu
1277dbd1df by pass all options to rrweb 2020-10-01 14:17:46 +08:00
Yanzhen Yu
9bdf9692db Release 0.6.1 2020-09-24 10:28:58 +08:00
Yanzhen Yu
325ca4cc69 expose trigger resize method 2020-09-24 10:28:35 +08:00
Yanzhen Yu
183daf34b0 Release 0.6.0 2020-09-23 16:08:23 +08:00
Yanzhen Yu
4d45d16cb8 update rrweb version 2020-09-23 16:07:24 +08:00
jackycoder
e63b554b49 fix iframe border issue (#41) 2020-09-20 18:59:44 +08:00
Yanzhen Yu
e1b02d1b67 Release 0.5.6 2020-09-12 17:41:26 +08:00
Yanzhen Yu
22e6b67903 close #33 upgrade rrweb 2020-09-12 17:40:27 +08:00
DiaNiki
29ff1e9ced Add UNSAFE_replayCanvas. (#36) 2020-09-10 08:43:33 +08:00
Yanzhen Yu
5a1d8b30b0 impl apis: play, pause, goto 2020-09-08 15:09:06 +08:00
Yanzhen Yu
4c0cbfaf6a Release 0.5.5 2020-09-07 22:07:37 +08:00
Yanzhen Yu
1f16bd750f upgrade to rrweb 0.9.2 2020-09-07 22:07:17 +08:00
Yanzhen Yu
01b138c650 Release 0.5.4 2020-08-22 00:40:03 +08:00
Yanzhen Yu
74cb44c16b export more public APIs to customize UI 2020-08-22 00:39:29 +08:00
Yanzhen Yu
6c9a48919b dispatch ui events 2020-08-21 18:33:24 +08:00
Yanzhen Yu
a24e376271 Release 0.5.3 2020-08-20 23:27:09 +08:00
Yanzhen Yu
e905467852 expose APIs as public API 2020-08-20 23:18:55 +08:00
Yanzhen Yu
b3c3947a2d Release 0.5.2 2020-08-09 16:00:21 +08:00
Yanzhen Yu
7525b3bb9f fix types 2020-08-09 15:59:45 +08:00
Yanzhen Yu
c84bfc8dbf Release 0.5.1 2020-08-09 15:55:39 +08:00
Yanzhen Yu
3b8ea6d465 close #20 add types 2020-08-09 15:54:56 +08:00
Yanzhen Yu
0ad53b232c Release 0.5.0 2020-08-09 13:38:26 +08:00
yz-yu
7aa760e731 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
2020-08-09 13:35:25 +08:00
Jin
d92bc733df :feat add tips (#23)
Co-authored-by: jinwentao <jinwentao@huya.com>
2020-07-25 17:14:39 +08:00
Rifaudeen
a60cf99691 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
2020-05-28 23:31:12 +08:00
Yanzhen Yu
675a8541b4 Release 0.4.6 2020-04-11 20:03:13 +08:00
Yanzhen Yu
c435c5f095 update player with built-in unpack function 2020-04-11 20:02:26 +08:00
Yanzhen Yu
b0451fc257 Release 0.4.5 2020-04-05 22:33:12 +08:00
Yanzhen Yu
6933a3b807 use player dimension to calc scale when fullscreen 2020-04-05 22:31:47 +08:00