Changes since 9.0.14
Fixes
-
Update webpack-cli to a latest version (#13954)
Commit · Pull request · IssueUpdate webpack-cli to v4.10.0, since v4.9.2 is not compatible 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.