Releases: vaadin/hilla
1.3.34
Website · Getting Started · Documentation
Versions
Included dependencies:
- Hilla Endpoint
- Hilla Engine (Experimental)
- Vaadin Dev Server (23.3.30)
Official add-ons and plugins:
- Hilla Maven Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (23.3.30)
- Vaadin Design System / React Components (1.3.30)
Full Changelog: 1.3.33...1.3.34
Hilla 24.4.0.alpha25
Website · Getting Started · Documentation
This is a pre-release for the next minor version of Hilla. We appreciate it if you give it a try and report any issues you notice.
Versions
- Hilla Maven Plugin
- Hilla Gradle Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (24.4.0-alpha22)
- Vaadin Design System / React Components (24.4.0-alpha22)
What's Changed
- chore: Export ProtectedRoute so Copilot can compare to it by @Artur- in #2347
- chore: Change ProtectedRoute export to a type property by @Artur- in #2349
- chore: fetch access controlled server routes by @tltv in #2338
Full Changelog: 24.4.0.alpha24...24.4.0.alpha25
Hilla 24.4.0.alpha24
Website · Getting Started · Documentation
This is a pre-release for the next minor version of Hilla. We appreciate it if you give it a try and report any issues you notice.
Versions
- Hilla Maven Plugin
- Hilla Gradle Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (24.4.0-alpha22)
- Vaadin Design System / React Components (24.4.0-alpha22)
What's Changed
- chore: upgrade testbench to 9.2.7 by @ZheSun88 in #2337
- fix: prevent concurrent registration of client-side routes by @taefi in #2324
- chore: update spring-boot to 3.2.5 by @vaadin-bot in #2344
- fix(file-router): make empty path index resolving correctly by @Lodin in #2342
Full Changelog: 24.4.0.alpha23...24.4.0.alpha24
Hilla 24.4.0.alpha23
Website · Getting Started · Documentation
This is a pre-release for the next minor version of Hilla. We appreciate it if you give it a try and report any issues you notice.
Versions
- Hilla Maven Plugin
- Hilla Gradle Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (24.4.0-alpha22)
- Vaadin Design System / React Components (24.4.0-alpha22)
What's Changed
- fix: use order index and paths comparison to sort menu items by @taefi in #2309
- feat: utilize access control when populating client-side routes in menu by @taefi in #2316
- chore: upgrade TB to 9.2.6 by @ZheSun88 in #2326
- chore: upgrade swagger from 2.2.20 to 2.2.21 by @taefi in #2325
- chore: do not generate views.ts anymore by @taefi in #2320
- chore: use Menu annotation by @tltv in #2319
- refactor(file-router): add low-level update method and re-use it in every other method by @Lodin in #2312
- fix(fs-router): pre-populate view titles from filenames by @cromoteca in #2321
- fix!(file-router): support directory index as a fallback by @platosha in #2315
Full Changelog: 24.4.0.alpha21...24.4.0.alpha23
Hilla 24.4.0.alpha21
Website · Getting Started · Documentation
This is a pre-release for the next minor version of Hilla. We appreciate it if you give it a try and report any issues you notice.
Versions
- Hilla Maven Plugin
- Hilla Gradle Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (24.4.0-alpha19)
- Vaadin Design System / React Components (24.4.0-alpha19)
What's Changed
- [Snyk] Upgrade io.github.classgraph:classgraph from 4.8.167 to 4.8.168 by @Artur- in #2278
- chore: implement ClientRoutesProvider by @tltv in #2284
- [Snyk] Upgrade com.fasterxml.jackson.core:jackson-annotations from 2.15.4 to 2.16.2 by @Artur- in #2280
- [Snyk] Upgrade com.fasterxml.jackson.core:jackson-annotations from 2.16.2 to 2.17.0 by @Artur- in #2298
- feat: add new attribute 'hiddenFields' to configure which fields shou… by @rbrki07 in #2294
- fix!: require at least one role in
rolesAllowed
by @cromoteca in #2295 - chore: upgrade javaparser-core version by @taefi in #2302
- fix: ignore change/addition in empty view/layout/index files by @taefi in #2297
- feat(file-router): add RouterBuilder class by @Lodin in #2250
- fix: provide server-side routes to client only when configured explicitly by @taefi in #2306
- feat: add a helper to remap properties in filters and pageables by @cromoteca in #1870
- chore: add a Vaadin Router import to detect Lit by @cromoteca in #2310
Full Changelog: 24.4.0.alpha19...24.4.0.alpha21
Hilla 24.4.0.alpha19
Website · Getting Started · Documentation
This is a pre-release for the next minor version of Hilla. We appreciate it if you give it a try and report any issues you notice.
Versions
- Hilla Maven Plugin
- Hilla Gradle Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (24.4.0-alpha19)
- Vaadin Design System / React Components (24.4.0-alpha19)
What's Changed
- [Snyk] Upgrade io.github.classgraph:classgraph from 4.8.165 to 4.8.167 by @manolo in #2273
- chore: update package[-lock].json (main) by @vaadin-bot in #2275
- refactor: rename views.ts to file-routes.ts by @taefi in #2271
- fix: request full-reload only when file-routes.json is added/changed by @taefi in #2289
- feat: add new attribute 'hiddenColumns' to configure which columns sh… by @rbrki07 in #2279
- chore: upgrade testbench to 9.2.5 by @ZheSun88 in #2288
New Contributors
Full Changelog: 24.4.0.alpha18...24.4.0.alpha19
Hilla 24.4.0.alpha18
Website · Getting Started · Documentation
This is a pre-release for the next minor version of Hilla. We appreciate it if you give it a try and report any issues you notice.
Versions
- Hilla Maven Plugin
- Hilla Gradle Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (24.4.0-alpha18)
- Vaadin Design System / React Components (24.4.0-alpha18)
What's Changed
- chore: update package[-lock].json (main) by @vaadin-bot in #2257
- test: amend .mocharc.cjs and package.json to include
tsx
extension by @taefi in #2256 - fix: generate views.json under frontend/generated in dev mode by @taefi in #2234
- fix(fs-router) remove
$phantom
by @cromoteca in #2262 - chore: rename
hilla-file-router
tofile-router
by @cromoteca in #2261 - feat(fs-router) add console errors for duplicated paths by @cromoteca in #2259
- fix: register RouteUnifyingIndexHtmlRequestListener only when React is enabled by @taefi in #2264
- chore: upgrade atmosphere runtime to 3.0.5.slf4jvaadin1 by @taefi in #2266
- fix(fs-router) check for routes with / first, then without by @cromoteca in #2258
- chore: update package[-lock].json (main) by @vaadin-bot in #2267
- feat(fs-router): change dollar to at in special filenames by @cromoteca in #2269
Full Changelog: 24.4.0.alpha17...24.4.0.alpha18
1.5.0.alpha2
Website · Getting Started · Documentation
Versions
Included dependencies:
- Hilla Endpoint (1.5.0.alpha2)
- Hilla Engine (Experimental) (1.5.0.alpha2)
- Vaadin Dev Server (23.5.0.alpha2)
Official add-ons and plugins:
- Hilla Maven Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (23.5.0.alpha1)
- Vaadin Design System / React Components (1.5.0.alpha1)
What's Changed
- chore: update package[-lock].json (1.5) by @vaadin-bot in #2218
- test(TypeScript): prevent hangups of TypeScrpt tests on CI (CP : 1.5) by @ZheSun88 in #2221
- chore:upgrade to 1.5-SNAPSHOT by @ZheSun88 in #2216
- chore: update package[-lock].json (1.5) by @vaadin-bot in #2263
Full Changelog: 1.4.0...1.5.0.alpha2
Hilla 24.4.0.alpha17
Website · Getting Started · Documentation
This is a pre-release for the next minor version of Hilla. We appreciate it if you give it a try and report any issues you notice.
Versions
- Hilla Maven Plugin
- Hilla Gradle Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (24.4.0-alpha18)
- Vaadin Design System / React Components (24.4.0-alpha18)
What's Changed
- chore: add api docs for hilla-react-i18n by @sissbruecker in #2241
- chore: update package[-lock].json (main) by @vaadin-bot in #2240
- fix(react-auth): handle 401 error from protected UserInfo endpoints by @platosha in #2242
- chore: update package[-lock].json (main) by @vaadin-bot in #2243
- chore: update spring-boot to 3.2.4 by @vaadin-bot in #2252
- chore: update package[-lock].json (main) by @vaadin-bot in #2251
- fix: Ignore non-JSX files in views folder by @mshabarov in #2249
Full Changelog: 24.4.0.alpha16...24.4.0.alpha17
Hilla 2.5.7
Website · Getting Started · Documentation
Versions
- Hilla Maven Plugin
- Hilla Gradle Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (24.3.0)
- Vaadin Design System / React Components (2.3.0)
What's Changed
- chore: Copilot version update to 24.3.6 by @abdullahtellioglu in #1981
- feat: allow to amend Atmosphere configuration (#1959) (CP: 2.5) by @vaadin-bot in #1970
- chore(2.5): update internal dependencies stuck to beta by @cromoteca in #1987
- chore(2.5): also update lock files by @cromoteca in #1989
- chore: Flow 24.3.4 by @Artur- in #2006
- chore: upgrade testbench to 9.2.2 by @ZheSun88 in #2022
- chore: Copilot 24.3.10 by @Artur- in #2030
- chore: Copilot version update to 24.3.11 by @Artur- in #2049
- chore: Flow 24.3.5 by @Artur- in #2075
- chore: Remove Copilot from 2.x by @Artur- in #2076
- chore: fix Gradle article path in README.md (#2097) (CP: 2.5) by @vaadin-bot in #2099
- Chore: upgrade spring.boot version to 3.2.3 (CP : 2.5) by @ZheSun88 in #2111
- Update Atmosphere to 3.0.4.slf4jvaadin1 (#2208) (CP: 2.5) by @Artur- in #2229
- chore: update spring.boot to 3.2.4 by @ZheSun88 in #2253
New Contributors
- @abdullahtellioglu made their first contribution in #1981
Full Changelog: 2.5.6...2.5.7