Skip to content

Releases: rrweb-io/rrweb

[email protected], [email protected], [email protected]

23 Jan 08:01
Compare
Choose a tag to compare

Thanks to @croqaz for implementing the inlineImages feature.
Thanks to @Mark-Fenng for implementing the rrdom package and @Juice10 as the reviewer.

[email protected] [email protected] [email protected]

23 Dec 15:14
Compare
Choose a tag to compare
  • fix #783, relative path issue for object tag (#785) (88d3ac1)
  • ignore invalid error event (28cdbe7)
  • Fix animations on pseudo-elements not pausing when replayer is paused (#776) (0439967)
  • close #736 #773 trigger meta update after add events (a07a97c)
  • Fix bug where style.opacity was incorrectly deleted when style.opacity was set to zero (#765) (ac592dc)
  • Small regex fix for older browsers (#762) (ce9e97f)
  • rrweb: replace onerror with addEventListener('error',handler) in the rrweb console plugin (#761) (f756790)

[email protected] [email protected] [email protected]

12 Oct 17:02
Compare
Choose a tag to compare
  • try to read style sheet content from JS API (a01c97f)
  • fix bundle config (5066806)
  • fix #698, replay scroll on iframe document (78526a3)
  • close #745, keep textarea text node clean (3d5b438)
  • add root scripts and update contribution guide (#750) (a261f3d)
  • doc: update two outdated links (e9c7922)
  • do not transform xlink:href when the value is an id close #566, #741 (18d66dc)
  • Fix typo (e039b5c)
  • Don't throw away information about the iframe src (#733) (ad2ca9e)
  • Add Record Once (#740) (c021134)
  • added CUX logo (#739) (d16bb35)
  • Add Statcounter logo (#738) (da63418)
  • fix: if handleProgressClick invoked after finished, start from where user clicked (#727) (e9405c5)
  • update documentary to readme (3d378c1)
  • add changelog config (5a2db77)

Release 1.0.1

06 Jul 04:13
Compare
Choose a tag to compare
  • add release to github (4f08049)
  • Ignore firstFullSnapshot once only after initial 'poster' build (#608) (f99b00e)

v1.0.0

05 Jul 16:27
Compare
Choose a tag to compare

Changelog

v1.0.0

Featrues & Improvements

  • Support record same-origin non-sandboxed iframe.
  • Support record open-mode shadow DOM.
  • Implement the plugin API.
  • Export record.takeFullSnapshot as a public API
  • Record and replay drag events.
  • Add options to mask texts (#540).

Fixes

  • Get the original MutationObserver when Angular patched it.
  • Fix RangeError: Maximum call stack size exceeded (#479).
  • Fix the linked-list implementation in the recorder.
  • Don't perform newly added actions if the player is paused (#539).
  • Fix inaccurate mouse position (#522)

Breaking Changes

  • Deprecated the usage of rrweb.mirror. Please use record.mirror and replayer.getMirror() instead.
  • Deprecated the record option recordLog . See the new plugin API here.
  • Deprecated the replay option logConfig. See the new plugin API here.