Changes since 25.0.0-alpha5
Breaking changes
-
Deny access for parent layout with no annotation
Commit · Pull request · IssueFor a parent layout class with no access control annotation, the access to routes within this layout are denied.
Fixes
-
Make signal commands JSON serializable
Commit - Pull request -
Prevent deletion of css.generated.js files
Commit · Pull request · IssuePrevents frontend compilation failures on hot reload caused by the deletion of css.generated.js and css.generated.d.ts generated files when prepare frontend task is executed.