Ionic Framework v4.7.0 Release Notes

Release Date: 2019-07-25 // over 4 years ago
  • ๐Ÿ‘ Angular 8 Support

    โšก๏ธ With this version comes support for Angular 8! Follow the below steps to update.

    ๐Ÿš€ 1. Update @ionic/angular and @ionic/angular-toolkit to the latest releases:

    ```shell
    $ npm install @ionic/[email protected]
    $ npm install @ionic/[email protected] -D
    ```
    

    โšก๏ธ 1. Update @angular/core and @angular/cli:

    ```shell
    $ npx ng update @angular/core @angular/cli
    ```
    

    โšก๏ธ 1. Update @angular-devkit dependencies:

    ```shell
    $ npm i @angular-devkit/architect@latest @angular-devkit/build-angular@latest @angular-devkit/core@latest @angular-devkit/schematics@latest
    ```
    

    โšก๏ธ View our Angular 8 Update Guide for tips on potential issues!

    ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    ๐ŸŽ Performance

    • angular: attach entering view before first change detection and detach leaving page (#18821) (97fec92)