Releases: getsentry/rrweb
Releases · getsentry/rrweb
2.29.0
2.28.0
Various fixes & improvements
- Apply formatting changes (#219) by @billyvg
- meta: Update default branch for merge target (#217) by @billyvg
- perf(mutation): refactor parent removed detection to iterative procedure (rrweb-io#1489) by @JonasBa
- Refactor to preclude the need for a continuous raf loop (rrweb-io#1328) by @eoghanmurray
- No neg lookbehind (rrweb-io#1493) by @eoghanmurray
- Removing global document references (rrweb-io#1482) by @AlfieJones
- Return early for child same origin frames (rrweb-io#1295) by @colingm
- inlineImages: Setting of
image.crossOrigin
is not always necessary (rrweb-io#1468) by @eoghanmurray - Version Packages (alpha) (rrweb-io#1453) by @github-actions
2.27.0
Various fixes & improvements
- skipping tests (#216) by @billyvg
- remove mirror export (#216) by @billyvg
- Apply formatting changes (#216) by @billyvg
- Replace Array.from with clean implementation (rrweb-io#1464) by @billyvg
- Fix and test for bug rrweb-io#1457 (rrweb-io#1481) by @eoghanmurray
- Replace Array.from with clean implementation (rrweb-io#1464) by @colingm
- Fixup for background-clip replacement (rrweb-io#1476) by @eoghanmurray
- yarn format - prettier improvements & add .editorconfig (rrweb-io#1471) by @eoghanmurray
- Fix that blob urls persist on the shared anchor element and can't be later modified (rrweb-io#1467) by @eoghanmurray
- perf(snapshot): avoid recreate element
a
every time (rrweb-io#1387) by @H4ad - Ensure there is separation of timestamps (rrweb-io#1455) by @eoghanmurray
2.26.0
2.25.0
Various fixes & improvements
- fix(rrweb): clean up pointer tap circles when seeking by breadcrumb (#209) by @michellewzhang
2.24.0
Various fixes & improvements
- fix(rrweb): null check for pointer (#208) by @michellewzhang
2.23.0
Various fixes & improvements
- fix(rrweb): check if pointer is undefined before accessing pointerEl (#207) by @michellewzhang
2.22.0
2.21.0
Various fixes & improvements
- feat(snapshot): Check "blocked" status of iframes before accessing
contentDocument
(#201) by @billyvg - fix(canvas): Fix missing
addWindow
call whenenableManualSnapshot==true
(#203) by @billyvg - fix: Move
downlevel-dts
to devDeps (#204) by @billyvg - feat(snapshot): Use unpatched
setTimeout
andclearTimeout
(#200) by @billyvg