Skip to content

Commit 048af1b

Browse files
committed
chore(changelog): additional nav change details
additional nav change details
1 parent a92d805 commit 048af1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ npm install ionic-angular@3.5.0 --save --save-exact
1010
```
1111

1212
### Notes
13-
There were major improvements made to navigation in this release of `ionic-angular`. As a result, if you're using deep linking, the urls of the application will be different. These URLs will likely change again in the near future with the next round of navigation improvements. We don't recommend using `href` attributes in the application, rather use the `navPush` and `navPop` directives instead.
13+
There were major improvements made to navigation in this release of `ionic-angular`. Specifically, we updated Ionic to support a concept of `n` root navigation elements, instead of just one. This will enable first-class url support for things `split-pane`. Before `3.5.0`, only one section of the screen could be represented in the URL. With these changes, multiple sections can be. Another large change was improving the behavior surrounding browser behaviors, such as the back-and-forward buttons, as well as refresh. In general, Ionic should work much more intuitively in a web browser now.
14+
15+
As a result of these improvements, if you're using deep linking, the urls of the application will be different with `3.5.0` than they were with previous Ionic releases. The URLs will likely change again in the near future with the next round of navigation improvements too. For now, we don't recommend using `href` attributes in the application. Using the `navPush` and `navPop` directives is a better option for now while URL support is being built-out.
1416

1517
### Bug Fixes
1618

0 commit comments

Comments
 (0)