Patch Changes
-
Support @lynx-js/react v0.107.0 (#438)
-
fix(web):
:root
not work on web platform (#607)Note: To solve this issue, you need to upgrade your
react-rsbuild-plugin
-
Refactor: Replace built-in
background-only
implementation with npm package (#602)Previously we maintained custom files:
empty.ts
for background threaderror.ts
for main thread validation
Now adopting the standard
background-only
npm package -
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 [
6a5fc80
,06bb78a
,f3afaf6
,bf9c685
,5269cab
]:- @lynx-js/react-webpack-plugin@0.6.12
- @lynx-js/web-webpack-plugin@0.6.6
- @lynx-js/template-webpack-plugin@0.6.10
- @lynx-js/react-alias-rsbuild-plugin@0.9.8
- @lynx-js/react-refresh-webpack-plugin@0.3.2
- @lynx-js/css-extract-webpack-plugin@0.5.3