Changes since 25.0.0-alpha15
New features
-
Add default getDefaultLocale method
Commit · Pull request · IssueLets users of I18nProvider declaratively choose default locale.
-
Add setChildComponentModal(ModalityMode) to UI
Commit · Pull request
Fixes
-
Remove client keys only after viewport update is confirmed
Commit · Pull request · IssueUpdates HierarchicalDataCommunicator to clean up no longer visible items, their client keys and generated data in confirmUpdate instead of flush. Removing client keys from keyMapper in flush is too early, since there may be new pending client requests (for example, item selection) that were made while the current request was in progress and they might still rely on those keys.