Tags: mlopezFC/flow
Tags
Revert "fix: reset HTTP session on CLOSED state, not immidiately (vaa… …din#11377) (vaadin#11387) (vaadin#11397)" This reverts commit f2b5883.
fix: fixes comparison of prerelease versions FE deps (vaadin#11353) (v… …aadin#11361) Fix buildIdentifier comparison so values compare correctly. The problem caused e.g. alphas greater than 10 to be considered older than 2-9. fixes vaadin#11352 Co-authored-by: caalador <[email protected]>
feat: add Vaadin Nonnull annotation (vaadin#11341) Adds a `@Nonnull` annotation that is applicable to not only fields/methods/parameters like `javax.annotation.Nonnull` but also to type parameters. It gives more control over the generated Typescript code. It is still possible to use any other annotation with the case-insensitive `nonnull` name.
fix: don't propogate click event in the component renderer (vaadin#11311 ) fixes vaadin#6929
fix: don't propogate click event in the component renderer (vaadin#11311 ) (vaadin#11347) fixes vaadin#6929 Co-authored-by: Denis <[email protected]>
fix: order only dependencies inside package.json (vaadin#11318) fixes vaadin#11294
chore: Exclude unused flow-plugin-base dependencies (vaadin#11224) (v… …aadin#11292) - update org.reflections - get rid of guava - remove commons-io Signed-off-by: Stefan Bischof <[email protected]> Co-authored-by: Stefan Bischof <[email protected]>
fix: Use JS equals to check whether property value is changed (vaadin… …#11192) (CP: 2.6) (vaadin#11287) Fixes vaadin#11175 Co-authored-by: Denis <[email protected]> Co-authored-by: Pekka Hyvönen <[email protected]>
fix: report Lookup instance absence with ISE and meaningful message (v… …aadin#11240) fixes vaadin#11219
PreviousNext