Skip to content

Tags: cyberdvd/flow

Tags

7.0.8

Toggle 7.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: return ServletConfig during serbvlet destroy invocation (vaadin#…

…11625) (vaadin#11711)

fixes vaadin#11624

2.7.0.rc1

Toggle 2.7.0.rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not copy transfer encoding from the webpack dev server (vaadin#11642…

…) (vaadin#11683)

The transfer encoding used between Vaadin and the webpack dev server might be different than the encoding used between the user and Vaadin. The latter is determined by the server.

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

8.0.0.rc3

Toggle 8.0.0.rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Do not use Flow namespace for information not related to Flow (v…

…aadin#11678) (vaadin#11687)

Fixes vaadin#9905 again. It was re-introduced in vaadin#11669

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

8.0.0.rc2

Toggle 8.0.0.rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: keep track of css injected to document (vaadin#11635) (vaadin#11657

)

Stops css/fonts from being loaded multiple times to the document with embedded applications.

Closes vaadin#11608

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

9.0.0.alpha3

Toggle 9.0.0.alpha3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: retain fragment when using push/replaceState (vaadin#11630)

Fixes vaadin#11628

2.6.8

Toggle 2.6.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: change usage of deprecated TextNote constructor (vaadin#11610) (

…vaadin#11616)

Removes usage of the deprecated TextNode constructor (String, String) in favour of the (String) constructor available in 1.11.x and 1.14.x allowing projects to upgrade the transitive jsoup depenency without waiting for an official release of Vaadin at the user's own risk.

Relates vaadin#11609

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

8.0.0.rc1

Toggle 8.0.0.rc1'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 bootstrap UI for invalid location (vaadin#11553) (vaadin#1…

…1603)

Fixes vaadin#9443 for new JS bootstrapping (Flow 3+).

Co-authored-by: Pekka Hyvönen <[email protected]>

2.7.0.beta1

Toggle 2.7.0.beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: filter vaadin-core from versions pinning (vaadin#11027) (vaadin#…

…11037) (vaadin#11598)

Fixes vaadin#11025

7.0.7

Toggle 7.0.7'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 fire shortcut event if ancestor of component is not visible (

vaadin#11565) (vaadin#11582)

fixes vaadin#7033

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

8.0.0.beta3

Toggle 8.0.0.beta3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "fix: register data provider listener only if it has not been …

…registered (vaadin#11471)" (vaadin#11555) (vaadin#11557)

This reverts commit 067f63f

Co-authored-by: Mikhail Shabarov <[email protected]>