github lynx-family/lynx-stack @lynx-js/web-mainthread-apis@0.14.2

latest releases: @lynx-js/offscreen-document@0.1.4, @lynx-js/cache-events-webpack-plugin@0.0.2, @lynx-js/web-constants@0.16.0...
2 months ago

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

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.