Skip to content

Tags: hfazai/flow

Tags

4.0.0.alpha3

Toggle 4.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: BinderNode errors property (vaadin#8747)

2.3.1

Toggle 2.3.1's commit message
Store scroll position in state when entering route not found view (va…

…adin#8698)

* Store scroll position in state when entering route not found view

* Removed unused method. Only throw for other events than ErrorNavigationEvent.

* Modified logic to only push state for route not found error

4.0.0.alpha2

Toggle 4.0.0.alpha2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Exclude HasItems from HasItemsAndComponents so as to let the componen…

…ts support DataView (vaadin#8706)

4.0.0.alpha1

Toggle 4.0.0.alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to 4.0-SNAPSHOT vaadin#8679 (vaadin#8695)

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Maven plugin: exposed the settings 'node.version' and 'node.download.… (

vaadin#8659) (vaadin#8675)

* Maven plugin: exposed the settings 'node.version' and 'node.download.root'

* Use new URI() instead of URI.create(), to validate user input

* Fixed NPE in BuildFrontendMojoTest

* Refactoring: mojo initialization refactored to Maven convention

2.2.3

Toggle 2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update attribute value on attach (vaadin#7627) (vaadin#8642)

* Fix the bug
* Add IT tests for re-attaching a stream resource

Fixes vaadin#6478

# Conflicts:
#	flow-tests/test-root-context/src/main/java/com/vaadin/flow/uitest/ui/StreamResourceView.java
#	flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/PreserveOnRefreshIT.java
#	flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/StreamResourceIT.java

3.1.2

Toggle 3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Destroy external frontend resources install process on JVM exit (vaad…

…in#8612)

* Destroy external frontend resources install process on JVM exit

Fixes vaadin#8597

* Improve code a bit

2.3.0.beta3

Toggle 2.3.0.beta3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vaadin#8621 from vaadin/merge/2.2-to-2.3

Merge/2.2 to 2.3

3.2.0.alpha7

Toggle 3.2.0.alpha7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable generating self-referencing arrays in TypeScript models (vaadi…

…n#8580)

* Enable generating self-referencing arrays in TypeScript models

Fixes vaadin#8515

* revert changes to the copyright header

Co-authored-by: Viktor Lukashov <viktor@vaadin.com>

2.2.2

Toggle 2.2.2's commit message
Fix DevModeRequest matcher