- Updated dependencies []:
- @saola.ai/rrweb-snapshot@2.0.7
- Updated dependencies []:
- @saola.ai/rrweb-snapshot@2.0.6
- Updated dependencies []:
- @saola.ai/rrweb-snapshot@2.0.5
- Updated dependencies []:
- @saola.ai/rrweb-snapshot@2.0.4
- Updated dependencies []:
- @saola.ai/rrweb-snapshot@2.0.3
-
added setDims and setDimsAndScale
-
Updated dependencies []:
- @saola.ai/rrweb-snapshot@2.0.2
- Updated dependencies []:
- @saola.ai/rrweb-snapshot@2.0.1
- Saola AI
- Updated dependencies []:
- @saola.ai/rrweb-snapshot@2.0.0
- #1497
2606a2a
Thanks @Juice10! - Distributed files have new filenames, paths and extensions. Important: If you reference distributed files or types directly, you might have to update your paths/filenames. E.g. you import fromrrweb/typings/...
orrrdom/es
. However you runimport rrweb from 'rrweb'
you won't notice a difference with this change. If you include rrweb files directly in a script tag, you might have to update that path to include a the.umd.cjs
files instead. All.js
files now use ES modules which can be used in modern browsers, node.js and bundlers that support ES modules. All npm packages now also ship.cjs
and.umd.cjs
files. The.umd.cjs
files are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments (similar to the previous.js
files). The.cjs
files are CommonJS modules that can be used in older Node.js environments. Types should be better defined inpackage.json
and if you need specific types they might be exported from new packages (for examplePlayerMachineState
andSpeedMachineState
are now exported from@rrweb/replay
). Check thepackage.json
'smain
andexports
field for the available files.
- Updated dependencies [
03b5216
,46f1b25
,cbbd1e5
,5e7943d
,c0f83af
,e96f668
]:- rrweb-snapshot@2.0.0-alpha.14
-
#1432
123a81e
Thanks @Juice10! - Supportloop
inRRMediaElement
-
Updated dependencies [
123a81e
,f7c6973
]:- rrweb-snapshot@2.0.0-alpha.13
-
#1352
e607e83
Thanks @juliecheng! - fix: scrolling may not be applied when fast-forwarding -
Updated dependencies [
58c9104
,a2be77b
,a7c33f2
,8aea5b0
,314a8dd
,7c0dc9d
,07ac5c9
]:- rrweb-snapshot@2.0.0-alpha.12
- Updated dependencies [
c6600e7
]:- rrweb-snapshot@2.0.0-alpha.10
-
#1222
b798f2d
Thanks @YunFeng0817! - Fix: rrdom bugs- Fix a bug in the diff algorithm.
- Omit the 'srcdoc' attribute of iframes to avoid overwriting content.
-
Updated dependencies [
d7c72bf
]:- rrweb-snapshot@2.0.0-alpha.9
-
#1139
f27e545
Thanks @YunFeng0817! - Fix: If RRNode appends a single child twice, children of the node will become an infinite link list. -
Updated dependencies [
c28ef5f
,f6f07e9
,eac9b18
,8e47ca1
]:- rrweb-snapshot@2.0.0-alpha.6
-
#1127
3cc4323
Thanks @YunFeng0817! - Refactor: Improve performance by 80% in a super large benchmark case.- Refactor: change the data structure of childNodes from array to linked list
- Improve the performance of the "contains" function. New algorithm will reduce the complexity from O(n) to O(logn)
-
#1126
227d43a
Thanks @YunFeng0817! - Refactor all suffix of bundled scripts with commonjs module from 'js' to cjs #1087. -
#1126
227d43a
Thanks @YunFeng0817! - Fix: improve rrdom robustness #1091. -
Updated dependencies [
1385f7a
,227d43a
]:- rrweb-snapshot@2.0.0-alpha.5