Releases: getsentry/rrweb
Releases · getsentry/rrweb
2.41.0
New Features ✨
- (replay) Catch rejections from
play()by @billyvg in #254 - Upgrade playwright to 1.56.1 by @billyvg in #255
Bug Fixes 🐛
- (rrweb) Do not call setAttribute on TEXT nodes by @billyvg in #253
- Ignore customElements.define exceptions so that it does not break replays by @billyvg in #267
- Update style-check workflow to use latest version from upstream by @AaronDewes in #259
Internal Changes 🔧
2.40.0
2.39.0
2.38.0
Various fixes & improvements
- fix(replay): handle fast forwarding for arbitrary position jumps in replayer (#248) by @srest2021
2.37.0
2.36.0
2.35.0
2.34.0
2.33.0
2.32.0
Various fixes & improvements
- fix: lastSnapshotTime is always 0 when using manual snapshots (#239) by @c298lee
- fix: some nested cross-origin iframes can't be recorded (#237) by @billyvg
- ci: fix
download-artifactdeprecation, upgrade eslint-annotate-action (#238) by @billyvg - ref: tweaks to tasks to get builds/pkg names working for Sentry (#234) by @billyvg
- Chore: Fix yarn dev (rrweb-io#1501) by @billyvg
- Chore: Ignore generated files from .svelte-kit for prettier & make video tests more stable (rrweb-io#1500) by @billyvg
- Chore: Migrate build to vite (rrweb-io#1033) by @billyvg
- fix: inserted styles lost when moving elements (#233) by @billyvg
- test(rrweb): Re-enable skipped test (#229) by @billyvg