4.0 KiB
4.0 KiB
@rrweb/types
2.0.0-alpha.12
Patch Changes
- Updated dependencies [
58c9104,a2be77b,a7c33f2,8aea5b0,314a8dd,7c0dc9d,07ac5c9]:- rrweb-snapshot@2.0.0-alpha.12
2.0.0-alpha.11
Patch Changes
-
#1287
efdc167Thanks @Juice10! - Upgrade all projects to typescript 4.9.5 -
Updated dependencies [
11f6567,efdc167,efdc167]:- rrweb-snapshot@2.0.0-alpha.11
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