ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

MIT License

Downloads
2.3M
Stars
51K
Committers
500

Bot releases are visible (Hide)

ionic-framework - 4.8.1

Published by liamdebeasi about 5 years ago

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)
ionic-framework - 4.8.0 Oxygen

Published by liamdebeasi about 5 years ago

Bug Fixes

Features

ionic-framework - 4.7.4

Published by liamdebeasi about 5 years ago

Bug Fixes

  • core: remove extra semicolons being rendered (#19033) (39f0768)
ionic-framework - 4.7.3

Published by liamdebeasi about 5 years ago

Bug Fixes

  • core: fix an issue with production builds of @ionic/core
ionic-framework - 4.7.2

Published by liamdebeasi about 5 years ago

Bug Fixes

ionic-framework - 4.7.1

Published by liamdebeasi about 5 years ago

Bug Fixes

ionic-framework - 4.7.0 Nitrogen

Published by liamdebeasi about 5 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:

    $ npm install @ionic/[email protected]
    $ npm install @ionic/[email protected] -D
    
  2. Update @angular/core and @angular/cli:

    $ npx ng update @angular/core @angular/cli
    
  3. Update @angular-devkit dependencies:

    $ 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)
ionic-framework - 4.6.2

Published by brandyscarney over 5 years ago

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

ionic-framework - 4.6.1

Published by brandyscarney over 5 years ago

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

ionic-framework - 4.6.0 Carbon

Published by brandyscarney over 5 years ago

Bug Fixes

Features

Enhancements

  • stencil: update to Stencil One to improve app performance 🎉🎊 (b40f7d3)
ionic-framework - 4.5.0 Boron

Published by liamdebeasi over 5 years ago

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

ionic-framework - 4.4.2

Published by liamdebeasi over 5 years ago

Bug Fixes

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

Published by liamdebeasi over 5 years ago

Bug Fixes

ionic-framework - 4.4.0 Beryllium

Published by liamdebeasi over 5 years ago

Bug Fixes

Features

ionic-framework - 4.0.3

Published by liamdebeasi over 5 years ago

Bug Fixes

  • security: sanitize components using innerHTML (#18143) (b33d940)
ionic-framework - 4.1.3

Published by liamdebeasi over 5 years ago

Bug Fixes

  • security: sanitize components using innerHTML (#18144) (f95facf)
ionic-framework - 4.2.1

Published by liamdebeasi over 5 years ago

Bug Fixes

  • angular: support replaceUrl with angular <7.2 (#18107) (26ca72c)
  • security: sanitize components using innerHTML (#18145) (96d7fdd)
ionic-framework - 4.3.1

Published by liamdebeasi over 5 years ago

Bug Fixes

  • angular: support replaceUrl with angular <7.2 (#18106) (eb3cbe4)
  • security: sanitize components using innerHTML (#18146) (b839e6f)
ionic-framework - 4.3.0 Lithium

Published by brandyscarney over 5 years ago

Bug Fixes

Features

ionic-framework - 4.2.0 Helium

Published by liamdebeasi over 5 years ago

Bug Fixes

Features

Package Rankings
Top 0.37% on Npmjs.org
Top 3.57% on Proxy.golang.org
Top 20.43% on Repo1.maven.org
Badges
Extracted from project README
version version version version