All Versions
263
Latest Version
Avg Release Cycle
10 days
Latest Release
12 days ago

Changelog History
Page 19

  • v4.10.0 Changes

    September 27, 2019

    ๐Ÿ› Bug Fixes

    • angular: add warning if initialized more than once (#19393) (e98769e)
    • animation: set property defaults to avoid inconsistencies (#19321) (1cbb52c)
    • animation: fallback to CSS Animations on older versions of Chrome (#19288) (2d39c07), closes #19272
    • animation: animations of duration 0 now run in Safari (#19287) (4e544f1), closes #19285
    • components: fix crash in IE11 when using classList add() or remove() (#19460) (b4d92c6)
    • components: improve CSS Variable support in IE11 (#19473) (44ad074)
    • content: remove pointer-events from iOS transition shadow (#19471) (8a52c7d), closes #19466
    • menu: menus show proper drop shadows (#19454) (eab0865), closes #19387
    • platform: properly detect iPads running iPadOS (#19258) (4a90096)
    • radio-group: get radios before caching value to avoid infinite loop (#19448) (cf223e4), closes #19277
    • react: update events to use proper types (c79e74b)
    • router-outlet: hide leaving view after transition finishes (#19335) (bfa17d1)

    ๐Ÿ”‹ Features

    ๐ŸŽ Performance Improvements

    • animation: avoid ngzone with requestAnimationFrame (#19457) (8ca97ce)
  • v4.9.1 Changes

    September 16, 2019

    ๐Ÿ› Bug Fixes

    • platform: properly detect iPads running iPadOS (#19258) (4a90096)
  • v4.9.0 Changes

    September 04, 2019

    ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    • nav-link: add nav-link and deprecate nav-push, nav-pop, and nav-set-root (#18909) (c3044f5)
    • slides: expose full Swiper API (#19137) (e1fa461)
  • v4.8.1 Changes

    August 27, 2019

    ๐Ÿ› Bug Fixes

    • animation: enable backwards compatibility for overlay animations (#19160) (fb70980)
    • gesture: account for negative step values with Web Animations (#19196) (b3c7436)
    • ios: clear opacity on toolbar background after iOS transition (#19169) (fa958a5)
    • md: set fill mode on MD transition to both (#19161) (0e8ab49)
  • v4.8.0 Changes

    August 21, 2019

    ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

  • v4.7.4 Changes

    August 07, 2019

    ๐Ÿ› Bug Fixes

    • core: remove extra semicolons being rendered (#19033) (39f0768)
  • v4.7.3 Changes

    August 07, 2019

    ๐Ÿ› Bug Fixes

    • core: fix an issue with production builds of @ionic/core
  • v4.7.2 Changes

    August 07, 2019

    ๐Ÿ› Bug Fixes

  • v4.7.1 Changes

    July 26, 2019

    ๐Ÿ› Bug Fixes

  • v4.7.0 Changes

    July 25, 2019

    ๐Ÿ‘ 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/angular@4.7.0
    $ npm install @ionic/angular-toolkit@2.0.0 -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)