mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(changelog): include more info on dependency changes
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@@ -7,8 +7,24 @@
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- Update Angular to 6.1
|
||||
#### NavController
|
||||
|
||||
Changes are required to accommodate some new useful routing APIs and match the ng router ones closely:
|
||||
|
||||
```
|
||||
goForward() -> navigateForward()
|
||||
goBack() -> navigateBack()
|
||||
goRoot() -> navigateRoot()
|
||||
```
|
||||
|
||||
#### Dependencies
|
||||
|
||||
The following dependencies need to be updated to resolve build errors
|
||||
|
||||
- Update Angular to 6.1 or higher
|
||||
- [Angular changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md#610-2018-07-25)
|
||||
- Update Typescript to 2.9.2
|
||||
- `"typescript": "~2.9.2"`
|
||||
|
||||
|
||||
<a name="4.0.0-beta.4"></a>
|
||||
|
||||
Reference in New Issue
Block a user