Skip to content

1.5.0.alpha2 Prerelease

Pre-release
Pre-release
Compare
Choose a tag to compare
@ujoni ujoni released this 29 Mar 13:42

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 and TIMEOUT #4945
  • New API methods Page.open() and Page.setLocation() #5166

Alpha2:

  • Embedded Vaadin applications:
    • Ability to fire CustomEvents (#5340) and update client-side properties from server (#5324)
    • Enabled theme (#5341) and push (#5369) configurations for WebComponentExporters
    • Register a servlet automatically if WebComponentExporter is present #5331
  • Page.open() and Page.setLocation() functionality #5166

Alpha1:

  • Introduce two more ValueChangeMode: LAZY and TIMEOUT #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 with getHtmlAttributes #5019
  • Remove flow-html-components dependency from flow-data #5050
  • Deprecate @VaadinServletConfiguration #5052
  • Removed usages of InvalidParameterExceptions #5358

Dependency updates since 1.4

  • Update byte buddy version #5026
  • Update jsoup version #5253

See complete list of changes in 1.5.0.alpha2