Skip to content

Vaadin Flow 2.7.0.rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 31 Aug 08:23
· 155 commits to 2.7 since this release
4e9aedf

Vaadin Flow 2.7.0.rc1

Changes in Flow from 2.7.0.beta1

  • Breaking Changes:

    • Add support for parsing query string in QueryParameters. PR:10521.

      A minor API behavior change: Location:getQueryParameters is unified with how HttpServletRequest works: For a query string ?foo&bar a list containing "" is returned for both foo and bar whereas the existing implementation returned empty lists.

  • New Features:

    • Implement Component::isAttached(). PR:11601
  • Fixes:

    • Retain fragment when using push/replaceState. PR:11630. Ticket:11628
    • Do not serve UI for invalid location PR:11552. Ticket:9443
  • ⧉ All changes