Changes since 25.1.7
New features
- Add npm.excludePostinstallPackages option (#24421) (CP: 25.1)
Commit · Pull request
Adds a configuration option to exclude packages from running postinstall scripts. Mirrors the existing npm.postinstallPackages add-list and applies to both the built-in default entries (e.g. esbuild, @vaadin/vaadin-usage-statistics) and any packages added via postinstallPackages. Wired through Options, the Maven and Gradle plugins, and DevModeInitializer. Refs #24333.
Fixes
- Ios home screen app height (#24435) (CP: 25.1)
Commit · Pull request
The bootstrap page update makes sure the app covers the entire viewport height on iOS when opened as a standalone/home screen app. Fixes #5576.