Skip to content

Tags: mlopezFC/flow

Tags

2.6.6

Toggle 2.6.6's commit message
Revert "fix: reset HTTP session on CLOSED state, not immidiately (vaa…

…din#11377) (vaadin#11387) (vaadin#11397)"

This reverts commit f2b5883.

7.0.4

Toggle 7.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

8.0.0.alpha10

Toggle 8.0.0.alpha10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

8.0.0.alpha9

Toggle 8.0.0.alpha9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: don't propogate click event in the component renderer (vaadin#11311

)

fixes vaadin#6929

2.6.5

Toggle 2.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: don't propogate click event in the component renderer (vaadin#11311

) (vaadin#11347)

fixes vaadin#6929

Co-authored-by: Denis <[email protected]>

8.0.0.alpha8

Toggle 8.0.0.alpha8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: order only dependencies inside package.json (vaadin#11318)

fixes vaadin#11294

7.0.3

Toggle 7.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

2.6.4

Toggle 2.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

8.0.0.alpha7

Toggle 8.0.0.alpha7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: report Lookup instance absence with ISE and meaningful message (v…

…aadin#11240)

fixes vaadin#11219

8.0.0.alpha6

Toggle 8.0.0.alpha6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: transform null value in endpoint response to undefined (vaadin#1…

…1242)

Null value in and endpoint response should be transformed to undefined in TypeScript.