BREAKING CHANGE Remove deprecated 'as' from ‘RouteConfig’ in favour of ‘name’
regex_group_names
By adding `regex_named_groups` to regex route configurations we can consistently map regex matching groups to component parameters. This should fix #7554. Closes #7694