diff --git a/todo.txt b/todo.txt new file mode 100644 index 00000000..f9733ba1 --- /dev/null +++ b/todo.txt @@ -0,0 +1,6 @@ +v13 + +- You can now disable the navigation of a routerLink by passing undefined and null. +Previously the routerLink directive used to accept these two values as equivalent to an empty string. + +- Migrates `[routerLink]=""` in templates to `[routerLink]="[]"` because these links are likely intended to route to the current page with updated fragment/query params.