- #2937
d2584ad6
- [BREAKING] Router properties prefixed with an underscore have been made private. These properties were being renamed in production builds and should not have been exposed as part of a public API.
-
#2838
f1b26bfe
- Addfallback
route option to the Routes and Router class. The fallback route will always be matched if none of theroutes
match, and implicitly matches to the path/*
. -
#2831
a16fd48c
- Update URLPattern polyfill dependency, and fix types. The params passed intorender
andenter
may containundefined
values as Unmatched optional groups are set to undefined instead of ''.