From 4eddd0f0d12acf4082f0a56805412d66a9cb26ac Mon Sep 17 00:00:00 2001 From: Max Tarsis <21989873+untaggable@users.noreply.github.com> Date: Sun, 12 Dec 2021 21:22:27 +0200 Subject: [PATCH] chore: add todo --- todo.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 todo.txt 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.