Skip to content

Releases: vaadin/hilla

1.3.11

06 Apr 07:29
Compare
Choose a tag to compare

Website · Getting Started · Documentation

Versions

Included dependencies:

  • Hilla Endpoint (1.3.11)
  • Hilla Engine (Experimental) (1.3.11)
  • Vaadin Dev Server (23.3.7)

Official add-ons and plugins:

  • Hilla Maven Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (23.3.10)
  • Vaadin Design System / React Components (1.3.10)

Full Changelog: 1.3.10...1.3.11

2.1.0.alpha2

04 Apr 06:32
Compare
Choose a tag to compare
2.1.0.alpha2 Pre-release
Pre-release

Website · Getting Started · Documentation

This is a pre-release for the next major version of Hilla. We appreciate it if you give it a try and report any issues you notice.

Versions

Included dependencies:

  • Hilla Endpoint (2.1.0.alpha2)
  • Hilla Engine (Experimental) (2.1.0.alpha2)
  • Vaadin Dev Server (24.1.0.alpha2)

Official add-ons and plugins:

  • Hilla Maven Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (24.1.0-alpha6)

What's Changed

  • fix: executing Node in Windows with spaces in path by @cromoteca in #856
  • fix(parser): consider annotations from both fields and accessors by @platosha in #862
  • chore(tests): validation with two IT test groups in parallel by @platosha in #870
  • chore: Sync Atmosphere version with Flow by @Artur- in #860

Full Changelog: 2.1.0.alpha1...2.1.0.alpha2

1.3.10

04 Apr 10:57
Compare
Choose a tag to compare

Website · Getting Started · Documentation

Versions

Included dependencies:

  • Hilla Endpoint (1.3.10)
  • Hilla Engine (Experimental) (1.3.10)
  • Vaadin Dev Server (23.3.6)

Official add-ons and plugins:

  • Hilla Maven Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (23.3.9)
  • Vaadin Design System / React Components (1.3.9)

Full Changelog: 1.3.9...1.3.10

2.0.3

03 Apr 13:21
Compare
Choose a tag to compare

Website · Getting Started · Documentation

Versions

Included dependencies:

  • Hilla Endpoint (2.0.3)
  • Hilla Engine (Experimental) (2.0.3)
  • Vaadin Dev Server (24.0.3)

Official add-ons and plugins:

  • Hilla Maven Plugin (2.0.3)
  • Hilla Spring Boot Starter (2.0.3)
  • Vaadin Design System / Web Components (24.0.2)
  • Vaadin Design System / React Components (2.0.2)

What's Changed

Full Changelog: 2.0.2...2.0.3

1.3.9

03 Apr 08:06
Compare
Choose a tag to compare

Website · Getting Started · Documentation

Versions

Included dependencies:

  • Hilla Endpoint (1.3.9)
  • Hilla Engine (Experimental) (1.3.9)
  • Vaadin Dev Server (23.3.6)

Official add-ons and plugins:

  • Hilla Maven Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (23.3.9)
  • Vaadin Design System / React Components (1.3.9)

Full Changelog: 1.3.8...1.3.9

1.2.17

29 Mar 13:37
Compare
Choose a tag to compare

Website · Getting Started · Documentation

Included dependencies:

  • Hilla Endpoint (1.2.17)
  • Hilla Engine (Experimental) (1.2.17)
  • Vaadin Dev Server (23.2.11)

Official add-ons and plugins:

  • Hilla Maven Plugin (1.2.17)
  • Hilla Spring Boot Starter (1.2.17)
  • Vaadin Design System / Web Components (23.2.18)

Full Changelog: 1.2.16...1.2.17

2.0.2

24 Mar 13:51
Compare
Choose a tag to compare

Website · Getting Started · Documentation

Versions

Included dependencies:

  • Hilla Endpoint (2.0.2)
  • Hilla Engine (Experimental) (2.0.2)
  • Vaadin Dev Server (24.0.2)

Official add-ons and plugins:

  • Hilla Maven Plugin (2.0.2)
  • Hilla Spring Boot Starter (2.0.2)
  • Vaadin Design System / Web Components (24.0.2)
  • Vaadin Design System / React Components (2.0.2)

Full Changelog: 2.0.1...2.0.2

2.1.0.alpha1

23 Mar 12:19
Compare
Choose a tag to compare
2.1.0.alpha1 Pre-release
Pre-release

Website · Getting Started · Documentation

This is a pre-release for the next major version of Hilla. We appreciate it if you give it a try and report any issues you notice.

Versions

Included dependencies:

  • Hilla Endpoint (2.1.0.alpha1)
  • Hilla Engine (Experimental) (2.1.0.alpha1)
  • Vaadin Dev Server (24.1.0.alpha1)

Official add-ons and plugins:

  • Hilla Maven Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (24.1.0-alpha4)

What's Changed

  • chore: update project to 2.1-SNAPSHOT by @ZheSun88 in #757
  • feat: enable multi-module engine without feature flag by @platosha in #738
  • fix: make Jackson annotations work when using hilla:generate by @platosha in #761
  • feat: enable reactive endpoints (push support) by @platosha in #766
  • feat: align endpoint discovery strategy and make it configurable by @cromoteca in #767
  • fix: align to Flow changes by @cromoteca in #776
  • fix: Automatically register endpoint types when building for native by @Artur- in #756
  • fix: support dev.hilla.mappedtypes by @platosha in #781
  • fix: use Maven Wrapper if available by @cromoteca in #792
  • fix(engine): use Node executable provided from Flow to run the generator by @Lodin in #794
  • fix(engine): change how model checks for nullable fields by @cromoteca in #797
  • fix(engine): let NonNullPlugin find NonNullApi annotation on parent packages by @cromoteca in #798
  • test: Fix Java ITs by @Artur- in #813
  • fix: use classloader from current class to find packages by @cromoteca in #818
  • fix(engine-core): rewrite EngineConfiguration to have all path properties OS-agnostic by @Lodin in #799
  • [Snyk] Upgrade io.github.classgraph:classgraph from 4.8.153 to 4.8.154 by @Artur- in #820
  • fix: Fix openapi parsing when there are no custom types by @Artur- in #810
  • Trim whitespace before checking length of string. Fixes #833 by @aspan in #834
  • fix: Make openapi.json available runtime for native apps by @Artur- in #811
  • feat: support ES-module application by adding .js to generated imports by @cromoteca in #817
  • feat(form): consider errors from HTML and Vaadin components built-in validation by @platosha in #835
  • test: replace WebTestRunner with Karma by @Lodin in #808
  • chore(generator): update dependencies & combine Lerna with Nx by @Lodin in #851
  • fix(generator): add "version" script to update peer dependencies on lerna version update by @Lodin in #858

New Contributors

Full Changelog: 2.0.0...2.1.0.alpha1

2.0.1

21 Mar 15:48
Compare
Choose a tag to compare

Website · Getting Started · Documentation

Versions

Included dependencies:

  • Hilla Endpoint (2.0.1)
  • Hilla Engine (Experimental) (2.0.1)
  • Vaadin Dev Server (24.0.1)

Official add-ons and plugins:

  • Hilla Maven Plugin (2.0.1)
  • Hilla Spring Boot Starter (2.0.1)
  • Vaadin Design System / Web Components (24.0.0)
  • Vaadin Design System / React Components (2.0.0)

What's Changed

  • test: Fix Java ITs (#813) (CP: 2.0) by @vaadin-bot in #814
  • fix: use classloader from current class to find packages (#818) (CP: 2.0) by @vaadin-bot in #824
  • fix(engine-core): rewrite EngineConfiguration to have all path properties OS-agnostic (#799) (CP: 2.0) by @vaadin-bot in #826
  • [Snyk] Upgrade io.github.classgraph:classgraph from 4.8.153 to 4.8.154 (#820) (CP: 2.0) by @vaadin-bot in #827
  • fix: Fix openapi parsing when there are no custom types (#810) (CP: 2.0) by @vaadin-bot in #839
  • Trim whitespace before checking length of string. Fixes #833 (#834) (CP: 2.0) by @vaadin-bot in #840
  • feat: support ES-module application by adding .js to generated imports (#817) (CP: 2.0) by @vaadin-bot in #845
  • fix: Make openapi.json available runtime for native apps (#811) (CP: 2.0) by @vaadin-bot in #844
  • feat(form): consider errors from HTML and Vaadin components built-in validation (#835) (CP: 2.0) by @vaadin-bot in #846

Full Changelog: 2.0.0...2.0.1

1.3.8

21 Mar 09:56
Compare
Choose a tag to compare

Website · Getting Started · Documentation

Versions

Included dependencies:

  • Hilla Endpoint (1.3.8)
  • Hilla Engine (Experimental) (1.3.8)
  • Vaadin Dev Server (23.3.5)

Official add-ons and plugins:

  • Hilla Maven Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (23.3.8)
  • Vaadin Design System / React Components (1.3.8)

What's Changed

  • Trim whitespace before checking length of string. Fixes #833 (#834) (CP: 1.3) by @vaadin-bot in #841
  • feat(form): consider errors from HTML and Vaadin components built-in validation (#835) (CP: 1.3) by @vaadin-bot in #847

Full Changelog: 1.3.7...1.3.8