Yun Feng
fe69bd6456
fix: module error ( #1087 )
...
* fix: module error
refactor all suffix of bundled scripts with commonjs module from 'js' to cjs
error:
ReferenceError: exports is not defined in ES module scope
This file is being treated as an ES module because it has a '.js' file extension and '.../rrweb/package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension.
* update jest config files
2023-01-10 17:20:03 +08:00
Justin Halsall
cfac5e7c73
Chore: Make tests less flakey & upgrade puppeteer to rrweb-snapshot test suite to run ( #1084 )
...
* Upgrade puppeteer to 17.1.3 in rrweb-snapshot
* Apply formatting changes
* Add ?
* Make tests less flakey
* Make attribute-setting more explicit
* Make test less flakey
* Make test less flakey
* Upgrade puppeteer for rrdom
* Use wait for request animation frame instead of timeout
* Force append to happen in second event
* Wait till iframe was loaded (now 100ms)
* Round the currentTime to 1 decimal place
2023-01-10 08:30:41 +08:00
Yanzhen Yu
7bb68625e3
chore(release): publish new version
...
- rrdom-nodejs@0.1.7
- rrdom@0.1.7
- rrweb-player@1.0.0-alpha.4
- rrweb-snapshot@2.0.0-alpha.4
- rrweb@2.0.0-alpha.4
- @rrweb/types@2.0.0-alpha.4
2022-11-16 13:12:31 +08:00
Yanzhen Yu
e86d482ffd
chore(release): publish new version
...
- rrdom-nodejs@0.1.6
- rrdom@0.1.6
- rrweb-player@1.0.0-alpha.3
- rrweb-snapshot@2.0.0-alpha.3
- rrweb@2.0.0-alpha.3
2022-09-30 14:16:57 +08:00
Yanzhen Yu
58cd78799b
chore(release): publish new version
...
- rrdom-nodejs@0.1.5
- rrdom@0.1.5
- rrweb-player@1.0.0-alpha.2
- rrweb-snapshot@2.0.0-alpha.2
- rrweb@2.0.0-alpha.2
2022-09-22 20:11:24 +08:00
Yanzhen Yu
abc035fd00
chore(release): publish new version
...
- rrdom-nodejs@0.1.4
- rrdom@0.1.4
- rrweb-player@1.0.0-alpha.1
- rrweb-snapshot@2.0.0-alpha.1
- rrweb@2.0.0-alpha.1
2022-07-31 11:48:29 +08:00
Eoghan Murray
ba4bcbea8d
Bump jsdom to latest version as was getting error TS2305: Module '"parse5"' has no exported member 'ElementLocation'. ( #945 )
2022-07-25 23:44:55 +08:00
Yanzhen Yu
2d4dd22966
chore(release): publish new version
...
- rrdom-nodejs@0.1.3
- rrdom@0.1.3
- rrweb-player@1.0.0-alpha.0
- rrweb-snapshot@2.0.0-alpha.0
- rrweb@2.0.0-alpha.0
2022-07-10 15:51:45 +08:00
yz-yu
af8ed5513c
unify typescript version and rollup plugins ( #921 )
2022-06-25 21:08:06 +08:00
Justin Halsall
1355917e1b
Chore: Add issue/pr template and general housekeeping tools and docs ( #900 )
...
* Add linting
* Add issue templates and docs
* Add root eslint config and remove tslint
* Autofix lint issues
2022-05-22 09:59:42 +08:00
Yanzhen Yu
e110660ac6
chore(release): publish new version
...
- rrdom@0.1.2
- rrweb@1.1.3
- rrweb-player@0.7.14
- rrweb-snapshot@1.1.14
2022-04-04 16:14:49 +08:00
Yanzhen Yu
bd144be39b
chore(release): publish new version
...
- rrdom@0.1.1
- rrweb@1.1.2
- rrweb-player@0.7.13
- rrweb-snapshot@1.1.13
2022-02-26 17:33:59 +08:00
Yanzhen Yu
e9ea287bc5
chore(release): publish new version
...
- rrdom@0.1.0
- rrweb@1.1.0
- rrweb-player@0.7.11
- rrweb-snapshot@1.1.12
2022-01-23 15:53:54 +08:00
Yanzhen Yu
bdbd204103
chore(release): publish new version
...
- rrweb@1.0.8
- rrweb-player@0.7.10
- rrweb-snapshot@1.1.11
2021-12-23 23:07:03 +08:00
Yanzhen Yu
7223e929a3
chore(release): publish new version
...
- rrweb@1.0.7
- rrweb-player@0.7.9
- rrweb-snapshot@1.1.10
2021-11-16 02:27:22 +08:00
Justin Halsall
a261f3d4de
add root scripts and update contribution guide ( #750 )
2021-11-06 09:00:07 +08:00
Yanzhen Yu
cabd5eb157
chore(release): publish new version
...
- rrweb@1.0.6
- rrweb-player@0.7.8
- rrweb-snapshot@1.1.9
2021-10-13 00:42:54 +08:00
yz-yu
18e4356be9
migrate to jest ( #721 )
...
* migrate rrweb-snapshot tests to jest
* migrate rrweb tests to jest
2021-10-06 15:31:42 +08:00
Yanzhen Yu
2afd4a27e6
upgrade rollup and rollup plugins
2021-10-06 12:14:12 +08:00
Yanzhen Yu
8d881b1783
chore(release): publish %s
...
- rrweb@1.0.3
- rrweb-player@0.7.5
- rrweb-snapshot@1.1.8
2021-08-15 15:13:46 +08:00
Yanzhen Yu
9571c36d80
add lerna to manage monorepo
2021-08-14 23:58:56 +08:00
Eoghan Murray
1dc8d688d2
Provide an option to only build rrweb-snapshot for inclusion in rrweb ( #649 )
2021-07-31 00:15:34 +08:00
Mark-fenng
4f0d21a053
update links of packages and README
2021-07-23 08:45:29 +08:00
Mark-fenng
bc319d510c
moved rrweb-snapshot into packages/rrweb-snapshot
2021-07-22 17:54:51 +08:00