All Versions
238
Latest Version
Avg Release Cycle
7 days
Latest Release
521 days ago

Changelog History
Page 17

  • 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/[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)
  • v4.6.2 Changes

    July 10, 2019

    ๐Ÿ› Bug Fixes

    • menu-button: hide menu button when auto hide or split pane (#18702) (24840d4), closes #18666
    • menu-button: move font-size to host for easier customization (#18699) (876ab41), closes #18667
    • overlays: fallback to step color if overlay background variable is unset (#18709) (f16b118), closes #18658
    • virtual-scroll: remove runOutsideAngular error (#18752) (8beeff2), closes #18746
    • vue: update imports for types and ionicons (f56fea6), closes #18701

    ๐ŸŽ Performance Improvements

  • v4.6.1 Changes

    July 09, 2019

    ๐Ÿ› Bug Fixes

    • app: add hydrated to hide white screen with multiple ionic dependencies (#18649)
    • datetime: datetime no longer reports having a value if none is set (#18541) (92e0f98), closes #17979 #18540
    • fab-button: set opacity on disabled fab button (#18685) (6042b39), closes #18682
    • icon: load icons properly with baseHref (#18650), (#18637)
    • icon: bind icon name properly (#18707)
    • infinite-scroll: fix scroll listener (0d58101)
    • item: do not disable entire item if there are multiple inputs (#18696) (dfa2b13), closes #18655 #18670
    • router-link: add missing target prop (#18659) (1f51ab2), closes #18655
    • router-outlet: fix swipe to go back (b69fb69)
    • scss: copy all scss files (36a58df)
    • searchbar: proper styling after navigating (#18642)
    • slides: use correct order for pushing slides dynamically (#18633)
    • tabs: select proper tab by default and do not emit tab change if selectedTab is undefined (03c834c)
    • overlay: make create opts optional (44c88ad)

    ๐ŸŽ Performance Improvements

  • v4.6.0 Changes

    June 26, 2019

    ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    โœจ Enhancements

    • stencil: update to Stencil One to improve app performance ๐ŸŽ‰๐ŸŽŠ (b40f7d3)
  • v4.5.0 Changes

    June 12, 2019

    ๐Ÿ› Bug Fixes

    • angular: ensure all NavigationExtras values are preserved when navigating (#18468) (7610787), closes #18469
    • button: set opacity on the host element for disabled button (#18509) (320719b), closes #16965
    • button: use correct border-radius on menu and back button (#18501) (055e125), closes #17624
    • button: use correct size on a dynamic button in an item (#18395) (a3e23fc), closes #18085
    • card: remove white space from bottom of card (#18328) (d53e7aa)
    • content: prevent ion-searchbar from receiving padding adjustment when keyboard is open (#18008) (b2290a6), closes #18007
    • datetime: recalculate time columns on change (#18380) (292b24a)
    • item: start align the content under stacked and floating labels (#18379) (f0af707), closes #16375
    • item: inherit overflow to allow better customization (#18502) (8d2a47e), closes #17670
    • item: use a step color if the activated background is not set (#18450) (1899c13), closes #18449
    • item-sliding: use the correct gesture direction and side for rtl (#18366) (4545100), closes #17012
    • label: include the ion-text-wrap class styles for larger font (#18374) (4bba540)
    • platform: prevent error with Platform.is on Android 4.4 (#18387) (54bdb36)
    • react: ensure element exists in controller before dismissing it (0fd3e5d)
    • slides: resolve issue where double tap to zoom was enabled by default (10de1da), closes #18035
    • tabs: allow selection on enter and spacebar press (#18381) (11cde99), closes #18363
    • textarea: inherit white-space for better customization (#18508) (a583902), closes #18495
    • virtual-scroll: do not crash with an empty cell list (#17799) (20c146e)

    ๐Ÿ”‹ Features

  • v4.4.2 Changes

    May 22, 2019

    ๐Ÿ› Bug Fixes

    • angular: account for query params and fragments within a string when navigating (#18356) (b79f68a)