Vaadin Flow 1.5.0.alpha2 is a prerelease of Vaadin Flow 1.5.0
Vaadin Flow 1.5.0.alpha2
Flow is a new Java web framework for creating UIs using Java or HTML. Flow handles everything related to communication between client and server and makes it possible to create UIs using the desired abstraction level you choose. It has all the capabilities you need to build a modern web app: from high level APIs for structuring your applications and binding data to it, into taking full control over the DOM and communication with HTML templates.
Flow is a part of the Vaadin platform. For information and helpful resources like documentation and examples on Vaadin Flow, please visit the Flow page vaadin.com/flow.
The complete documentation can be found here
New Features in 1.5
- Ability to embed Flow applications onto non-Vaadin pages #4316 (ongoing effort)
- Introduce two new
ValueChangeMode
:LAZY
andTIMEOUT
#4945 - New API methods
Page.open()
andPage.setLocation()
#5166
Alpha2:
- Embedded Vaadin applications:
Page.open()
andPage.setLocation()
functionality #5166
Alpha1:
- Introduce two more
ValueChangeMode
:LAZY
andTIMEOUT
#4945 - Create a generic low level mechanism for sending messages back to the server #4927
Bugfixes (since 1.5.0.alpha1)
- PWA: Make the banner the only target of pointer events #5343
- Fix navigate back to main view don't work in FF and Safari #5291
Breaking Changes in 1.5
- Deprecate
getBodyAttributes
and replace it withgetHtmlAttributes
#5019 - Remove
flow-html-components
dependency fromflow-data
#5050 - Deprecate
@VaadinServletConfiguration
#5052 - Removed usages of
InvalidParameterExceptions
#5358