github lynx-family/lynx-stack @lynx-js/web-core-server@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: 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.

  • fix: dump encode data in comment (#989)

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.