Minor Changes
-
Support Rsbuild v2 and rename
api.onAfterStartProdServerhook toapi.onAfterStartPreviewServerandapi.onDevCompileDonehook toapi.onAfterDevCompile. (#2603) -
Align Rspeedy, the QRCode plugin, and the Lynx bundle Rslib config Node.js engine metadata with Rsbuild v2 and Rslib requirements: Node.js 20.19+ or 22.12+. (#2789)
Patch Changes
-
feat(qrcode-rsbuild-plugin): add optional
fullscreenURL hint + QR schema variant (#2683)Opt in via
fullscreen: true(defaultfalse, preserving prior behavior). When enabled, the plugin:- Appends an
∟ FullscreenURL line under each Lynx bundle URL printed by the dev server (with?fullscreen=true). - Appends a
fullscreenentry to the QR schema rotation — the QR still opens on the user's default schema; pressain the dev console to switch tofullscreen.
Both open the bundle in LynxExplorer with the in-app navigation chrome stripped.
- Appends an
-
Support the
output.filename.bundlefunction form. (#2701)