Minor Changes
-
refactor: provide the mts a real globalThis (#1589)
Before this change, We create a function wrapper and a fake globalThis for Javascript code.
This caused some issues.
After this change, we will create an iframe for createing an isolated Javascript context.
This means the globalThis will be the real one.
Patch Changes
-
refactor: add
:not([l-e-name])
at the end of selector for lazy component (#1622) -
feat: remove multi-thread mts heating (#1597)
The default rendering mode is "all-on-ui". Therefore the preheating for "multi-thread" will be removed.
-
fix: the SystemInfo in bts should be assigned to the globalThis (#1599)
-
Updated dependencies [
1a32dd8
,bb53d9a
,1a32dd8
,c1f8715
]:- @lynx-js/web-mainthread-apis@0.16.0
- @lynx-js/web-constants@0.16.0
- @lynx-js/web-worker-runtime@0.16.0
- @lynx-js/offscreen-document@0.1.4
- @lynx-js/web-worker-rpc@0.16.0