Vaadin Framework 8.3.0.beta2
Pre-release
Pre-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
Uploadcomponent now properly resets after interrupt- Firefox on iOS is detected correctly
- Fixed selecting rows in
Gridwith space key - Modal
Windowhasaria-modalattribute androle=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