Justin Halsall
4e04bb631e
Merge pull request #59 from Juice10/goto-play
...
Allow goto to specify if it should play or pause
2021-07-21 11:16:54 +02:00
Justin Halsall
fc7d804d6c
Merge pull request #63 from Juice10/sourcemaps
...
Enables Source maps for the library
2021-07-21 11:16:35 +02:00
Justin Halsall
534a4c1451
Merge branch 'master' into sourcemaps
2021-07-19 15:56:49 +02:00
Yanzhen Yu
8e654595f9
Release 0.7.3
2021-07-06 12:17:27 +08:00
Yanzhen Yu
1f164e3bef
upgrade rrweb
2021-07-06 12:15:31 +08:00
Yanzhen Yu
71baf5e7dc
Release 0.7.2
2021-07-06 00:31:24 +08:00
Yanzhen Yu
6f17eb3a9d
upgrade rrweb
2021-07-06 00:30:50 +08:00
Justin Halsall
52cbbdaf56
rrweb 1.0 use new getMirror api ( #70 )
...
* Fixes #69
* update rrweb to 1.0.0-beta.0
2021-06-22 10:26:39 +08:00
dependabot[bot]
1c59ead007
Bump glob-parent from 5.1.1 to 5.1.2 ( #74 )
...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases )
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-12 14:04:17 +08:00
dependabot[bot]
04b3d8b351
Bump ws from 6.2.1 to 6.2.2 ( #72 )
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-06 21:51:52 +08:00
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
Justin Halsall
aee3c1605c
allow goto to specify if it should play or pause
2021-02-19 12:50:22 +01: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