Releases: vaadin/hilla
1.1.0.alpha2
Website · Getting Started · Documentation
This is a pre-release for the next minor version of Hilla. We appreciate if you give it a try and report any issues you notice.
Versions
Included dependencies:
- Fusion Endpoint (23.1.0.alpha1)
- Vaadin Dev Server (23.1.0.alpha1)
Official add-ons and plugins:
- Hilla Maven Plugin (1.1.0.alpha2)
- Hilla Spring Boot Starter (1.1.0.alpha2)
- Vaadin Design System / Web Components (23.1.0-alpha2)
What's Changed
- chore: Maven version minor bump by @platosha in #372
- chore: improve version bump script by @platosha in #382
- feat(parser): implement replaceability & add TransferTypesPlugin by @Lodin in #362
- [Snyk] Upgrade org.apache.maven:maven-plugin-api from 3.8.1 to 3.8.5 by @snyk-bot in #375
- [Snyk] Upgrade io.github.classgraph:classgraph from 4.8.138 to 4.8.141 by @snyk-bot in #376
- [Snyk] Upgrade org.apache.maven.plugin-tools:maven-plugin-annotations from 3.6.1 to 3.6.4 by @snyk-bot in #379
- [Snyk] Upgrade com.fasterxml.jackson.core:jackson-annotations from 2.13.0 to 2.13.2 by @snyk-bot in #380
- [Snyk] Upgrade io.swagger.core.v3:swagger-core from 2.1.11 to 2.1.13 by @snyk-bot in #378
- feat(parser-jvm-plugin-transfertypes): add UUID -> String replacer by @Lodin in #371
- Flux endpoint subscription support by @Artur- in #368
- chore: fix version split in bump script by @platosha in #389
New Contributors
Full Changelog: 1.0.5...1.1.0.alpha2
1.1.0.alpha1
Website · Getting Started · Documentation
This is a pre-release for the next minor version of Hilla. We appreciate if you give it a try and report any issues you notice.
Versions
Included dependencies:
- Fusion Endpoint (23.1.0.alpha1)
- Vaadin Dev Server (23.1.0.alpha1)
Official add-ons and plugins:
- Hilla Maven Plugin (1.1.0.alpha1)
- Hilla Spring Boot Starter (1.1.0.alpha1)
- Vaadin Design System / Web Components (23.1.0-alpha1)
What's Changed
- Update hilla maven version to 1.0.4 by @ZheSun88 in #369
- Update links to docs by @tarekoraby in #364
- chore: Maven version minor bump by @platosha in #372
- chore: improve version bump script by @platosha in #382
New Contributors
- @tarekoraby made their first contribution in #364
Full Changelog: 1.0.4...1.1.0.alpha1
1.0.6
Website · Getting Started · Documentation
Versions
Included dependencies:
- Fusion Endpoint (23.0.4)
- Vaadin Dev Server (23.0.4)
Official add-ons and plugins:
- Hilla Maven Plugin (1.0.6)
- Hilla Spring Boot Starter (1.0.6)
- Vaadin Design System / Web Components (23.0.6)
Full Changelog: 1.0.5...1.0.6
Hilla 1.0.5
Website · Getting Started · Documentation
Versions
Included dependencies:
- Fusion Endpoint (23.0.4)
- Vaadin Dev Server (23.0.4)
Official add-ons and plugins:
- Hilla Maven Plugin (1.0.5)
- Hilla Spring Boot Starter (1.0.5)
- Vaadin Design System / Web Components (23.0.5)
What's Changed
- Update links to docs by @tarekoraby in #364
Full Changelog: 1.0.4...1.0.5
1.0.4
Website · Getting Started · Documentation
Versions
Included dependencies:
- Fusion Endpoint (23.0.4)
- Vaadin Dev Server (23.0.4)
Official add-ons and plugins:
- Hilla Maven Plugin (1.0.4)
- Hilla Spring Boot Starter (1.0.4)
- Vaadin Design System / Web Components (23.0.4)
What's Changed
Full Changelog: 1.0.3...1.0.4
1.0.3
Website · Getting Started · Documentation
Versions
Included dependencies:
- Fusion Endpoint (23.0.3)
- Vaadin Dev Server (23.0.3)
Official add-ons and plugins:
- Hilla Maven Plugin (1.0.3)
- Hilla Spring Boot Starter (1.0.3)
- Vaadin Design System / Web Components (23.0.3)
What's Changed
- chore: update README badge to 1.0.3 by @ZheSun88 in #361
- chore: fix TypeScipt publish release workflow by @platosha in #363
Full Changelog: 1.0.2...1.0.3
1.0.2
Website · Getting Started · Documentation
Versions
Included dependencies:
- Fusion Endpoint (23.0.2)
- Vaadin Dev Server (23.0.2)
Official add-ons and plugins:
- Hilla Maven Plugin (1.0.2)
- Hilla Spring Boot Starter (1.0.2)
- Vaadin Design System / Web Components (23.0.2)
What's Changed
Full Changelog: 1.0.1...1.0.2
Hilla 1.0.0
Website · Getting Started · Documentation · Upgrading from Vaadin Fusion
This is the first major version release.
Hilla is a modern web framework that integrates a Spring Boot Java back end with a reactive TypeScript front end.
Features
- Zero-configuration toolchain for building web applications with Lit TypeScript UI and Java Spring Boot server side
- Easy and type-safe back end access using TypeScript endpoints and data definitions generated from Java code
- Form binding with shared data validation on server and client
- Includes Vaadin web components for building the UI
Versions
Included dependencies:
- Fusion Endpoint (23.0.0)
- Vaadin Dev Server (23.0.0)
Official add-ons and plugins:
- Hilla Maven Plugin (1.0.0)
- Hilla Spring Boot Starter (1.0.0)
- Vaadin Design System / Web Components (23.0.0)
Supported languages and tools
- Java 11
- TypeScript 4.5
- Node.js 16
- npm 8.3
Note: this version is equivalent to the version 0.0.18 released before. No changes since 0.0.18.
1.0.1
Website · Getting Started · Documentation
What's Changed Since 1.0.0
Fixes
- fix(form): Cross field validation returning the property field as a s… by @vicb in #182
- doc: fix readme links after fusion to hilla renaming by @manolo in #197
Other Changes
- refactor(ts/generator-typescript-plugin-model): improve plugin output by @Lodin in #192
- refactor(java): rename com.vaadin.fusion -> dev.hilla by @Lodin in #194
- refactor: rename com.vaadin.fusion -> dev.hilla (follow-on) by @Lodin in #196
- add dispatch workflow by @haijian-vaadin in #203
- fix typo in the workflow event by @haijian-vaadin in #204
- Fix typo by @haijian-vaadin in #205
- Readme update by @jouni in #207
- Update README.md add java badget by @manolo in #209
- chore: update hilla maven version to 1.0.0.beta3 by @ZheSun88 in #210
- chore: Maven release with teamcity by @haijian-vaadin in #212
- refactor: rename hilla-maven-plugin to generator-maven-plugin by @haijian-vaadin in #213
- chore: add ts release script to fix the lerna peer dependencies issue by @Lodin in #215
- chore(ts): fix test failure by @Lodin in #217
- chore(ts): reflect changes done for peer dependencies in package-lock.json by @Lodin in #218
- refactor: Redesign core model system to support both ClassGraph and Java Reflection by @Lodin in #202
Full Changelog: 0.0.18...1.0.1
0.0.20
What's Changed
- add dispatch workflow by @haijian-vaadin in #203
- fix typo in the workflow event by @haijian-vaadin in #204
- Fix typo by @haijian-vaadin in #205
- Readme update by @jouni in #207
- Update README.md add java badget by @manolo in #209
- chore: update hilla maven version to 1.0.0.beta3 by @ZheSun88 in #210
- chore: Maven release with teamcity by @haijian-vaadin in #212
- refactor: rename hilla-maven-plugin to generator-maven-plugin by @haijian-vaadin in #213
- chore: add ts release script to fix the lerna peer dependencies issue by @Lodin in #215
- chore(ts): fix test failure by @Lodin in #217
Full Changelog: 0.0.19...0.0.20