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
-
feat(web): use pure DOM API to implement Element PAPIs (#334)
- rewrite all element PAPIs impl. Now we use DOM.
- use our new package
@lynx-js/offscreen-document
to support the new Element PAPI implementation in a worker
-
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. -
fix: publicComponentEvent args order (#401)
-
Updated dependencies [
3a8dabd
,a521759
,890c6c5
]:- @lynx-js/web-constants@0.10.0