Skip to content

Releases: getsentry/rrweb

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

2.11.0

01 Feb 16:30
Compare
Choose a tag to compare
  • feat: Enforce masking of credit card fields (#166)
  • upstream: Feat: Add support for replaying :defined pseudo-class of custom elements (rrweb-io#1155) (#138)

2.10.0

31 Jan 17:30
Compare
Choose a tag to compare

Various fixes & improvements

  • fix(replayer): <style> node rules attr can be undefined (#162) by @billyvg
  • feat: Register errorHandler inside of CanvasManager (#161) by @billyvg
  • fix(snaptshot): Ensure attr.name is defined when collecting element attributes (#160) by @Lms24