github lynx-family/lynx-stack @lynx-js/web-core@0.13.5

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...
3 months ago

Patch Changes

  • refactor: move some internal status to dom's attribute (#945)

    It's essential for SSR

  • refactor: avoid to create many style element for cssog (#1026)

  • refactor: move component config info to attribute (#984)

  • fix: ensure render starts after dom connected (#1020)

  • refactor: save dataset on an attribute (#981)

    On lynx, the data-* attributes have different behaviors than the HTMLElement has.

    The dataset will be treated as properties, the key will not be applied the camel-case <-> hyphenate name transformation.

    Before this commit we use it as a runtime data, but after this commit we will use encodeURI(JSON.stringify(dataset)) to encode it as a string.

  • refactor: implement mts apis in closure pattern (#1004)

  • Updated dependencies [70b82d2, 5651e24, 9499ea9, 50f0193, 57bf0ef, 5651e24, 0525fbf, b6b87fd, c014327]:

    • @lynx-js/web-mainthread-apis@0.13.5
    • @lynx-js/web-constants@0.13.5
    • @lynx-js/offscreen-document@0.1.1
    • @lynx-js/web-worker-runtime@0.13.5
    • @lynx-js/web-worker-rpc@0.13.5

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.