-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reverse monkey patch built in methods to support LWC #1509
Commits on Oct 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ceda3aa - Browse repository at this point
Copy the full SHA ceda3aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bab2941 - Browse repository at this point
Copy the full SHA bab2941View commit details -
Configuration menu - View commit details
-
Copy full SHA for d571ea3 - Browse repository at this point
Copy the full SHA d571ea3View commit details
Commits on Oct 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b3ead33 - Browse repository at this point
Copy the full SHA b3ead33View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc47ee3 - Browse repository at this point
Copy the full SHA cc47ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9f43b8 - Browse repository at this point
Copy the full SHA b9f43b8View commit details -
Merge branch '@juice10/@rrweb/types' of https://github.com/rrweb-io/r…
…rweb into @juice10/@rrweb/types
Configuration menu - View commit details
-
Copy full SHA for 0c41ba3 - Browse repository at this point
Copy the full SHA 0c41ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dfad95 - Browse repository at this point
Copy the full SHA 0dfad95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2728f8f - Browse repository at this point
Copy the full SHA 2728f8fView commit details
Commits on Oct 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4c2f310 - Browse repository at this point
Copy the full SHA 4c2f310View commit details -
Configuration menu - View commit details
-
Copy full SHA for d57d780 - Browse repository at this point
Copy the full SHA d57d780View commit details -
Turns out what we where doing by overwriting `public textContent: string | undefined` as a getter in a subclass is something that isn't allowed in typescript. Because we where using `// @ts-ignore` to hide this error our bundler chose to allow the overwrite. Vite choses to disallow the overwrite making all subclasses' `textContent` undefined. To mitigate this we're using an abstract class, which does allow sub classes to decide if they wan't to use getters or not.
Configuration menu - View commit details
-
Copy full SHA for 040c2ce - Browse repository at this point
Copy the full SHA 040c2ceView commit details
Commits on Oct 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9182fa2 - Browse repository at this point
Copy the full SHA 9182fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 369db3a - Browse repository at this point
Copy the full SHA 369db3aView commit details -
BREAKING: moved rrweb-plugin-console to its own npm module
This removes console from rrweb-all.js
Configuration menu - View commit details
-
Copy full SHA for 3e28ecf - Browse repository at this point
Copy the full SHA 3e28ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff02234 - Browse repository at this point
Copy the full SHA ff02234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77a4c6d - Browse repository at this point
Copy the full SHA 77a4c6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 193608e - Browse repository at this point
Copy the full SHA 193608eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 544e774 - Browse repository at this point
Copy the full SHA 544e774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d6896 - Browse repository at this point
Copy the full SHA 98d6896View commit details
Commits on Oct 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 45ea94e - Browse repository at this point
Copy the full SHA 45ea94eView commit details
Commits on Nov 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 54728a0 - Browse repository at this point
Copy the full SHA 54728a0View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62c4d8f - Browse repository at this point
Copy the full SHA 62c4d8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5011f - Browse repository at this point
Copy the full SHA 2b5011fView commit details -
pull in latest version of master
something when wrong earlier when resolving merge conflicts, this should be correct
Configuration menu - View commit details
-
Copy full SHA for 2d95102 - Browse repository at this point
Copy the full SHA 2d95102View commit details -
Configuration menu - View commit details
-
Copy full SHA for eec0d64 - Browse repository at this point
Copy the full SHA eec0d64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a68b47 - Browse repository at this point
Copy the full SHA 0a68b47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 726c292 - Browse repository at this point
Copy the full SHA 726c292View commit details -
Configuration menu - View commit details
-
Copy full SHA for 876084c - Browse repository at this point
Copy the full SHA 876084cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e29a7 - Browse repository at this point
Copy the full SHA 48e29a7View commit details -
Merge branch '@juice10/vite' of https://github.com/rrweb-io/rrweb int…
…o @juice10/vite
Configuration menu - View commit details
-
Copy full SHA for 79e02c3 - Browse repository at this point
Copy the full SHA 79e02c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85c389c - Browse repository at this point
Copy the full SHA 85c389cView commit details -
`apply virtual style rules to node` tests need to be moved to rrweb to avoid circular dependencies
Configuration menu - View commit details
-
Copy full SHA for fc59ddd - Browse repository at this point
Copy the full SHA fc59dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for acaaf10 - Browse repository at this point
Copy the full SHA acaaf10View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5001e1 - Browse repository at this point
Copy the full SHA a5001e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71450e2 - Browse repository at this point
Copy the full SHA 71450e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b10c833 - Browse repository at this point
Copy the full SHA b10c833View commit details -
Configuration menu - View commit details
-
Copy full SHA for c68fa98 - Browse repository at this point
Copy the full SHA c68fa98View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02689e4 - Browse repository at this point
Copy the full SHA 02689e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5563c - Browse repository at this point
Copy the full SHA ad5563cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fde13e - Browse repository at this point
Copy the full SHA 6fde13eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41cc89a - Browse repository at this point
Copy the full SHA 41cc89aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 799310d - Browse repository at this point
Copy the full SHA 799310dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e46a951 - Browse repository at this point
Copy the full SHA e46a951View commit details -
I was bumping into this issue: https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/3729bc2a3ca2ef7dda5c22fef81f89e1abe5dacf/docs/problems/NoResolution.md And had to choose one of these three methods described here: https://github.com/andrewbranch/example-subpath-exports-ts-compat?tab=readme-ov-file#typescript-friendly-strategies-for-packagejson-subpath-exports-compatibility And I ended up going for the method described here: https://github.com/andrewbranch/example-subpath-exports-ts-compat/tree/1ffe3425b0a7ad8ecdf3c373f76f431ee341366b/examples/node_modules/package-json-redirects#package-json-redirects The redirect method seemed the least invasive and most effective.
Configuration menu - View commit details
-
Copy full SHA for af3bc45 - Browse repository at this point
Copy the full SHA af3bc45View commit details -
I was bumping into this issue: https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/3729bc2a3ca2ef7dda5c22fef81f89e1abe5dacf/docs/problems/NoResolution.md And had to choose one of these three methods described here: https://github.com/andrewbranch/example-subpath-exports-ts-compat?tab=readme-ov-file#typescript-friendly-strategies-for-packagejson-subpath-exports-compatibility And I ended up going for the method described here: https://github.com/andrewbranch/example-subpath-exports-ts-compat/tree/1ffe3425b0a7ad8ecdf3c373f76f431ee341366b/examples/node_modules/package-json-redirects#package-json-redirects The redirect method seemed the least invasive and most effective.
Configuration menu - View commit details
-
Copy full SHA for 1cce02e - Browse repository at this point
Copy the full SHA 1cce02eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 439f363 - Browse repository at this point
Copy the full SHA 439f363View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34a2ee1 - Browse repository at this point
Copy the full SHA 34a2ee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc91e30 - Browse repository at this point
Copy the full SHA dc91e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a9dd49 - Browse repository at this point
Copy the full SHA 4a9dd49View commit details -
Fix script tag type in webgl.test.ts.snap and update rrweb.umd.cjs pa…
…th in webgl.test.ts
Configuration menu - View commit details
-
Copy full SHA for b93b687 - Browse repository at this point
Copy the full SHA b93b687View commit details -
Configuration menu - View commit details
-
Copy full SHA for deadccb - Browse repository at this point
Copy the full SHA deadccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9cb10b - Browse repository at this point
Copy the full SHA b9cb10bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 990cbe0 - Browse repository at this point
Copy the full SHA 990cbe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3188bba - Browse repository at this point
Copy the full SHA 3188bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 901fc12 - Browse repository at this point
Copy the full SHA 901fc12View commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a007df - Browse repository at this point
Copy the full SHA 4a007dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4deee29 - Browse repository at this point
Copy the full SHA 4deee29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09bd4bf - Browse repository at this point
Copy the full SHA 09bd4bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef0643b - Browse repository at this point
Copy the full SHA ef0643bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3709c4 - Browse repository at this point
Copy the full SHA c3709c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e0abd7 - Browse repository at this point
Copy the full SHA 8e0abd7View commit details -
Update tsconfig.json for rrweb-plugin-sequential-id-record
Fixes this error: Error: @rrweb/rrweb-plugin-sequential-id-record:prepublish: tsconfig.json(9,5): error TS6377: Cannot write file '/home/runner/work/rrweb/rrweb/tsconfig.tsbuildinfo' because it will overwrite '.tsbuildinfo' file generated by referenced project '/home/runner/work/rrweb/rrweb/packages/rrweb'
Configuration menu - View commit details
-
Copy full SHA for f689436 - Browse repository at this point
Copy the full SHA f689436View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fc5615 - Browse repository at this point
Copy the full SHA 5fc5615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c1abe2 - Browse repository at this point
Copy the full SHA 0c1abe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2266a7 - Browse repository at this point
Copy the full SHA c2266a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6218b6e - Browse repository at this point
Copy the full SHA 6218b6eView commit details -
Merge branch '@juice10/vite' of https://github.com/rrweb-io/rrweb int…
…o @juice10/vite
Configuration menu - View commit details
-
Copy full SHA for 68fe9e4 - Browse repository at this point
Copy the full SHA 68fe9e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eda12e - Browse repository at this point
Copy the full SHA 9eda12eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2876a1 - Browse repository at this point
Copy the full SHA a2876a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac79f63 - Browse repository at this point
Copy the full SHA ac79f63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 993573d - Browse repository at this point
Copy the full SHA 993573dView commit details -
Configuration menu - View commit details
-
Copy full SHA for be097cf - Browse repository at this point
Copy the full SHA be097cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 296ac55 - Browse repository at this point
Copy the full SHA 296ac55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5083fc2 - Browse repository at this point
Copy the full SHA 5083fc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17d707f - Browse repository at this point
Copy the full SHA 17d707fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01533bf - Browse repository at this point
Copy the full SHA 01533bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac54452 - Browse repository at this point
Copy the full SHA ac54452View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0f4b5d - Browse repository at this point
Copy the full SHA e0f4b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9ed119 - Browse repository at this point
Copy the full SHA a9ed119View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d09c23 - Browse repository at this point
Copy the full SHA 1d09c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31a93fb - Browse repository at this point
Copy the full SHA 31a93fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9447fe - Browse repository at this point
Copy the full SHA f9447feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fa2d1c - Browse repository at this point
Copy the full SHA 9fa2d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 551eeb2 - Browse repository at this point
Copy the full SHA 551eeb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b346a8c - Browse repository at this point
Copy the full SHA b346a8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for db05651 - Browse repository at this point
Copy the full SHA db05651View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66252be - Browse repository at this point
Copy the full SHA 66252beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9870805 - Browse repository at this point
Copy the full SHA 9870805View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb1c36d - Browse repository at this point
Copy the full SHA bb1c36dView commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7dd0d6d - Browse repository at this point
Copy the full SHA 7dd0d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 336b4b2 - Browse repository at this point
Copy the full SHA 336b4b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a59001f - Browse repository at this point
Copy the full SHA a59001fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd230f - Browse repository at this point
Copy the full SHA 0bd230fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55547d6 - Browse repository at this point
Copy the full SHA 55547d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 106b39a - Browse repository at this point
Copy the full SHA 106b39aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9332204 - Browse repository at this point
Copy the full SHA 9332204View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5da6a4 - Browse repository at this point
Copy the full SHA c5da6a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 324a7cf - Browse repository at this point
Copy the full SHA 324a7cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19db415 - Browse repository at this point
Copy the full SHA 19db415View commit details
Commits on Apr 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 33d5380 - Browse repository at this point
Copy the full SHA 33d5380View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd71e93 - Browse repository at this point
Copy the full SHA cd71e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9111005 - Browse repository at this point
Copy the full SHA 9111005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ea92c - Browse repository at this point
Copy the full SHA 43ea92cView commit details -
Merge branch '@juice10/vite' of https://github.com/rrweb-io/rrweb int…
…o @juice10/vite
Configuration menu - View commit details
-
Copy full SHA for e8dfe8d - Browse repository at this point
Copy the full SHA e8dfe8dView commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da29752 - Browse repository at this point
Copy the full SHA da29752View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74bb7ff - Browse repository at this point
Copy the full SHA 74bb7ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for db2ac5a - Browse repository at this point
Copy the full SHA db2ac5aView commit details -
Merge branch '@juice10/vite' of https://github.com/rrweb-io/rrweb int…
…o @juice10/vite
Configuration menu - View commit details
-
Copy full SHA for 6c6bb8f - Browse repository at this point
Copy the full SHA 6c6bb8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f91fa48 - Browse repository at this point
Copy the full SHA f91fa48View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbb4e30 - Browse repository at this point
Copy the full SHA bbb4e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16cdd2f - Browse repository at this point
Copy the full SHA 16cdd2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aced12 - Browse repository at this point
Copy the full SHA 4aced12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e7d0b3 - Browse repository at this point
Copy the full SHA 4e7d0b3View commit details -
chore: Export Player class in rrweb-player/src/main.ts
Makes attw happy
Configuration menu - View commit details
-
Copy full SHA for 8f62f62 - Browse repository at this point
Copy the full SHA 8f62f62View commit details -
Merge branch '@juice10/vite' of https://github.com/rrweb-io/rrweb int…
…o @juice10/vite
Configuration menu - View commit details
-
Copy full SHA for 1d79e67 - Browse repository at this point
Copy the full SHA 1d79e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4823f9b - Browse repository at this point
Copy the full SHA 4823f9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e4b77f - Browse repository at this point
Copy the full SHA 7e4b77fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5158760 - Browse repository at this point
Copy the full SHA 5158760View commit details -
Merge branch '@juice10/vite' of https://github.com/rrweb-io/rrweb int…
…o @juice10/vite
Configuration menu - View commit details
-
Copy full SHA for 8633a55 - Browse repository at this point
Copy the full SHA 8633a55View commit details -
Configuration menu - View commit details
-
Copy full SHA for a48b240 - Browse repository at this point
Copy the full SHA a48b240View commit details -
Configuration menu - View commit details
-
Copy full SHA for fec731f - Browse repository at this point
Copy the full SHA fec731fView commit details -
Merge branch '@juice10/vite' of https://github.com/rrweb-io/rrweb int…
…o @juice10/vite
Configuration menu - View commit details
-
Copy full SHA for 79c6129 - Browse repository at this point
Copy the full SHA 79c6129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99b889e - Browse repository at this point
Copy the full SHA 99b889eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92a9404 - Browse repository at this point
Copy the full SHA 92a9404View commit details -
Merge branch '@juice10/vite' of https://github.com/rrweb-io/rrweb int…
…o @juice10/vite
Configuration menu - View commit details
-
Copy full SHA for 5ae5fda - Browse repository at this point
Copy the full SHA 5ae5fdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f9f2d - Browse repository at this point
Copy the full SHA 14f9f2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7075e57 - Browse repository at this point
Copy the full SHA 7075e57View commit details -
Merge branch '@juice10/vite' of https://github.com/rrweb-io/rrweb int…
…o @juice10/vite
Configuration menu - View commit details
-
Copy full SHA for e36125f - Browse repository at this point
Copy the full SHA e36125fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b2491f - Browse repository at this point
Copy the full SHA 4b2491fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bda50b2 - Browse repository at this point
Copy the full SHA bda50b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0567785 - Browse repository at this point
Copy the full SHA 0567785View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6c933a - Browse repository at this point
Copy the full SHA a6c933aView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d73021b - Browse repository at this point
Copy the full SHA d73021bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a061d4b - Browse repository at this point
Copy the full SHA a061d4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c45a8fd - Browse repository at this point
Copy the full SHA c45a8fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1caee8 - Browse repository at this point
Copy the full SHA e1caee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 285f600 - Browse repository at this point
Copy the full SHA 285f600View commit details -
Configuration menu - View commit details
-
Copy full SHA for df23897 - Browse repository at this point
Copy the full SHA df23897View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9615169 - Browse repository at this point
Copy the full SHA 9615169View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9521682 - Browse repository at this point
Copy the full SHA 9521682View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6d33d7 - Browse repository at this point
Copy the full SHA e6d33d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for eae4336 - Browse repository at this point
Copy the full SHA eae4336View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d56ff - Browse repository at this point
Copy the full SHA 26d56ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb8d39 - Browse repository at this point
Copy the full SHA fdb8d39View commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ee563c - Browse repository at this point
Copy the full SHA 8ee563cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fd8bd2 - Browse repository at this point
Copy the full SHA 5fd8bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f446ff - Browse repository at this point
Copy the full SHA 6f446ffView commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0f749c - Browse repository at this point
Copy the full SHA e0f749cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f61dce8 - Browse repository at this point
Copy the full SHA f61dce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2685dd8 - Browse repository at this point
Copy the full SHA 2685dd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 397bd94 - Browse repository at this point
Copy the full SHA 397bd94View commit details -
Merge branch '@juice10/vite' of https://github.com/rrweb-io/rrweb int…
…o @juice10/vite
Configuration menu - View commit details
-
Copy full SHA for 91fdce9 - Browse repository at this point
Copy the full SHA 91fdce9View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69788d9 - Browse repository at this point
Copy the full SHA 69788d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd0b2f9 - Browse repository at this point
Copy the full SHA fd0b2f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd82a7e - Browse repository at this point
Copy the full SHA dd82a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c6bfc9 - Browse repository at this point
Copy the full SHA 4c6bfc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f6b0b - Browse repository at this point
Copy the full SHA 73f6b0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 282bf0d - Browse repository at this point
Copy the full SHA 282bf0dView commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5420de4 - Browse repository at this point
Copy the full SHA 5420de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cae083 - Browse repository at this point
Copy the full SHA 0cae083View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02d12bc - Browse repository at this point
Copy the full SHA 02d12bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88b9629 - Browse repository at this point
Copy the full SHA 88b9629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04a9bc3 - Browse repository at this point
Copy the full SHA 04a9bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e27ec75 - Browse repository at this point
Copy the full SHA e27ec75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bfcbd6 - Browse repository at this point
Copy the full SHA 4bfcbd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a47f5df - Browse repository at this point
Copy the full SHA a47f5dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f7396 - Browse repository at this point
Copy the full SHA e7f7396View commit details -
inlineImages: Setting of
image.crossOrigin
is not always necessary (#……1468) Setting of the `crossorigin` attribute is not necessary for same-origin images, and causes an immediate image reload (albeit from cache) necessitating the use of a load event listener which subsequently mutates the snapshot. This change allows us to avoid the mutation of the snapshot for the same-origin case. * Modify inlineImages test to remove delay and show that we can inline images without mutation * Add an explicit test for when the `image.crossOrigin = 'anonymous';` method is necessary. Uses a combination of about:blank and our test server to simulate a cross-origin context * Other test changes: there were some spurious rrweb mutations being generated by the addition of the crossorigin attribute that are now elimnated from the rrweb/__snapshots__/integration.test.ts.snap after this PR - this is good
Configuration menu - View commit details
-
Copy full SHA for 41022b4 - Browse repository at this point
Copy the full SHA 41022b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8a0464 - Browse repository at this point
Copy the full SHA d8a0464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05bb2fe - Browse repository at this point
Copy the full SHA 05bb2feView commit details -
Use non-monkey patched versions of the
childNodes
,parentNode
`pa……rentElement` `textContent` accessors
Configuration menu - View commit details
-
Copy full SHA for 26f74d9 - Browse repository at this point
Copy the full SHA 26f74d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f26edee - Browse repository at this point
Copy the full SHA f26edeeView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a7e469 - Browse repository at this point
Copy the full SHA 2a7e469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16879a2 - Browse repository at this point
Copy the full SHA 16879a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c400f04 - Browse repository at this point
Copy the full SHA c400f04View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8331169 - Browse repository at this point
Copy the full SHA 8331169View commit details -
Configuration menu - View commit details
-
Copy full SHA for a760e6b - Browse repository at this point
Copy the full SHA a760e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d141892 - Browse repository at this point
Copy the full SHA d141892View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b99b5 - Browse repository at this point
Copy the full SHA c0b99b5View commit details -
Merge branch 'master' of https://github.com/rrweb-io/rrweb into juice…
…10/reverse-monkey-patch
Configuration menu - View commit details
-
Copy full SHA for e022b8c - Browse repository at this point
Copy the full SHA e022b8cView commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ed5785 - Browse repository at this point
Copy the full SHA 8ed5785View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2e630 - Browse repository at this point
Copy the full SHA 1a2e630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c221a - Browse repository at this point
Copy the full SHA 39c221aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9440510 - Browse repository at this point
Copy the full SHA 9440510View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee292d - Browse repository at this point
Copy the full SHA 2ee292dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a623f51 - Browse repository at this point
Copy the full SHA a623f51View commit details -
This feels incorrect to me (Justin Halsall), but some of the tests break without it so I'm restoring this to be closer to its original here: https://github.com/rrweb-io/rrweb/blame/cfd686d488a9b88dba6b6f8880b5e4375dd8062c/packages/rrweb-snapshot/src/snapshot.ts#L1011
Configuration menu - View commit details
-
Copy full SHA for 537b242 - Browse repository at this point
Copy the full SHA 537b242View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f314cad - Browse repository at this point
Copy the full SHA f314cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63daa7f - Browse repository at this point
Copy the full SHA 63daa7fView commit details -
Merge branch 'master' of https://github.com/rrweb-io/rrweb into juice…
…10/reverse-monkey-patch
Configuration menu - View commit details
-
Copy full SHA for 2320348 - Browse repository at this point
Copy the full SHA 2320348View commit details -
Configuration menu - View commit details
-
Copy full SHA for abf5d62 - Browse repository at this point
Copy the full SHA abf5d62View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ec6489 - Browse repository at this point
Copy the full SHA 8ec6489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b4be0 - Browse repository at this point
Copy the full SHA 93b4be0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95c5350 - Browse repository at this point
Copy the full SHA 95c5350View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7dc30c9 - Browse repository at this point
Copy the full SHA 7dc30c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6255037 - Browse repository at this point
Copy the full SHA 6255037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5862e63 - Browse repository at this point
Copy the full SHA 5862e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5f1ecf - Browse repository at this point
Copy the full SHA b5f1ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02025a1 - Browse repository at this point
Copy the full SHA 02025a1View commit details
Commits on Jun 26, 2024
-
Merge branch 'master' of https://github.com/rrweb-io/rrweb into juice…
…10/reverse-monkey-patch
Configuration menu - View commit details
-
Copy full SHA for c10cf1e - Browse repository at this point
Copy the full SHA c10cf1eView commit details
Commits on Jul 1, 2024
-
Merge branch 'master' of https://github.com/rrweb-io/rrweb into juice…
…10/reverse-monkey-patch
Configuration menu - View commit details
-
Copy full SHA for 54e33ae - Browse repository at this point
Copy the full SHA 54e33aeView commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 494f300 - Browse repository at this point
Copy the full SHA 494f300View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f63db4e - Browse repository at this point
Copy the full SHA f63db4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1359833 - Browse repository at this point
Copy the full SHA 1359833View commit details -
Configuration menu - View commit details
-
Copy full SHA for f34bfbf - Browse repository at this point
Copy the full SHA f34bfbfView commit details