Skip to content

Releases: getsentry/rrweb

2.21.0

14 Jun 17:57
Compare
Choose a tag to compare

Various fixes & improvements

  • feat(snapshot): Check "blocked" status of iframes before accessing contentDocument (#201) by @billyvg
  • fix(canvas): Fix missing addWindow call when enableManualSnapshot==true (#203) by @billyvg
  • fix: Move downlevel-dts to devDeps (#204) by @billyvg
  • feat(snapshot): Use unpatched setTimeout and clearTimeout (#200) by @billyvg

2.20.0

13 Jun 18:56
Compare
Choose a tag to compare

Various fixes & improvements

2.19.0

12 Jun 10:25
Compare
Choose a tag to compare

Various fixes & improvements

2.18.0

07 Jun 18:02
Compare
Choose a tag to compare

Various fixes & improvements

2.17.0

31 May 21:20
Compare
Choose a tag to compare

Various fixes & improvements

Plus 24 more

2.16.0

01 May 16:18
Compare
Choose a tag to compare

Various fixes & improvements

Plus 30 more

2.15.0

22 Apr 19:42
Compare
Choose a tag to compare

Various fixes & improvements

2.14.0

22 Apr 19:39
Compare
Choose a tag to compare

Various fixes & improvements

2.13.0

18 Apr 20:52
Compare
Choose a tag to compare

Various fixes & improvements

  • feat(canvas): Add "maxCanvasSize" option for canvas (#174) by @billyvg
  • test: skip flakey test (cross origin iframe) (#172) by @billyvg

2.12.0

27 Mar 14:42
Compare
Choose a tag to compare

Various fixes & improvements

  • fix(canvas): createImageBitmap throws when canvas size is 0 (#170) by @billyvg
  • fix: fixes several cases where we access an undefined value (#171) by @billyvg
  • fix: Incorrect parsing of functional pseudo class css selector (#169) by @billyvg