Minor Changes
- fix: mts lynx will no longer provide requireModule, requireModuleAsync methods, which is aligned with Native. (#537)
Patch Changes
-
refactor: isolate SystemInfo (#628)
Never assign
SystemInfo
on worker's self object. -
feat: support thread strategy
all-on-ui
(#625)<lynx-view thread-strategy="all-on-ui"></lynx-view>
This will make the lynx's main-thread run on the UA's main thread.
Note that the
all-on-ui
does not support the HMR & chunk splitting yet. -
fix(web):
:root
not work on web platform (#607)Note: To solve this issue, you need to upgrade your
react-rsbuild-plugin
-
refactor: move mainthread impl into mainthread-api packages (#622)
-
fix(web): css selector not work for selectors with combinator and pseudo-class on WEB (#608)
like
.parent > :not([hidden]) ~ :not([hidden])
you will need to upgrade your
react-rsbuild-plugin
to fix this issue -
Updated dependencies [
4ee0465
,5a3d9af
,5269cab
]:- @lynx-js/web-constants@0.13.0