github lynx-family/lynx-stack @lynx-js/web-mainthread-apis@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)

  • fix: target.id is undefined (#1016)

  • feat: add new pageConfig configuration: enableJSDataProcessor (#886)

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

  • 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: create elements of elementToRuntimeInfoMap on demand (#986)

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

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

    • @lynx-js/web-constants@0.13.5

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.