Releases: rrweb-io/rrweb
[email protected]
@rrweb/[email protected]
Patch Changes
- Updated dependencies [
d7c72bf
]:
[email protected]
Minor Changes
-
#1129
979d2b1
Thanks @eoghanmurray! - click events now include a.pointerType
attribute which distinguishes between 'pen', 'mouse' and 'touch' events. There is no new PenDown/PenUp events, but these can be detected with a MouseDown/MouseUp + pointerType=pen -
#1188
bc84246
Thanks @benjackwhite! - feat: Extends maskInputFn to pass the HTMLElement to the deciding function
Patch Changes
[email protected]
Minor Changes
- #1188
bc84246
Thanks @benjackwhite! - feat: Extends maskInputFn to pass the HTMLElement to the deciding function
Patch Changes
- #1148
d0fdc0f
Thanks @YunFeng0817! - Improve: Add try catch to snapshot.ts 's masking text function. Fixes #1118.
[email protected]
Patch Changes
-
#1198
b5e30cf
Thanks @charliegracie! - Reset the finished flag in Controllergoto
instead ofhandleProgressClick
so that it is properly handled ifgoto
is called directly.
[email protected]
Patch Changes
- Updated dependencies [
b5e30cf
]:
[email protected]
[email protected]
@rrweb/[email protected]
Minor Changes
- #1129
979d2b1
Thanks @eoghanmurray! - click events now include a.pointerType
attribute which distinguishes between 'pen', 'mouse' and 'touch' events. There is no new PenDown/PenUp events, but these can be detected with a MouseDown/MouseUp + pointerType=pen
Patch Changes
[email protected]
Minor Changes
-
#1170
d2582e9
Thanks @mydea! - feat: Ensure password inputs remain masked when switching input type -
#1107
a225d8e
Thanks @mydea! - feat: Allow to passerrorHandler
as record option
Patch Changes
-
#1179
e0f862b
Thanks @wfk007! - Fix: #1178 remove warning related to worker_threads while building -
#1186
267e990
Thanks @YunFeng0817! - Fix: processed-node-manager is created even in the environment that doesn't need a recorder -
#1145
a82a3b4
Thanks @eoghanmurray! - For a mutation which removes a node, reduce the number of spurious warnings to take into account that an anscestor (rather than just a parent) may have been just removed -
#1191
1e6f71b
Thanks @Juice10! - Only apply touch-active styling on flush -
#1191
1e6f71b
Thanks @Juice10! - Trigger mouse movement and hover with mouse up and mouse down events when replayer.pause(...) is called. -
#1163
4cb4d0e
Thanks @zhaobosky! - Fix: some websites rebuild imcomplete- Some websites, addedSet in emit function is not empty, but the result converted from Array.from is empty.
- Some websites polyfill classList functions of HTML elements. Their implementation may throw errors and cause the snapshot to fail. I add try-catch statements to make the code robust.