github vaadin/flow 23.3.0.rc2
Vaadin Flow 23.3.0.rc2

pre-release21 months ago

Changes since 23.3.0.rc1

All changes

New features

  • Add the Authentication Context bean to the Vaadin Web Security (#15129)
    Commit · Pull request · Issue

    • AuthenticationContext is a concrete class that gets access to the authenticated user and allows performing logout integrated with Spring Security - AuthenticationContext is an injectable managed bean - Developers can plug additional LogoutHandlers in VaadinWebSecurity.addLogoutHandlers() - VaadinWebSecurity configures a LogoutSuccessHandler with a redirect strategy that can handle also XHR UIDL requests (UidlRedirectStrategy)

Fixes

  • Component locale works without UI and i18n (#15344)
    Commit · Pull request · Issue

    Component locale should return a locale even when UI and i18nProvider are not available.

  • Do not remove expanded items from key mapper (#15314)
    Commit · Pull request · Issue

    With a TreeGrid, the expanded state of a root item gets lost when scrolled enough to request a new range. The cause for this is the updated key of the returned item. The expanded state for the items except the root items do not get lost. This PR makes sure that the key-value pair for a root item persists in the KeyMapper if the item is expanded. This change only affects hierarchical data. A test is added to ensure that the fix solves the issue. While this refactoring is less than ideal in terms of clean code, I think that the alternative requires a much larger refactoring. The logic in the regular and hierarchical data communicators are mostly both coupled and duplicated with private methods at this time. Therefore, this PR is as atomic as possible.

Don't miss a new flow release

NewReleases is sending notifications on new releases.