Changes since 24.1.0.beta2
Breaking changes
-
Add vaadin. prefix to recently added properties (#16882)
Commit · Pull requestAdd vaadin. prefix to
ci.build
,skip.dev.bundle
andforce.production.build
properties added into 24.1, so now they should be used as-Dvaadin.ci.build
,-Dvaadin.force.production.build
and-Dvaadin.skip.dev.bundle
.
Fixes
-
Npm install task should use ClassFinder (#16901)
Commit · Pull request · IssueThe TaskRunNpmInstall should use ClassFinder to load the vaadin-core-versions.json
-
Change from ? extends Component to ? for VS Code (#16884)
Commit · Pull request