Changes since 23.0.8
Fixes
-
Override missing osgi dependency (#13965)
Commit · Pull requestOverride org.osgi.service:org.osgi.service.prefs dependency because it has an incorrect groupId.
-
Scan Hilla packages by default (#13942)
Commit · Pull requestThe removes the need to manually specify dev.hilla in the whitelist, something that should be considered an internal detail
-
Update webpack-cli to a latest version (#13954)
Commit · Pull requestUpdate webpack-cli to v4.10.0, since 4.9.2 incompatible with @webpack-cli/serve 1.7.0. (cherry picked from commit 791e8d7)
-
Add missing media-queries and resources for PWA splash screen (#13923)
Commit · Pull request · IssueMissing media-queries and meta resources caused PWA splash screen do not show up on Apple devices.
-
Use KeyMapper by default to generate unique keys (#13883)
Commit · Pull requestDelegates to regular KeyMapper whenever the unique key provider is not present and a unique key is needed for a row.
-
Include RouteAliases in RouteNotFoundError message (#13908)
Commit · Pull requestWhen navigating to a non-existent route in dev mode, an error page is displayed with the list of the available routes. However, as noted by @dmitrilc, this list doesn't include routes defined via the @RouteAlias annotation.