Vaadin Flow 24.5.0.beta5
Pre-releaseChanges since 24.5.0.beta4
New features
-
HMR for translation files (#20142)
Commit · Pull requestFor #20118 Requires vaadin/hilla#2795 to fully fix the issue.
-
Add MenuConfiguration (#20138)
Commit · Pull request · IssueNew public API for building application menu: adds
MenuConfiguration
,MenuOptions
andMenuOption
whereMenuConfiguration
is the main entry point to access menu data to build main menu.
Fixes
-
Cache ClassFinder for reuse in mojo execution (#20148)
Commit · Pull request · IssueCreates ClassFinder once per mojo execution, preventing eccessive and useless scans.
-
Access-controlled layout (#20120)
Commit · Pull requestRemove layout name from deny context.
-
Always create AvailableViewInfo.menu (#20136)
Commit · Pull request · IssueCreate always MenuData in
AvailableViewInfo.menu
to avoid need for extra null checking in automatic menu in Hilla. This change affects only code that reads available client routes from Hilla generated json file. -
Change blank icon to null in MenuData (#20137)
Commit · Pull request · Issue