Releases: vaadin/hilla
Hilla 24.6.2
Website · Getting Started · Documentation
Versions
- Hilla Maven Plugin
- Hilla Gradle Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (24.6.2)
- Vaadin Design System / React Components (24.6.2)
What's Changed
- chore(ci): install missing monocart-coverage-reports by @cromoteca in #3147
- chore: align dependencies version with Flow (#3094) (CP: 24.6) by @vaadin-bot in #3125
- fix(form): initialize arrays when receiving items (#2959) (CP: 24.6) by @vaadin-bot in #3126
- fix: clarify TS Docs for better DX (#3076) (CP: 24.6) by @vaadin-bot in #3149
- test(react-crud): Define locale for test (CP: 24.6) (#3054) by @cromoteca in #3145
Full Changelog: 24.6.1...24.6.2
Hilla 24.5.10
Website · Getting Started · Documentation
Versions
- Hilla Maven Plugin
- Hilla Gradle Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (24.5.7)
- Vaadin Design System / React Components (24.5.7)
What's Changed
Full Changelog: 24.5.9...24.5.10
Hilla 24.4.20
Website · Getting Started · Documentation
Versions
- Hilla Maven Plugin
- Hilla Gradle Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (24.4.18)
- Vaadin Design System / React Components (24.4.18)
What's Changed
Full Changelog: 24.4.19...24.4.20
Hilla 24.7.0.alpha6
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.7.0-alpha4)
- Vaadin Design System / React Components (24.7.0-alpha4)
What's Changed
- chore: Allow usage with both React 18 and 19 by @Artur- in #3129
- test: Remove obsolete feature flag by @Artur- in #3134
- fix: restore endpoint registration after hotswap by @cromoteca in #3087
- chore(aot): do not delete args file by @cromoteca in #3120
- fix: use
Qualifier
to force bean dependency by @cromoteca in #3098 - fix: fix dependency conflict for ObjectMapper in PushEndpoint by @Artur- in #3137
Full Changelog: 24.7.0.alpha5...24.7.0.alpha6
Hilla 24.7.0.alpha5
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.7.0-alpha3)
- Vaadin Design System / React Components (24.7.0-alpha3)
What's Changed
- chore: Use React.JSX instead of the global JSX removed in React 19 by @Artur- in #3105
- test: Remove types from non-dev deps by @Artur- in #3106
- fix(gradle): restore task replacement by @cromoteca in #3110
- chore: Bump preact signals by @Artur- in #3109
- feat(gradle-plugin): add check for Spring Boot plugin by @cromoteca in #3113
- fix(engine): lower message level to debug when default annotations are not found by @cromoteca in #3115
- [Snyk] Upgrade io.swagger.core.v3:swagger-core from 2.2.26 to 2.2.27 by @Artur- in #3119
- fix(aot): don't auto-close class loader by @cromoteca in #3124
- fix(form): initialize arrays when receiving items (#2959) (CP: main) by @vaadin-bot in #3127
Full Changelog: 24.7.0.alpha4...24.7.0.alpha5
Hilla 24.6.1
Website · Getting Started · Documentation
Versions
- Hilla Maven Plugin
- Hilla Gradle Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (24.6.0)
- Vaadin Design System / React Components (24.6.0)
What's Changed
- test: Fix viewport size for test for real (#3032) (CP: 24.6) by @vaadin-bot in #3033
- chore: Bump preact (#3023) (CP: 24.6) by @Artur- in #3036
- chore: Bump Typescript in all packages (#3024) (CP: 24.6) by @Artur- in #3039
- chore: Bump @types/react to latest 18.x (#3025) (CP: 24.6) by @vaadin-bot in #3040
- fix: accept null values as valid for positive/negative validators (#2986) (CP: 24.6) by @vaadin-bot in #2996
- fix!: mark ValidationResult constructors as private (#2958) (CP: 24.6) by @vaadin-bot in #2993
- chore: Define react and react-dom versions to avoid getting 19.x (#3051) (CP: 24.6) by @Artur- in #3055
- fix: Make JpaFilterConverter work without an EntityManager (#3047) (CP: 24.6) by @vaadin-bot in #3059
- chore: Ensure react 18 is used... (#3057) (CP: 24.6) by @Artur- in #3060
- chore: update Spring Boot to 3.4.1 (#3067) (CP: 24.6) by @vaadin-bot in #3069
- chore: Change the code so Eclipse JDT accepts it is ok (#3072) (CP: 24.6) by @vaadin-bot in #3077
- fix: log operation validator messages (#2939) (CP: 24.6) by @vaadin-bot in #3083
- fix: throw exception if feature flag is not enabled (#2998) (CP: 24.6) by @vaadin-bot in #3086
- chore: Make compatible with React 19 types (#3088) (CP: 24.6) by @vaadin-bot in #3096
Full Changelog: 24.6.0...24.6.1
Hilla 24.7.0.alpha4
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.7.0-alpha2)
- Vaadin Design System / React Components (24.7.0-alpha2)
What's Changed
- chore: update Spring Boot to 3.4.1 by @cromoteca in #3067
- chore: Change the code so Eclipse JDT accepts it is ok by @Artur- in #3072
- chore: Bump more deps by @Artur- in #3065
- chore: Bump @nx/js by @Artur- in #3063
- feat: Use and recommend org.jspecify.annotations.NonNull instead of a custom one by @Artur- in #3046
- Flow 24.7 has bumped Node to 20+ by @Artur- in #3064
- [Snyk] Upgrade com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.17.2 to 2.18.2 by @manolo in #3050
- chore: Bump Mocha to 11 by @Artur- in #3062
- chore: Bump meow,pino,c8 by @Artur- in #3080
- chore: Bump sinon chai by @Artur- in #3035
- fix: log operation validator messages by @taefi in #2939
- feat!(generator): load endpoints from Spring components and stop using Maven/Gradle at each generation by @cromoteca in #2616
- fix: throw exception if feature flag is not enabled by @taefi in #2998
- Revert "chore: Bump sinon chai" by @Artur- in #3091
- chore: Bump react types by @Artur- in #3090
- chore: Make compatible with React 19 types by @Artur- in #3088
- test: Use project .npmrc for tests by @Artur- in #3089
- chore: align dependencies version with Flow by @mcollovati in #3094
- chore: Expose methods from Flow crud classes to browser callables by @Artur- in #3073
Full Changelog: 24.7.0.alpha3...24.7.0.alpha4
Hilla 24.5.9
Website · Getting Started · Documentation
Versions
- Hilla Maven Plugin
- Hilla Gradle Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (24.5.6)
- Vaadin Design System / React Components (24.5.6)
What's Changed
- fix: Make file route HMR work on Windows (#2978) (CP: 24.5) by @vaadin-bot in #2981
- chore: Opt-in React Router v7 features (#2929) (CP: 24.5) by @mshabarov in #2967
- test: Match nimbus-jose-jwt version with license-checker (#3010) (CP: 24.5) by @vaadin-bot in #3015
- test: Fix viewport size for test for real (#3032) (CP: 24.5) by @vaadin-bot in #3034
- chore: Add future flags to custom routes.tsx in tests (#3016) (CP: 24.5) by @vaadin-bot in #3017
- chore: upgrade spring boot to 3.3.7 (24.5) by @ZheSun88 in #3061
Full Changelog: 24.5.8...24.5.9
Hilla 24.4.19
Website · Getting Started · Documentation
Versions
- Hilla Maven Plugin
- Hilla Gradle Plugin
- Hilla Spring Boot Starter
- Vaadin Design System / Web Components (24.4.17)
- Vaadin Design System / React Components (24.4.17)
What's Changed
- test:Make build and test work again (#2965) (CP:24.4) by @ZheSun88 in #2973
- fix: Make file route HMR work on Windows (#2978) (CP: 24.4) by @vaadin-bot in #2982
Full Changelog: 24.4.18...24.4.19
Hilla 24.7.0.alpha3
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.7.0-alpha2)
- Vaadin Design System / React Components (24.7.0-alpha2)
What's Changed
- fix(file-router): allow routes with the same path by @Lodin in #2971
- fix: Make file route HMR work on Windows by @Artur- in #2978
- chore: TestBench 9.3.7 by @mshabarov in #2983
- fix(file-router): enable file routes + layout + fallback combination by @platosha in #2989
- fix!: mark ValidationResult constructors as private by @taefi in #2958
- fix: accept null values as valid for positive/negative validators by @cromoteca in #2986
- chore: fix java doc by @taefi in #3001
- [Snyk] Upgrade io.swagger.core.v3:swagger-core from 2.2.25 to 2.2.26 by @manolo in #3005
- test: Match nimbus-jose-jwt version with license-checker by @Artur- in #3010
- fix: set NullHandling to native when sorting by @Artur- in #2999
- chore: Use Spring Boot 3.4 by @Artur- in #3006
- test: Define window size by @Artur- in #3028
- test: Fix viewport size for test for real by @Artur- in #3032
- chore: Bump preact by @Artur- in #3023
- chore: Bump Typescript in all packages by @Artur- in #3024
- chore: Bump @types/react to latest 18.x by @Artur- in #3025
- chore: Bump patch and minor versions by @Artur- in #3041
- feat: add error message parameter to
onError
callback in subscription by @cromoteca in #2987 - chore: Make it work with components 24.7 alpha2 by @Artur- in #3051
- test(react-crud): Define locale for test by @Artur- in #3054
- chore: Ensure react 18 is used... by @Artur- in #3057
- fix: Make JpaFilterConverter work without an EntityManager by @Artur- in #3047
Full Changelog: 24.7.0.alpha2...24.7.0.alpha3