Changes since 24.5.2
New features
- Fire an event when all hotswap operations have completed (#20364)
Commit · Pull request
Fixes
-
Remove tokenFile after production build (#20346)
Commit · Pull requestClean the token file after production build/execution to not make ide app execution run app in production mode. Closes #20294
-
Make push work with strict CSP (#20342)
Commit · Pull request -
Import parent theme lumoImports in dev bundle mode (#20325)
Commit · Pull request · IssueAdds missing css imports for parent theme when given in parent theme.json with lumoImports property and running with dev bundle.
-
Prevent Optional capture in serializable predicate (#20360)
Commit · Pull requestOptional is not serializable, so capturing it into a SerializablePredicate will prevent serialization to succeed.
-
Find file-routes.json in dev bundle (#20324)
Commit · Pull request · Issue