Changes since 24.5.0.alpha14
Fixes
-
Options should correct the reactEnable flag
Commit · Pull requestThe reactEnable flag should be automatically corrected to false if vaadin router is used instead of react router.
-
Clean outlet automatically
Commit · Pull requestRemove outlet for layout element automatically so that we don't end up with multiple outlets on the page.
-
React file not added when reactEnabled false
Commit · Pull request · IssueDo not add the outlet file if react is not enabled as the required react node files are not available.
-
Validate Layout annotation
Commit · Pull requestAdd validation that Layout annotated classes are on classes that extend RouterLayout.