Skip to content

Release 24.0.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 16:04
· 77 commits to main since this release
fd7dbc4

Changelog

Refactoring required to adapt to Vaadin unified platform.

This is the first alpha version that comes with support for the new-coming Vaadin unified platform.
Because of changes in Hilla artifacts, bumping quarkus-hilla version may not be enough to migrate an existing project.

A partial list of modifications that should be applied:

  • dev.hilla:hilla-bom should be replaced by com.vaadin:vaadin-bom
  • dev.hilla:hilla-maven-plugin should be replaced by com.vaadin:vaadin-maven-plugin
  • Hilla classes packages in imports should be changed from dev.hilla to com.vaadin.hilla
  • Hilla NPM packages should be changed from @hilla/... to the equivalent @vaadin/... (e.g. @hilla/react-components to @vaadin/react-components, or @hilla/react-crud to @vaadin/hilla-react-crud)

Contributors

We'd like to thank the following people for their contributions:

  • Marco Collovati