Changes since 24.3.0.beta1
New features
-
Anchor handling for react-router (#18141)
Commit · Pull requestAdd anchor handling so we do not loose all data for flow navigation.
-
Show informative page during dev-bundle creation (#18140)
Commit · Pull request · IssueWhen a new dev-bundle is required, the server startup is blocked until the bundle creation completes. This change allow the server startup to complete, showing an informative page to the user until the bundle creation is completed.
Fixes
- Remove old bundle in clean-frontend goal or task (#18179)
Commit · Pull request