Releases: getsentry/rrweb
Releases · getsentry/rrweb
1.106.0
- feat(replay): Check for node existance in mirror before appending (#82)
- feat: Ensure password inputs are always masked (#78)
- fix: Ensure text masking for updated attributes works (#83)
- fix: Ensure unmaskTextSelector is used for masked attributes (#81)
- fix: Mask
<option>
values for selects & radio/checkboxvalue
(#75)
1.105.0
1.104.1
1.104.0
- fix: masking inputs on change when
maskAllInputs:false
(#61) - fix: Run prepublish scripts before building tarballs (#64)
- fix: textarea value is being duplicated (#62)
- feat: Export
typings/types
(#60) - feat: Remove
autoplay
attribute from audio/video tags (#59) - fix: more robust
rootShadowHost
check (#50) - fix: Exclude
modulepreload
as well (#52)
v1.103.0
v1.102.0
- feat: Add
maskAllText
option - feat: With maskAllText, mask the attributes: placeholder, title,
aria-label
- feat: fix masking on
textarea