Changes since 23.5
Breaking changes
- Upgrade default Node.js to 22 and supported to 20
New features
-
Backport of PWA icons generation at build time (#21284)
Backport of #16994 (limited to PWA icon handling) to 23.6. -
Backport of PWA icon image lazy generation (#21263)
Backport #20516 to Flow 23.6. -
Enable preserving partial view chain
Backport of #21189 to 23.6. -
Fix role checking when using websocket push
Backport of #20679 to 23.6 -
feat: Upgrade webpack to version 5 (#21360)
Updates Webpack to version 5.
Replaces extract-loader with extract-loader-5 for compatibility with Webpack 5.
Replaces file-loader with Webpack 5 assets feature, as recommended in the migration guide.
Bumps several npm dependencies.
Fixes handle of frontend folder in generated tsconfig.json file.
Update flow Javascript plugins to adapt to Webpack dependencies changes. -
Bump frontend dependencies (patch+minor versions) (#21469)