Changes since 24.5.0.beta2
New features
- ComponentTracker file location of Kotlin files (#20073)
Commit · Pull request
Fixes
-
Add nodeVersion in gradle plugin settings (#20059)
Commit · Pull requestPrior to this fix, the settings declared in Gradle were not being passed to the plugin. For example, changing the nodeVersion in build.gradle did not update the actual nodeVersion used.
-
Queued navigate with React Router (#19985)
Commit · Pull request · Issue
-
Store layout packages (#20075)
Commit · Pull request · IssueStore layout packages in development mode reload cache as layouts may not be in same packages as routes.
-
Layout should be collected as entyrpoint (#20076)
Commit · Pull request · IssueLayout annotated classes should be collected as entrypoints for production builds.
-
Update title after navigation (#20047)
Commit · Pull request · IssueUpdate the page title after navigation has ended to not have the wrong title in history.
-
Hide root output element (#20040)
Commit · Pull request · IssueEnsures that root output element added for React router in Flow.tsx doesn't accidentally change the main layout with CSS rules targeting it.