Changes since 24.5.0.alpha10
New features
-
Automatic Flow layout
Commit · Pull requestAutomatically match layout for both flow and hilla route. format Add server layout usage information to routes.tsx template This reverts commit bad2fec. Have OutletElement as a tsx file in flow-react jar Add javadoc for auto layout getParentLayout method
-
Binder record support
Commit · Pull request
Fixes
-
Block new users immediately when enforcement=ON
Commit · Pull request -
Use Thread context ClassLoader for loading I18n ResourceBundle
Commit · Pull request · IssueResourceBundle caches resources internally, this affects translation resources for the I18n feature. However, after a hot reload of a SpringBoot application in dev mode, up-to-date translations are expected in the output. With this change, a RestartClassLoader is used in SpringBoot applications for loading translation ResourceBundle, so that the translation bundles are reloaded on hot reload.
-
Downgrade to glob 10.4.5 which is Node 18 compatible
Commit · Pull request -
Preserve record prop order, sort for beans
Commit · Pull requestUntil now, bean properties have not been ordered by Flow. Instead they have been ordered by components using the property set, e.g. Grid. Now that we support records, we'd like to maintain original definition ordering for record props, but do sorting for bean props (since for beans you can't get the definition order). This PR makes BeanPropertySet differentiate the two cases and return an ordered stream of properties for beans only.
-
HierarchicalDataCommunicator doesn't support estimates
Commit · Pull request · Issue