Skip to content

Vaadin Framework 8.3.0.beta2

Pre-release
Pre-release

Choose a tag to compare

@tsuoanttila tsuoanttila released this 17 Jan 11:46
· 40 commits to 8.3 since this release

Vaadin Framework 8.3.0.beta2 is a pre-release for evaluating new features and enhancements:

  • Widget event handling API was renamed
  • Spring and CDI dependencies updated
  • Upload component now properly resets after interrupt
  • Firefox on iOS is detected correctly
  • Fixed selecting rows in Grid with space key
  • Modal Window has aria-modal attribute and role=dialog

See complete list of changes since 8.3.0.beta1

See complete list of changes since 8.2.0

Testing pre-releases

Easiest way to get started testing pre-releases is to create a new project using Maven archetype:

mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate  \
    -DarchetypeGroupId=com.vaadin  \
    -DarchetypeArtifactId=vaadin-archetype-application  \
    -DarchetypeRepository=https://maven.vaadin.com/vaadin-prereleases  \
    -DarchetypeVersion=8.3.0.beta2