Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
9.3 KiB
9.3 KiB
rrdom-nodejs
2.0.0-alpha.19
Patch Changes
- Updated dependencies []:
- rrdom@2.0.0-alpha.19
- @rrweb/types@2.0.0-alpha.19
2.0.0-alpha.18
Patch Changes
- #1593
5a78938Thanks @daibhin! -NodeTypeenum was moved from rrweb-snapshot to @rrweb/types The following types where moved from rrweb-snapshot to @rrweb/types:documentNode,documentTypeNode,legacyAttributes,textNode,cdataNode,commentNode,elementNode,serializedNode,serializedNodeWithId,serializedElementNodeWithId,serializedTextNodeWithId,IMirror,INode,mediaAttributes,attributesandDataURLOptions - Updated dependencies [
8e55c45,5a78938]:- rrdom@2.0.0-alpha.18
- @rrweb/types@2.0.0-alpha.18
2.0.0-alpha.17
Patch Changes
- Updated dependencies [
40bbc25,335639a,335639a,d350da8,be6bf52]:- rrweb-snapshot@2.0.0-alpha.17
- rrdom@2.0.0-alpha.17
2.0.0-alpha.16
Patch Changes
2.0.0-alpha.15
Major Changes
- #1497
2606a2aThanks @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.cjsfiles instead. All.jsfiles 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.cjsand.umd.cjsfiles. The.umd.cjsfiles are CommonJS modules that bundle all files together to make it easy to ship one file to browser environments (similar to the previous.jsfiles). The.cjsfiles are CommonJS modules that can be used in older Node.js environments. Types should be better defined inpackage.jsonand if you need specific types they might be exported from new packages (for examplePlayerMachineStateandSpeedMachineStateare now exported from@rrweb/replay). Check thepackage.json'smainandexportsfield for the available files.
Patch Changes
- Updated dependencies [
4014305,82f6fec,2606a2a,f3cf092,e08706a]:- rrweb-snapshot@2.0.0-alpha.15
- rrdom@2.0.0-alpha.15
2.0.0-alpha.14
Patch Changes
- Updated dependencies [
03b5216,46f1b25,cbbd1e5,5e7943d,c0f83af,e96f668]:- rrweb-snapshot@2.0.0-alpha.14
- rrdom@2.0.0-alpha.14
2.0.0-alpha.13
Patch Changes
- Updated dependencies [
123a81e,123a81e,f7c6973]:- rrdom@2.0.0-alpha.13
- rrweb-snapshot@2.0.0-alpha.13
2.0.0-alpha.12
Patch Changes
- Updated dependencies [
58c9104,a2be77b,a7c33f2,8aea5b0,314a8dd,e607e83,7c0dc9d,07ac5c9]:- rrweb-snapshot@2.0.0-alpha.12
- rrdom@2.0.0-alpha.12
2.0.0-alpha.11
Patch Changes
- Updated dependencies [
11f6567,efdc167,efdc167]:- rrweb-snapshot@2.0.0-alpha.11
- rrdom@2.0.0-alpha.11
2.0.0-alpha.10
Patch Changes
- Updated dependencies [
c6600e7]:- rrweb-snapshot@2.0.0-alpha.10
- rrdom@2.0.0-alpha.10
2.0.0-alpha.9
Patch Changes
2.0.0-alpha.8
Patch Changes
2.0.0-alpha.7
Patch Changes
2.0.0-alpha.6
Patch Changes
- Updated dependencies [
c28ef5f,f6f07e9,eac9b18,f27e545,8e47ca1]:- rrweb-snapshot@2.0.0-alpha.6
- rrdom@2.0.0-alpha.6
2.0.0-alpha.5
Major Changes
-
#1127
3cc4323Thanks @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)