Vaadin Flow 1.4.8 is a maintenance version with the following notable changes:
Fixes
- Allow setting parent to null for the root node (UI element) (#6112)
- Check location's query parameters in addition to the path in server round-trip triggering logic in
PopStateHandler
(#6158) - Use
Part.getSubmittedFileName
instead ofPart.getName
inStreamReceiverHandler
(#6178) - Avoid trying to focus a detached element (#6090)
- Mark the production mode web-fragment as distributable (#6145)
- Update
jackson-databind
dependency to fix a security alert (#6157)