2.6 KiB
2.6 KiB
@rrweb/types
2.0.0-alpha.10
Patch Changes
-
#1268
d872d28Thanks @eoghanmurray! - Compact style mutation fixes and improvements- fixes when style updates contain a 'var()' on a shorthand property #1246
- further ensures that style mutations are compact by reverting to string method if it is shorter
-
Updated dependencies [
c6600e7]:- rrweb-snapshot@2.0.0-alpha.10
2.0.0-alpha.9
Patch Changes
- Updated dependencies [
d7c72bf]:- rrweb-snapshot@2.0.0-alpha.9
2.0.0-alpha.8
Minor Changes
- #1129
979d2b1Thanks @eoghanmurray! - click events now include a.pointerTypeattribute 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