Patch Changes
-
feat: merge multiple markTiming RPC communication events together and send them together, which can effectively reduce the number of RPC communications. (#1178)
-
fix: correctly handle with CSS compound-selector, such as
.a.b
, which will be processed as.a .b
incorrectly. (#1187)This problem also occurs when used in combination with other selectors, here are some ways to write styles that worked incorrectly before this commit:
.a.b { }
.a.b view { }
.a.b:not(.c) { }
.a.b::placeholder { }
-
Updated dependencies [
e44b146
,6ca5b91
]:- @lynx-js/web-constants@0.14.2