Anton Platonov

Results 73 issues of Anton Platonov

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...

As a workaround for vaadin/hilla#2063 and probably some other related issues, we need to reload the page after successful login, so that existing connections and clients are updated with a...

documentation
hilla

In few cases, the current models' API implementation requires direct access to the respective binder node: - `AbstractModel::valueOf()` - alternative: `binderNode.value` - `AbstractModel::toString()` - alternative: `String(binderNode.value)` - `ArrayModel::[Symbol.iterator]()` - no...

hilla

### Discussed in https://github.com/vaadin/hilla/discussions/1634 Following the aforementioned RFC and the discussion, let us replace the class-based models with the object based design. This is a big change. I would suggest...

enhancement
Epic

Currently the only way to refer to columns in `` / fields in `` API is using string names. Expected: the Auto Grid / Form / Crud API should support...

hilla
investigation

Auto form should inline fields from nested entities referenced with `@OneToOne`

hilla

As a developer using Hilla to build applications, I am using DTOs and do not expose my database entities. I want to use AutoGrid, AutoForm, and AutoCrud component features.

hilla
Epic