hilla
hilla copied to clipboard
Build better business applications, faster. No more juggling REST endpoints or deciphering GraphQL queries. Hilla seamlessly connects Spring Boot and React to accelerate application development.
## Description This PR: - implements default backend integration for translation requests - adds an i18n Spring test project - adds ITs for the test project Fixes #2103 ## Type...
When the developer changes translations in a properties file, or Copilot writes a new translation string into a property file, the frontend should update immediately and render the updated translation...
Due to `flow-react` opt-out support feature (`FrontendUtils.isReactModuleAvailable()` checks, for instance, [in `TaskUpdatePackages`](https://github.com/vaadin/flow/blob/d610e3f1d777a72954b33a3b5bcc404806d643ef/flow-server/src/main/java/com/vaadin/flow/server/frontend/TaskUpdatePackages.java#L208-L212)), React components aren't installed if the `flow-react` dependency is missing. This change adds `flow-react` to IT test modules,...
Following platform and Flow updates, and completing removal of Hilla React, this change combines previously different variants of `versions.json` file into a single one that includes the `"react"` section. This...
Fixes #842
To prevent having old plugins accidentally resolved by maven during the build. For example, after renaming groupIds to com.vaadin there was still hilla-maven-plugin from `com.vaadin.hilla` being used during the builds,...
Adds support for formatting translation messages in the ICU message format. This allows to do basic parameter replacement, formatting numbers / dates / times, pluralization as well as selecting phrases...
## Description Use `FrontendUtils.DEFAULT_PROJECT_FRONTEND_GENERATED_DIR` instead of the literal value of frontend/generated. Fixes #2167 ## Type of change - [x] Bugfix - [ ] Feature ## Checklist - [x] I have...