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 thex-${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