New Features
- Add basic html5 elements to flow (#3188) Contributed by @knoobie
- Theme Support:
- Create a AbstractTheme class for controlling theme (#3196)
- Support kebab-case css property names (#3234)
Bug Fixes
- Fixed Flow silently won't fill in final properties of a model item when being transmitted from client to server (#2636)
- StreamResource handling is broken in Spring applications (#3244)
- Fixed Critical performance problem in client side when injecting
Id
(#3264).
Internal Improvement
- Unify the usage of
window.vaadin
andvaadin.flow
(#3119) - Enable the validation among
flow
,flow-maven-plugin
andvaadin-<component>-flow
(#3172)