Vaadin Flow 1.5.0.alpha4 is a prerelease of Vaadin Flow 1.5.0
Vaadin Flow 1.5.0.alpha4
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 - Ability to move
Elements
from aUI
to another #5445
Alpha4:
- Derive relative pushUrl from the service URL #5478
- Moving elements from one ui to another #5445 (featured)
Alpha3:
- Embedded Vaadin applications: (featured)
- Give RouterLayout control over how old content is removed #5385
Alpha2:
- Embedded Vaadin applications: (featured)
Page.open()
andPage.setLocation()
functionality #5166 (featured)
Alpha1:
- Introduce two more
ValueChangeMode
:LAZY
andTIMEOUT
#4945 (featured) - Create a generic low level mechanism for sending messages back to the server #4927
Bugfixes (since 1.5.0.alpha3)
- NullPointerException in AbstractRouteRegistryInitializer.validateRouteAnnotation on WebSphere 8.5.5.14 #4901
- Fix: Avoid NPE in validation methods #5484)
- Add theme variant attributes to the embedded element #5482
- Sanitize input used in error template (#5498)
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 Instantiator
'screateComponent
no longer provides default implementation #5379