Skip to content

Releases: mcollovati/quarkus-hilla

Release 24.5.0-alpha3

30 Aug 15:07
3d40db1
Compare
Choose a tag to compare
Release 24.5.0-alpha3 Pre-release
Pre-release

Changelog

🐛 Fixes

  • e3c4265 add support for Hilla xhr login
  • e6efa9d add ApplicationContextAware to shaded deps
  • a82b235 wait for service init event when intializing endpoint registry (#888)

🧪 Tests

Contributors

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

  • Marco Collovati

Release 24.4.2

30 Aug 15:13
e4bc98b
Compare
Choose a tag to compare

Changelog

🐛 Fixes

Contributors

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

  • Marco Collovati

Release 24.5.0-alpha2

22 Aug 08:18
ce3ce56
Compare
Choose a tag to compare
Release 24.5.0-alpha2 Pre-release
Pre-release

Changelog

🐛 Fixes

Contributors

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

  • Marco Collovati

Release 24.4.1

22 Aug 07:34
552ac14
Compare
Choose a tag to compare

Changelog

🐛 Fixes

Contributors

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

  • Marco Collovati

Release 24.5.0-alpha1

19 Aug 11:56
5232916
Compare
Choose a tag to compare
Release 24.5.0-alpha1 Pre-release
Pre-release

Changelog

🐛 Fixes

Contributors

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

  • Marco Collovati

Release 24.4.0

08 Jul 19:27
a716d91
Compare
Choose a tag to compare

Changelog

🧪 Tests

Contributors

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

  • Marco Collovati

Release 24.4.0-beta1

18 Jun 18:42
9040ebe
Compare
Choose a tag to compare
Release 24.4.0-beta1 Pre-release
Pre-release

Changelog

Refactoring required to adapt to Vaadin unified platform (24.4+).

This is a pre-release 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)

See Hilla Upgrading Guide for more information.

🧪 Tests


Contributors

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

  • Marco Collovati

Release 24.4.0-alpha1

23 Mar 09:30
e4a900b
Compare
Choose a tag to compare
Release 24.4.0-alpha1 Pre-release
Pre-release

Changelog

Refactoring required to adapt to Vaadin unified platform (24.4+).

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)

Release 24.0.0-alpha2

23 Mar 09:22
e4a900b
Compare
Choose a tag to compare
Release 24.0.0-alpha2 Pre-release
Pre-release

Changelog

🐛 Fixes

🔄️ Changes

Contributors

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

  • Marco Collovati
  • mcollovati

Release 24.0.0-alpha1

19 Feb 16:04
fd7dbc4
Compare
Choose a tag to compare
Release 24.0.0-alpha1 Pre-release
Pre-release

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