Minor Changes
-
feat: rewrite the main thread Element PAPIs (#343)
In this commit we've rewritten the main thread apis.
The most highlighted change is that
- Before this commit we send events directly to bts
- After this change, we send events to mts then send them to bts with some data combined.
Patch Changes
-
refactor: timing system (#378)
Now we moved the timing system to the background thread.
-
feat: support
defaultOverflowVisible
config (#406) -
fix(web): rsbuild will bundle 2 exactly same chunk for two same
new Worker
stmt (#372)the bundle size will be optimized about 28.2KB
-
fix: inline style will be removed for value number
0
(#368)the inline style value could be incorrectly removed for number value
0
;For example,
flex-shrink:0
may be ignored. -
feat: The onNapiModulesCall function of lynx-view provides the fourth parameter:
lynxView
, which is the actual lynx-view DOM. (#350) -
fix: publicComponentEvent args order (#401)
-
Updated dependencies [
3a8dabd
,a521759
,890c6c5
]:- @lynx-js/web-worker-runtime@0.10.0
- @lynx-js/web-constants@0.10.0
- @lynx-js/web-worker-rpc@0.10.0