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

latest releases: @lynx-js/template-webpack-plugin@0.6.7, @lynx-js/react-webpack-plugin@0.6.10, @lynx-js/web-worker-rpc@0.10.0...
11 days ago

Minor Changes

  • refractor: remove entryId concept (#217)

    After the PR #198
    All contents are isolated by a shadowroot.
    Therefore we don't need to add the entryId selector to avoid the lynx-view's style taking effect on the whole page.

Patch Changes

  • refactor: clean the decodeOperations implementation (#261)

  • refactor: remove customelement defined detecting logic (#247)

    Before this commit, for those element with tag without -, we always try to detect if the x-${tagName} is defined.

    After this commit, we pre-define a map(could be override by the overrideLynxTagToHTMLTagMap) to make that transformation for tag name.

    This change is a path to SSR and the MTS support.

  • Updated dependencies [5b5e090, f447811, b844e75, 6f16827, d2d55ef]:

    • @lynx-js/web-constants@0.9.0
    • @lynx-js/web-style-transformer@0.2.3

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.