From f605f0a74c8fc3887e3ada8e380c42d4be2e640d Mon Sep 17 00:00:00 2001 From: Dan Bucholtz Date: Thu, 27 Jul 2017 15:04:21 -0500 Subject: [PATCH] chore(changelog): add details about tabUrlPath to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d75da3c6..1729eb1473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,11 @@ npm install @ionic/app-scripts@latest --save-dev npm install ionic-angular@latest --save ``` +### Notes + +The URL when using deep linking is shortened and improved in this release. Due to a limitation in our nav system, if you're using `ion-tabs` and have a tab name that matches a segment, meaning you have a tab name of `schedule` and a segment of `schedule`, there could potentially be issues. To mitigate these issues, make sure you set the `tabUrlPath` property on the `ion-tab` and give it a unique name. This limitation will require an API change to fix so it will be resolved in `ionic-angular` 4.x. + + The upgrades include necessary changes to generators that add back lazy loading functionality, as well as an improved way of generating component/directives/and pipes. ### New Generators