Files
ionic-framework/CHANGELOG.md
2022-06-22 10:16:33 -04:00

497 KiB
Raw Blame History

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.1.11 (2022-06-22)

Bug Fixes

6.1.10 (2022-06-15)

Bug Fixes

  • angular: router compatibility with Angular 12/13 (#25456) (7b105a3), closes #25448
  • fab-button: improve ripple effect behavior on click (#25413) (efdaf90), closes #21772
  • modal: backdrop animation when backdropBreakpoint is 1 (#25430) (c10df52), closes #25402
  • modal: status bar color now correct with sheet modal (#25424) (377c4f5), closes #20501
  • picker-column-internal: switching off an input mode column preserves scroll (#25467) (989429d)
  • popover: ensure popover does not go offscreen when adjusting top position (#25350) (6926538), closes #25349

6.1.9 (2022-06-08)

Bug Fixes

6.1.8 (2022-06-01)

Bug Fixes

6.1.7 (2022-05-26)

Bug Fixes

6.1.6 (2022-05-18)

Bug Fixes

6.1.5 (2022-05-11)

Bug Fixes

6.1.4 (2022-05-04)

Bug Fixes

  • datetime: arrow navigation respects min/max values (#25182) (6946e09), closes #25073
  • datetime: hide footer when month-year picker is open (#25205) (aa5e1b9)
  • modal: card modal can now be swiped to close on the content (#25185) (7633ddb), closes #22046
  • modal: card modal no longer dismisses from content with refresher (#25227) (c4f811f)
  • react: useIonModal/useIonPopover dismiss accepts data and role (#25209) (68b2f8b), closes #25208
  • vue: switching between tabs and going back resolves to correct route (#25206) (b4ba70e), closes #24303

6.1.3 (2022-04-27)

Bug Fixes

  • core: inherit aria attributes on host elements (#25156) (611832b), closes #20127
  • datetime: if no default value, don't highlight active day until one is selected (#25151) (9896939)
  • picker-column-internal: center active item when rapidly opened (#25155) (8e17fa9), closes #25154
  • select: avoid duplicate dialogs and backdrops when clicking (#25175) (70d2784), closes #25126
  • vue: canDismiss definition is now exposed (#25195) (e5e0e24)
  • vue: replacing routes across nested outlets preserves previous route info (#25171) (7b71607), closes #25017

6.1.2 (2022-04-20)

Bug Fixes

6.1.1 (2022-04-15)

Bug Fixes

  • all: import path is now correct when using ionic in a stencil app (#25123) (1b407ab), closes #25122
  • datetime: account for 30 and 45 minute timezones when getting current date (#25120) (96b2003), closes #25112
  • modal, popover: do not dismiss when ionDismiss is emitted from select (#25125) (90115db), closes #25124

6.1.0 Vanadium (2022-04-13)

Bug Fixes

  • accordion-group: only allow keyboard interaction if header is focused (#25091) (e1b555f)
  • datetime: resolve warnings when importing into Stencil app (#25106) (a61c004)
  • menu: preserve scroll position when focusing on open (#25044) (da89684)
  • popover: only focus trap ion-item children (#24990) (0cd06a6), closes #24633
  • ripple-effect: ripple displays on click or touch (#25102) (2a313e9), closes #25094
  • vue: ensure that only tab pages get added to the tab navigation stack (#25045) (a0054a7), closes #24859

Features

  • content, reorder-group, header, footer, infinite-scroll, refresher: add custom scroll target to improve compatibility with virtual scroll (#24883) (2a438da), closes #23437
  • datetime: isDateEnabled to enable/disable specific days (#24898) (e932a04), closes #24209
  • item: counter formatter to customize counter text display (#24336) (171020e), closes #24327
  • modal: ability to programmatically set current sheet breakpoint (#24648) (3145c76), closes #23917
  • modal: add canDismiss property to manage modal dismissing (#24928) (4b21958), closes #22297
  • range: add knobMoveStart and knobMoveEnd events (#25011) (f5cb1f8)
  • select: add event for when overlay is dismissed (#24400) (b835b7c)

6.0.16 (2022-04-08)

Bug Fixes

  • angular: button components now route correctly without reload (#25071) (fb994fa)

6.0.15 (2022-04-06)

Bug Fixes

6.0.14 (2022-03-30)

Bug Fixes

6.0.13 (2022-03-23)

Bug Fixes

6.0.12 (2022-03-16)

Bug Fixes

  • datetime: reinit behavior on presentation change (#24828) (d46e1e8)
  • tabs: angular, fire willChange event before selected tab changes (#24910) (d5efa11)
  • toast: screen readers now announce toasts when presented (#24937) (8a97f6b), closes #22333
  • vue: tapping the active tab button now correctly resets the tab stack (#24935) (4534c8b), closes #24934

6.0.11 (2022-03-09)

Bug Fixes

Performance Improvements

6.0.10 (2022-03-02)

Bug Fixes

6.0.9 (2022-02-23)

Bug Fixes

6.0.8 (2022-02-15)

Bug Fixes

6.0.7 (2022-02-09)

Bug Fixes

6.0.6 (2022-02-09)

Bug Fixes

6.0.5 (2022-02-02)

Bug Fixes

Performance Improvements

  • various: don't use lazy-loaded icon names in components (#24671) (484de50)

6.0.4 (2022-01-26)

Bug Fixes

  • accordion: items inside of the content now correct display borders (#24618) (d3311df), closes #24613
  • angular: routerLink with null value works with Angular 13 (#24622) (90a9a9c), closes #24586
  • col: col no longer errors when running in non-browser environment (#24603) (af0135c), closes #24446
  • datetime: datetime locale with h23 will respect max time range (#24610) (5925e76), closes #24588
  • datetime: timepicker popover will position relative to click target (#24616) (378c632), closes #24531 #24415
  • input: ion-input accepts any string value (#24606) (43c5977), closes #19884
  • item: label text aligns with input text (#24620) (94d033c), closes #24404
  • item: match material design character counter (#24335) (54db1a1), closes #24334
  • menu: focus trapping with menu and overlays no longer results in errors (#24611) (632dafc), closes #24361 #24481
  • modal: native keyboard will dismiss when bottom sheet is dragged (#24642) (525f01f), closes #23878
  • range: setting dir on ion-range to enable rtl mode now supported (#24597) (5dba4e5), closes #20201
  • react: setupIonicReact no longer crashes in SSR environment (#24604) (360643d)
  • searchbar: setting dir on ion-searchbar to enable rtl mode now supported (#24602) (35e5235)
  • segment: setting dir on ion-segment to enable rtl mode now supported (#24601) (2940e73), closes #23978
  • spinner: ensure transform doesn't overwrite circular animation (#24643) (88ce010)
  • toast: allow input focus while toast is visible (#24572) (29f1140), closes #24571
  • toggle: setting dir on ion-toggle to enable rtl mode now supported (#24600) (353dbc0)

6.0.3 (2022-01-19)

Bug Fixes

  • angular-server: use correct @ionic/angular dependency version (#24593) (be022f7), closes #24592
  • angular: apply touch, dirty and pristine form control classes (#24558) (273ae2c), closes #24483
  • datetime: showing calendar grid no longer causes month to switch on ios 15 (#24554) (3d20959), closes #24405
  • item: error slot visible in Safari (#24579) (af01a8b), closes #24575
  • menu: remove main attribute that was supposed to removed in v5 (#24565) (7704ac3), closes #24563
  • modal: life cycle events for controller modals (#24508) (9a15753), closes #24460
  • overlays: getTop now returns the top-most presented overlay (#24547) (f5b4382), closes #19111
  • react: add useRef wrapper to useIonOverlay state to avoid stale references (#24553) (bce849c)
  • react: prevent errors when dismissing inline popover after containing element is removed (#24569) (c8a392a)

6.0.2 (2022-01-11)

Bug Fixes

6.0.1 (2021-12-15)

Bug Fixes

Performance Improvements

  • content: remove global click listener to improve interaction performance (#24360) (1bfac52), closes #24359

5.9.3 (2021-12-15)

Bug Fixes

Performance Improvements

  • content: remove global click listener to improve interaction performance (#24360) (9c9e28c), closes #24359

6.0.0 Titanium (2021-12-08)

Enjoy! 🚀

We recommend updating to version 5.9.2 before updating to version 6.0.0 in order to see deprecation warnings related to your app in the developer console.

Please see the Ionic 6 Upgrade Guide for a step-by-step list of what you need to do to get started with Ionic 6.

6.0.0-rc.4 (2021-12-07)

Bug Fixes

  • accordion: improve functionality with nested accordions (#24302) (0920797)
  • content: ensure scrollEl is always available in scroll methods (#24255) (36a096c), closes #24168
  • datetime: keyboard navigation now works in time picker (#24251) (8bdcd3c), closes #24070
  • datetime: prevent multiple items from being highlighted at once in month/year and time pickers (#24268) (c2bef8d), closes #24067
  • datetime: update active calendar display when value changes (#24244) (ec3bc52), closes #24241
  • item: counter property now defaults to false to make upgrade easier (#24263) (f61f356)
  • react, vue: remove side effects to improve treeshaking (#24313) (13d4418), closes #24280

Features

5.9.2 (2021-12-07)

Bug Fixes

  • angular: improve typing when compiling with legacy View Engine (#24221) (816096f)
  • content: ensure fixed slot renders on top of content in iOS (#24300) (e41b0e0), closes #24286
  • popover: improve scrolling in popover when using header and footer (#24294) (f6a00ea)
  • react: present and dismiss hooks return promises (#24299) (4b26fea), closes #24293
  • react: properly check for custom elements to avoid errors in unit tests (#24156) (8f188ea), closes #24149
  • router: popping route now accounts for route params (#24315) (5e5054d), closes #24223
  • slides: update swiper instance after initialization (#24257) (89e4bc5), closes #19638
  • vue: ionic lifecycle hooks now run when using vue 3.2 setup syntax (#24253) (fb96ab5), closes #23824
  • vue: switching between tabs preserves query string (#24297) (047d3c7), closes #23699

6.0.0-rc.3 (2021-11-17)

Bug Fixes

  • all: Ionic components that use child Ionic components are now correctly defined (#24191) (5a2a335), closes #23571 #24116 #24129
  • angular: prevent duplicate event emissions (#24200) (fc1eae9)
  • icon: update to ionicons 6 to resolve typescript 4.4 errors (#24185) (118c606)
  • input: date type in ion-input now aligns correctly on iOS 15 (#24213) (9cf7c89)
  • input: ionInput event emits with type of InputEvent (#24111) (52cd5d0)
  • item: allow click targets inside of label (#24225) (3949a94)
  • label: apply error appearance when control is touched (#24072) (009dff5)
  • modal, popover: opening modal and popover now works even if overlay was added to ion-app directly (#24174) (da339a8), closes #23728
  • modal: border radius is now correctly applied to card modals (#24204) (1f4f8eb)
  • modal: card modal shadow now shows up correctly on ipad (#24203) (5d4f5af)
  • overlays: declarative modals now work properly with the hardware back button (#24165) (b3759ae)
  • react: improve component compatibility with preact (#24132) (15fc293), closes #23516
  • textarea: floating label layout is correct with autogrow textareas (#24202) (713f0f5)

6.0.0-rc.2 (2021-11-03)

Bug Fixes

6.0.0-rc.1 (2021-10-27)

Bug Fixes

  • accordion-group: ionChange is now fired properly in vue (#24063) (61b99d1), closes #23762
  • datetime: clear button is now rendered even if showDefaultButtons is false (#24075) (e3996cf)
  • datetime: default sizing preserves shape of datetime (#24104) (71fab0f)
  • infinite-scroll: infinite scroll event now fired with custom elements build (#24043) (8a86cfb), closes #24034
  • modal: fix backdrop animation for sheets with off-center backdropBreakpoint (#24061) (49db6d0)
  • react: overlays shown with useIonModal and useIonPopover no longer render outside of main react tree (f3e492c), closes #23516 #23516

Features

6.0.0-rc.0 (2021-10-07)

Bug Fixes

6.0.0-beta.7 (2021-10-06)

Bug Fixes

  • datetime: add ionBlur/ionFocus events to whole component (#23980) (86a77bd)
  • datetime: change now emitted when picker is typed into (#24018) (0320164)
  • datetime: ionChange is no longer called for out of range dates (#23940) (ea39c6e), closes #23939
  • datetime: time picker uses new iOS 15 style (#23996) (0ab37b5), closes #23768
  • modal: backdropBreakpoint is now an exclusive value (#23954) (ed455ab)
  • react: ensure inline modal content is visible (#23968) (285a371)
  • reorder-group: wait for content to render before getting scroll position (#24007) (225a278), closes #23875
  • select: ensure popover options with number values are searched for correctly (#23998) (c204083)
  • select: focus selected item in popovers (#23991) (2497a53)

Features

BREAKING CHANGES

  • all: The RadioChangeEventDetail interface has been removed in favor of RadioGroupChangeEventDetail.

6.0.0-beta.6 (2021-09-15)

Bug Fixes

  • modal: add sheet modal properties for angular (#23899) (d1763fc)
  • modal: expose breakpoint props in ModalOptions interface (#23867) (5fd80fd), closes #23866
  • modal: handle on sheet modal can now be turned off (#23900) (e2d2ad6)
  • modal: modal displays in middle of screen on desktop (#23911) (9d87028)
  • modal: sheet animation works correctly if breakpoints value does not include 1 (#23927) (414f246)
  • modal: sheet modal handle is now positioned correctly (#23901) (58a4ba2)
  • modal: sheet modal now accounts for safe area (#23884) (195d817), closes #23874

Features

6.0.0-beta.5 (2021-09-01)

Bug Fixes

Features

6.0.0-beta.4 (2021-08-18)

Bug Fixes

Features

6.0.0-beta.3 (2021-08-04)

Bug Fixes

  • list: change inset border radius to match iOS 15 (#23711) (fe2810b)
  • popover: fix keyboard arrow navigation (#23709) (f2e7a26), closes #23512
  • vue: popover positioning is now correct with custom elements build (#23680) (3a1a9cb)

Features

  • toast: add icon property to show icon at start of toast content (#23596) (df24c8c), closes #23524

6.0.0-beta.2 (2021-07-21)

Bug Fixes

  • accordion: value can now be set as string when using multiple is true (#23581) (8f172de), closes #23550
  • angular: modal and popover now have correct props defined on angular component (#23565) (e5a7b34)
  • datetime: add keyboard year navigation (#23585) (55bd1f7), closes #21553 #18122
  • datetime: selecting time now works correctly on firefox (#23583) (4188964), closes #23545
  • datetime: years displayed now more consistent with v5 datetime, max and min are now accounted for in MD mode (#23616) (be219a2), closes #23615

Features

  • breadcrumbs: ionCollapsedClick event payload now contains references to collapsed breadcrumb elements (#23611) (9ce57d2), closes #23552
  • datetime: add showDefaultTimeLabel property and time-label slot (#23577) (7ac0109), closes #23555
  • datetime: add size property (#23649) (321341d), closes #23518
  • range: add support for customizing pin format (#22972) (8f2c4f7)
  • segment: add keyboard navigation, add selectOnFocus property to control selection follow focus behavior (#23590) (b6c53e5), closes #23520
  • select: update popover interface to match MD spec on desktop, allow multiple values in popover interface (#23474) (2c07a15), closes #23657 #15500 #12310

Performance Improvements

  • remove shims for legacy browsers no longer supported in v6 (#23592) (259b135)

6.0.0-beta.1 (2021-07-01)

Bug Fixes

  • accordion: improved reliability of accordion animations (#23531) (6fbd60b), closes #23504
  • content: add touch-action manipulation for a11y zoom and pan (#23534) (6ca1780), closes #22805
  • datetime: scroll position no longer gets reset when using datetime in overlay (#23543) (b735b58)
  • input, select, textarea: change type of placeholder prop to string only (#23500) (f3ae431), closes #22976
  • popover: size property now works when providing only event (#23532) (bdc1f23), closes #23528
  • popover: update animation to better match MD spec (#23541) (bdb95b7)
  • react: export accordion and accordion group components (#23497) (a664d42)
  • vue: navigating between parameterized pages now results in page transition (#23525) (e30b17c), closes #22662

Features

  • accordion-group: add animated property to disable animations (#23530) (9a60dd0)
  • action-sheet, alert: add id to AlertButton and ActionSheetButton (#18992) (9e24a0b), closes #22959
  • vue: extend useIonRouter hook for programmatic navigation with animation control (#23499) (fc9e1b4), closes #23450

BREAKING CHANGES

  • input, select, textarea: Updated the placeholder property on ion-input, ion-textarea, and ion-select to have a type of string | undefined.

6.0.0-beta.0 (2021-06-23)

Bug Fixes

  • accordion: toggle icon now shows up in vue and react (#23426) (c716617)
  • datetime: changing time emits ionChange (#23463) (b0cce36)
  • modal, popover: overlays now automatically determine if they are inline (#23434) (8dbe8ba)
  • modal: add additional padding to toolbars in iOS modal (#23262) (a037b65), closes #22778
  • modal: border radius is correctly set on card style modal (#23461) (bccb8ad)
  • popover: shadow parts now correctly added (#23446) (e1a9613)
  • popover: update prop defaults, use correct delegate (#23340) (960778a)
  • searchbar: showClearButton now defaults to 'always' for improved usability with screen readers (#23475) (80f181d)
  • vue: ensure webpack does not eliminate core css (#23465) (ee3a00f)

Code Refactoring

  • all: update required browser, framework, and mobile platform versions for v6 (#23443) (c842dd8)
  • angular: remove Config.set() method (#22918) (9e05891)
  • header: removed border from last toolbar when using collapsible large title (#22891) (c72bc5d), closes #22777
  • ios: update toolbar and tabbar default background colors (#22852) (3d615cb), closes #22780
  • toast: whitespace variable now defaults to normal (#22866) (9b78689)
  • vue: drop support for "on" prefixed overlay events and bump minimum required version of vue to 3.0.6 (#23229) (6fcb3a6)
  • vue: remove support for child routes nested inside of tabs (#22919) (75458ac)

Features

BREAKING CHANGES

  • searchbar: The showClearButton property on ion-searchbar now defaults to 'always'.
  • datetime: The ion-datetime component has been revamped to use a new calendar style. As a result, some APIs have been removed. See https://github.com/ionic-team/ionic-framework/blob/master/BREAKING.md for more details.
  • all: Browser, JS Framework, and mobile platform minimum required versions have been updated.
  • popover: Converted ion-popover to use the Shadow DOM.
  • vue: - Dropped support for prefixed overlay events in favor of non prefixed events (I.e. @onDidDismiss becomes @didDismiss).
  • Minimum required version of Vue is now Vue v3.0.6 or newer.
  • vue: Support for child routes nested inside of tabs has been removed to better conform to Vue Router's best practices. Additional routes should be written as sibling routes with the parent tab as the path prefix.
  • angular: The Config.set() method has been removed. See https://ionicframework.com/docs/angular/config for examples on how to set config globally, per-component, and per-platform.
  • ios: The tab bar and toolbar default background colors have been updated to better reflect the latest iOS styles.
  • header: The last toolbar in the header with a collapsible large title no longer has a border.
  • toast: The --white-space CSS Variable now defaults to normal.

5.9.1 (2021-11-17)

Bug Fixes

5.9.0 (2021-11-17)

Bug Fixes

Features

6.0.0-rc.2 (2021-11-03)

Bug Fixes

6.0.0-rc.1 (2021-10-27)

Bug Fixes

  • accordion-group: ionChange is now fired properly in vue (#24063) (61b99d1), closes #23762
  • angular: resolve issues with ng add on angular 12 (#23970) (3451a34)
  • datetime: clear button is now rendered even if showDefaultButtons is false (#24075) (e3996cf)
  • datetime: default sizing preserves shape of datetime (#24104) (71fab0f)
  • infinite-scroll: infinite scroll event now fired with custom elements build (#24043) (8a86cfb), closes #24034
  • modal: fix backdrop animation for sheets with off-center backdropBreakpoint (#24061) (49db6d0)
  • react: overlays shown with useIonModal and useIonPopover no longer render outside of main react tree (f3e492c), closes #23516 #23516

5.8.5 (2021-10-27)

Bug Fixes

  • menu: added focus trapping, improved compatibility with screen readers (#24076) (bdb268a)
  • vue: back button now selects correct route when navigating from view multiple times (#24060) (a09d7d4), closes #23987
  • vue: mount correct views when navigating (#24056) (24659a5), closes #23914

5.8.4 (2021-10-11)

Bug Fixes

6.0.0-rc.0 (2021-10-07)

Bug Fixes

5.8.3 (2021-10-07)

Bug Fixes

6.0.0-beta.7 (2021-10-06)

Bug Fixes

  • datetime: ionBlur and ionFocus now fires correctly (#23980) (86a77bd)
  • datetime: ionChange is no longer called for out of range dates (#23940) (ea39c6e), closes #23939
  • datetime: time picker uses new iOS 15 style (#23996) (0ab37b5), closes #23768
  • modal: backdropBreakpoint is now an exclusive value (#23954) (ed455ab)
  • react: ensure inline modal content is visible (#23968) (285a371)
  • reorder-group: wait for content to render before getting scroll position (#24007) (225a278), closes #23875
  • select: ensure popover options with number values are searched for correctly (#23998) (c204083)
  • select: focus selected item in popovers (#23991) (2497a53)

Features

BREAKING CHANGES

  • radio: The RadioChangeEventDetail interface has been removed in favor of RadioGroupChangeEventDetail.

5.8.2 (2021-10-06)

Bug Fixes

  • alert: made it easier to tell if alert is scrollable in MD mode (#23976) (a262753)
  • angular: use initialize function when setting up ionic angular to avoid config errors (#24004) (f112ad4), closes #22853
  • item-sliding: closing an item can no longer be interrupted (#23973) (3ca0419), closes #23969
  • react: overlay hooks memorised properly to prevent re-renders (#24010) (2c97712), closes #23741
  • select-popover: non-scrollable popovers no longer have forced overscroll (#23972) (aa4ba89), closes #23971
  • status-bar: tapping status bar correctly scrolls content to top (#24001) (25eb8cd), closes #20423

5.8.1 (2021-09-22)

Bug Fixes

6.0.0-beta.6 (2021-09-15)

Bug Fixes

  • menu: add console error for incorrect usage of contentId (#23871) (879ab8e), closes #23810
  • modal: add sheet modal properties for angular (#23899) (d1763fc)
  • modal: expose breakpoint props in ModalOptions interface (#23867) (5fd80fd), closes #23866
  • modal: handle on sheet modal can now be turned off (#23900) (e2d2ad6)
  • modal: modal displays in middle of screen on desktop (#23911) (9d87028)
  • modal: sheet animation works correctly if breakpoints value does not include 1 (#23927) (414f246)
  • modal: sheet modal handle is now positioned correctly (#23901) (58a4ba2)
  • modal: sheet modal now accounts for safe area (#23884) (195d817), closes #23874

Features

5.8.0 Calcium (2021-09-15)

Bug Fixes

Features

  • action-sheet, loading, modal, picker, popover: pass HTML attributes to host element (#23929) (bd96a81)
  • alert, toast: pass arbitrary HTML attributes to host element (#23891) (73a1daf), closes #23825

6.0.0-beta.5 (2021-09-01)

Bug Fixes

Features

5.7.0 Potassium (2021-09-01)

Bug Fixes

  • alert: AlertButton role now has correct types (#23791) (864212b)
  • label: label now only takes up as much space as needed when slotted (#23807) (9932e26), closes #23806
  • reorder-group: dragging reorder item to bottom no longer gives out of bounds index (#23797) (02409f2), closes #23796
  • vue: router guards are now fire correctly when written in a component (#23821) (3c44222), closes #23820

Features

  • slides: add IonicSlides module for Swiper migration, deprecate ion-slides (#23844) (11fda41), closes #23447

Code Refactoring

  • virtual-scroll: deprecated virtual scroll in favor of solutions provided by JS frameworks (#23854) (a0229bc)

6.0.0-beta.4 (2021-08-18)

Bug Fixes

Features

5.6.14 (2021-08-18)

Bug Fixes

6.0.0-beta.3 (2021-08-04)

Bug Fixes

  • list: change inset border radius to match iOS 15 (#23711) (fe2810b)
  • popover: fix keyboard arrow navigation (#23709) (f2e7a26), closes #23512
  • vue: popover positioning is now correct with custom elements build (#23680) (3a1a9cb)

Features

  • toast: add icon property to show icon at start of toast content (#23596) (df24c8c), closes #23524

5.6.13 (2021-08-04)

Bug Fixes

  • checkbox, radio: change event interfaces correctly use TypeScript generics for value (#23044) (8a941fd)
  • gesture: onEnd now correctly fires even if the event target was removed from the DOM (#23713) (4edb5e2), closes #22819
  • item-sliding: opening item while other items are open no longer requires multiple swipes (#23683) (792864f), closes #21579
  • react: IonTabs no longer causes SSR to fail (#23696) (f2a05be), closes #23651
  • vue: improve accuracy of ion-page dev warning (#23677) (fb260a9), closes #23675
  • vue: tabs warning about user-provided router outlet change is now correctly logged (#23724) (4a64e97), closes #23719

6.0.0-beta.2 (2021-07-21)

Bug Fixes

  • accordion: value can now be set as string when using multiple is true (#23581) (8f172de), closes #23550
  • angular: modal and popover now have correct props defined on angular component (#23565) (e5a7b34)
  • datetime: add keyboard year navigation (#23585) (55bd1f7), closes #21553 #18122
  • datetime: selecting time now works correctly on firefox (#23583) (4188964), closes #23545
  • datetime: years displayed now more consistent with v5 datetime, max and min are now accounted for in MD mode (#23616) (be219a2), closes #23615

Features

  • breadcrumbs: ionCollapsedClick event payload now contains references to collapsed breadcrumb elements (#23611) (9ce57d2), closes #23552
  • datetime: add showDefaultTimeLabel property and time-label slot (#23577) (7ac0109), closes #23555
  • datetime: add size property (#23649) (321341d), closes #23518
  • range: add support for customizing pin format (#22972) (8f2c4f7)
  • segment: add keyboard navigation, add selectOnFocus property to control selection follow focus behavior (#23590) (b6c53e5), closes #23520
  • select: update popover interface to match MD spec on desktop, allow multiple values in popover interface (#23474) (2c07a15), closes #23657 #15500 #12310

Performance Improvements

  • remove shims for legacy browsers no longer supported in v6 (#23592) (259b135)

5.6.12 (2021-07-21)

Bug Fixes

  • action-sheet: header, subheader, and icon alignment better matches native ios (#23322) (39315bc), closes #23317
  • button: buttons are now disabled during page transitions (#23589) (3b803eb), closes #23588
  • item: mirror disabled prop to aria attribute (#23544) (9021e7c), closes #23513
  • menu-button: custom aria-label can now be set (#23608) (c08345d), closes #23604
  • overlays: overlay interfaces are now exported from framework packages and documented (#23619) (773bbcb), closes #22790
  • router-outlet: improve reliability of swipe back gesture when quickly swiping back (#23527) (fa06942), closes #22895

6.0.0-beta.1 (2021-07-01)

Bug Fixes

  • accordion: improved reliability of accordion animations (#23531) (6fbd60b), closes #23504
  • content: add touch-action manipulation for a11y zoom and pan (#23534) (6ca1780), closes #22805
  • datetime: scroll position no longer gets reset when using datetime in overlay (#23543) (b735b58)
  • input, select, textarea: change type of placeholder prop to string only (#23500) (f3ae431), closes #22976
  • popover: size property now works when providing only event (#23532) (bdc1f23), closes #23528
  • popover: update animation to better match MD spec (#23541) (bdb95b7)
  • react: export accordion and accordion group components (#23497) (a664d42)
  • vue: navigating between parameterized pages now results in page transition (#23525) (e30b17c), closes #22662

Features

  • accordion-group: add animated property to disable animations (#23530) (9a60dd0)
  • action-sheet, alert: add id to AlertButton and ActionSheetButton (#18992) (9e24a0b), closes #22959
  • vue: extend useIonRouter hook for programmatic navigation with animation control (#23499) (fc9e1b4), closes #23450

BREAKING CHANGES

  • input, select, textarea: Updated the placeholder property on ion-input, ion-textarea, and ion-select to have a type of string | undefined.

5.6.11 (2021-07-01)

Bug Fixes

  • animation: typescript interface has correct return value for progress methods (#23536) (f3d6abb)
  • ios, md: double tapping back button no longer causes app to go back 2 pages (#23526) (69be51d), closes #18455

6.0.0-beta.0 (2021-06-23)

Bug Fixes

  • accordion: toggle icon now shows up in vue and react (#23426) (c716617)
  • datetime: changing time emits ionChange (#23463) (b0cce36)
  • modal: add additional padding to toolbars in iOS modal (#23262) (a037b65), closes #22778
  • modal: border radius is correctly set on card style modal (#23461) (bccb8ad)
  • modal, popover: overlays now automatically determine if they are inline (#23434) (8dbe8ba)
  • popover: shadow parts now correctly added (#23446) (e1a9613)
  • popover: update prop defaults, use correct delegate (#23340) (960778a)
  • searchbar: showClearButton now defaults to 'always' for improved usability with screen readers (#23475) (80f181d)
  • vue: ensure webpack does not eliminate core css (#23465) (ee3a00f)

Code Refactoring

  • all: update required browser, framework, and mobile platform versions for v6 (#23443) (c842dd8)
  • angular: remove Config.set() method (#22918) (9e05891)
  • header: removed border from last toolbar when using collapsible large title (#22891) (c72bc5d), closes #22777
  • ios: update toolbar and tabbar default background colors (#22852) (3d615cb), closes #22780
  • toast: whitespace variable now defaults to normal (#22866) (9b78689)
  • vue: drop support for "on" prefixed overlay events and bump minimum required version of vue to 3.0.6 (#23229) (6fcb3a6)
  • vue: remove support for child routes nested inside of tabs (#22919) (75458ac)

Features

BREAKING CHANGES

  • searchbar: The showClearButton property on ion-searchbar now defaults to 'always'.
  • datetime: The ion-datetime component has been revamped to use a new calendar style. As a result, some APIs have been removed. See https://github.com/ionic-team/ionic-framework/blob/master/BREAKING.md for more details.
  • all: Browser, JS Framework, and mobile platform minimum required versions have been updated.
  • popover: Converted ion-popover to use the Shadow DOM.
  • vue: - Dropped support for prefixed overlay events in favor of non prefixed events (I.e. @onDidDismiss becomes @didDismiss).
  • Minimum required version of Vue is now Vue v3.0.6 or newer.
  • vue: Support for child routes nested inside of tabs has been removed to better conform to Vue Router's best practices. Additional routes should be written as sibling routes with the parent tab as the path prefix.
  • angular: The Config.set() method has been removed. See https://ionicframework.com/docs/angular/config for examples on how to set config globally, per-component, and per-platform.
  • ios: The tab bar and toolbar default background colors have been updated to better reflect the latest iOS styles.
  • header: The last toolbar in the header with a collapsible large title no longer has a border.
  • toast: The --white-space CSS Variable now defaults to normal.

5.6.10 (2021-06-22)

Bug Fixes

  • button: buttons using fill and color properties now account for hover and focused opacity variables (#23442) (68c0e71), closes #23441
  • item: using multiple items with inputs no longer results in console warnings (#23429) (e27b5b6), closes #23427
  • vue: IonTabs can now accept IonRouterOutlet, deprecated default router outlet in tabs (#23477) (a2a4cff), closes #23321

5.6.9 (2021-06-08)

Bug Fixes

  • modal: swipe to close modal is no longer swipeable on footer (#23401) (ae96563), closes #23398
  • title: inherit padding for iOS title in a toolbar (#23343) (82cfa55), closes #23072
  • vue: improve v-model integration for Vue 3.1.0+ (#23420) (f008628)
  • vue: prevent error from being thrown when testing on certain jest runners (#23421) (60bedb5), closes #23397

5.6.8 (2021-05-27)

Bug Fixes

5.6.7 (2021-05-13)

Bug Fixes

  • angular: warnings are no longer generated when running tests with ng test (#23292) (9cb6c80), closes #19926
  • overlays: screen readers no longer read content behind overlays (#23284) (a9b12a5), closes #22714
  • refresher: refresher now only activates when pulling down on MD (#23283) (1e1596f), closes #23245
  • vue: use correct history mode when doing ssr to avoid errors (#23255) (2e00dab), closes #23254

5.6.6 (2021-04-29)

Bug Fixes

  • angular: back button goes back to proper tab on angular 11.2.10 (#23238) (e436439), closes #23230
  • react: remove hardware back button event listener when NavManager is unmounted (#23224) (c501da7), closes #23170
  • slides: undefined error is no longer thrown after destroying and quickly re-creating ion-slides (#23239) (2ccaabb), closes #22289
  • vue: components inside of ion-nav are now unmounted properly (#23240) (f2f41e2), closes #23233
  • vue: overlay events can now be listened for without the "on" prefix, deprecated "on" prefix event listeners (#23227) (dab927d)

5.6.5 (2021-04-22)

Bug Fixes

  • content: only render a main element when content is being used in primary view (#23160) (2d07d82)
  • datetime, input, textarea: only add aria-labelledby if there is an adjacent label (#23211) (a31fb55)
  • radio-group: pressing spacebar correctly unselects radio with allow-empty-selection (#23194) (7139b3f), closes #22734
  • react: callback refs now work correctly with ionic components (#23152) (0dd189e), closes #23153
  • segment, segment-button: use tablist and tab roles (#23145) (91ac340)
  • vue: dynamic tabs are now correctly recognized (#23212) (004885b), closes #22847
  • vue: update props when navigating to new parameterized route (#23189) (35c8802)

5.6.4 (2021-04-08)

Bug Fixes

5.6.3 (2021-03-23)

Bug Fixes

5.6.2 (2021-03-22)

Bug Fixes

5.6.1 (2021-03-17)

Bug Fixes

  • custom-elements: overlays now present correctly when using custom elements build (#23039) (e4bf052), closes #23029
  • item: detail icon is no longer announced by screen readers (#23055) (c877061), closes #23054
  • label: properly float labels for non-input items (#23060) (c8a3999)
  • react: only pass tab event props from IonTabs to IonTabBar if defined (#23024) (f94e618), closes #23023
  • refresher: progressEnd no longer errors when pulling quickly in MD native refresher (#23056) (67617fb)
  • virtual-scroll: allow null in items property (#23047) (2a253a1)
  • vue: passing params as props are correctly updated when switching pages (#23049) (2f54bc1), closes #23043

5.6.0 Argon (2021-03-04)

Bug Fixes

  • all: improve support for ids with special characters when getting label element (#22680) (19d63f6), closes #22678
  • header: collapsed toolbar is no longer incorrectly shown when using ion-refresher (#22937) (5300dcc), closes #22829
  • label: only show placeholder with floating label when focused (#22958) (9282aa6), closes #17571
  • progress-bar: use correct theme colors in dark mode (#22965) (b6b2714), closes #20098
  • radio-group: pressing space no longer jumps screen to bottom of page (#22892) (3a0465e), closes #22716
  • react: IonRouterOutlet now respects animated={false} prop (#22905) (da1b7a0), closes #22903
  • react: onIonTabsWillChange and onIonTabsDidChange event handlers are now properly bound to IonTabs (#22233) (b064fde)
  • react, vue: navigating using ion-back-button now selects correct page (#22974) (cd8ffd8), closes #22830
  • react, vue: tab buttons no longer throw an error if href is undefined (#22998) (943e3f6), closes #22997
  • refresher: add correct dark mode styles (#22639) (c05476b), closes #22637
  • vue: correctly remove active state from tab button when navigating away from tab (#23000) (a2763af), closes #22597
  • vue: prevent race conditions when opening overlays (#22883) (68a9b80), closes #22880

Features

5.5.5 (2021-02-26)

Bug Fixes

5.5.4 (2021-02-04)

Bug Fixes

5.5.3 (2021-01-28)

Bug Fixes

  • react: do not unmount overlay inner component until overlay is dismissed (#22813) (ab1fc8f), closes #22761
  • react: adding dynamic class to ion-page no longer hides component (#22666) (a01bdb8), closes #22631
  • react: improve view matching logic (#22569) (f891f66)
  • react, vue: do not show back button when replacing to root page (#22750) (9e9a372), closes #22528
  • refresher: correctly detect spinner when using native refresher (#22800) (e2d8e5c), closes #22706
  • title: only add large title transition when using collapsible header (#22762) (348c50b), closes #22760
  • vue: all ionic vue components can now use router link (#22743) (3d6ac13)
  • vue: correctly determine leaving view when transitioning to a new instance of a previous page (#22655) (e3a05bf), closes #22654 #22658
  • vue: ensure v-model value is properly synced before ionChange event (#22749) (e1d6627), closes #22610
  • vue: improve path matching with tabs, deprecated adding additional pages as children of tabs without a router outlet (#22807) (2a3ce9a), closes #22519
  • vue: improve v-model binding sync between vue wrappers and web components (#22745) (64719f4), closes #22731
  • vue: output commonjs format for node environments (#22766) (7ecae2e)
  • vue: tab bar is now correctly hidden when keyboard is open (#22687) (5c27dd8)

5.5.2 (2020-12-09)

Bug Fixes

  • android: setting hardwareBackButton: false in config now disables default webview behavior (#22555) (dc9faa6), closes #18237
  • button: allow aria-label to be inherited on inner button (#22632) (818e387), closes #22629
  • react: hardware back button now navigates correctly (36939e1)
  • react: setting a ref now allows other props to be passed in (31f45cd), closes #22609
  • refresher: clean up old css if calling refresh method before native refresher is setup (#22640) (8d5ed47), closes #22636
  • refresher: refresher correctly detects native refresher when shown asynchronously (#22623) (5ed73cd), closes #22616
  • vue: adding non tab button elements inside ion-tab-bar no longer causes errors (#22643) (61cf0c5), closes #22642
  • vue: correctly handle navigation failures (#22621) (216f51b), closes #22591
  • vue: correctly remove old view when replacing route (#22566) (4f4f31b), closes #22492
  • vue: pass in correct route to props function (#22605) (01afdc4), closes #22602
  • vue: query strings are now correctly handled when navigating back (#22615) (a94e2a8), closes #22517
  • vue: swipe back gesture is properly disabled when swipeBackEnabled config is false (#22568) (9d04c12), closes #22567

For Ionic Vue Developers

Vue Router 4 has been released! Be sure to update from the release candidate to the latest stable version of Vue Router.

For more information on the changes in Vue Router 4, see https://github.com/vuejs/vue-router-next/releases/tag/v4.0.0.

npm install vue-router@4

5.5.1 (2020-11-25)

Bug Fixes

  • checkbox: click handler now fires properly (#22573) (0786835), closes #22557
  • radio: properly announce radios on screen readers and resolve axe errors (#22507) (afcc46e)
  • react: eliminate use of deprecated findDOMNode, resolves #20972 (5275332)
  • router: navigation guards now fire when navigating to a page with params (#22521) (1956f98), closes #22516
  • select: fix a11y issues with axe and screen readers (#22494) (04b874e), closes #21552 #21548
  • select: improvements for announcing placeholder and value on screenreaders (#22556) (ea52db6)
  • vue: onBeforeRouteLeave and onBeforeRouteUpdate hooks now fire properly (#22542) (8002114), closes #22540
  • vue: tabs now correctly fire lifecycle events (#22479) (cdc2fb6), closes #22466
  • vue: unit testing a routerLink-capable component no longer warns of missing router dependency (#22532) (4e23aad), closes #22506

For Ionic Vue Developers

When updating to Ionic Vue v5.5.1 make sure you are on the latest version of vue-router@next to take advantage of the bug fixes in this release:

npm install vue-router@next

5.5.0 Chlorine (2020-11-18)

Bug Fixes

Features

Performance Improvements

  • ios: move content to stacking context while preserving position: fixed behavior (#22489) (d77a9d5), closes #22473

5.4.4 (2020-11-12)

Bug Fixes

  • build: add missing es5 output (228d349)

5.4.3 (2020-11-06)

Bug Fixes

  • all add missing vendor prefixes to css (0989ea5)

5.4.2 (2020-11-05)

Bug Fixes

  • alert: correctly position alert when keyboard is open (#22425) (9752cd6)
  • ios: contenteditable elements are now selectable on iOS (#22404) (023fb18), closes #18368
  • item: only add click event listener to items with inputs (#22352) (9659ad6), closes #22011
  • range: gesture is now properly re-created on connectedCallback (#22407) (2fea36f), closes #22335
  • refresher: work properly in modal by waiting for content to be ready (#22390) (91d0414), closes #22256
  • segment-button: color property is now reactive if previously undefined (#22405) (04161c9), closes #20831
  • vue: correctly switch tabs after going back (#22309) (daf6a92), closes #22307
  • vue: ensure view is updated correctly when replacing a route outside of a nav guard (#22429) (5a4d0c0), closes #22412

Performance Improvements

  • ios: move content to stacking context to improve scrolling performance on iOS devices (#22180) (9f44966)

5.4.1 (2020-10-22)

Bug Fixes

5.4.0 Sulfur (2020-10-15)

This is the first stable release of Ionic Vue.

Enjoy the Vue! 🎉

New to Ionic Vue?

Check out our Quickstart Guide to get up and running. Then be sure to check out our Building Your First App Guide to learn how build a cross platform Ionic Vue application from start to finish!

5.4.0-rc.3 (2020-10-14)

This version is dedicated to our upcoming Ionic Vue release.

Bug Fixes

  • vue: ion-page component is now properly shown with HMR (#22319) (c5ab562)

Upgrade Steps

npm install @ionic/vue@5.4.0-rc.3 @ionic/vue-router@5.4.0-rc.3 --save-exact

New to Ionic Vue?

Check out our Quickstart Guide to get up and running. Then be sure to check out our Building Your First App Guide to learn how build a cross platform Ionic Vue application from start to finish!

5.4.0-rc.2 (2020-10-13)

This version is dedicated to our upcoming Ionic Vue release.

Bug Fixes

  • vue: do not hide page content when using ion-page in non-routing contexts (#22302) (fff82d0), closes #22300
  • vue: going back from tabs page to a non-tabs page now selects correct page (#22275) (b06ae16), closes #22258
  • vue: improve swipe to go back reliability (#22288) (c74fd41), closes #22237
  • vue: modal, popover, and nav are now created within application context (#22282) (6026c65), closes #22079
  • vue: pages now render in correct outlet when using multiple nested outlets (#22301) (52f655c), closes #22286

Upgrade Steps

npm install @ionic/vue@5.4.0-rc.2 @ionic/vue-router@5.4.0-rc.2 --save-exact

New to Ionic Vue?

Check out our Quickstart Guide to get up and running. Then be sure to check out our Building Your First App Guide to learn how build a cross platform Ionic Vue application from start to finish!

5.4.0-rc.1 (2020-10-08)

This version is dedicated to our upcoming Ionic Vue release.

Bug Fixes

Upgrade Steps

npm install @ionic/vue@5.4.0-rc.1 @ionic/vue-router@5.4.0-rc.1 --save-exact

New to Ionic Vue?

Check out our Quickstart Guide to get up and running. Then be sure to check out our Building Your First App Guide to learn how build a cross platform Ionic Vue application from start to finish!

5.3.5 (2020-10-07)

Bug Fixes

5.3.4 (2020-09-25)

Bug Fixes

  • alert: follow accessibility guidelines outlined by wai-aria (#22159) (e9b2cc8), closes #21744
  • overlays: return focus to presenting element after dismissal (#22167) (cc45ad8), closes #21768
  • picker-column: add cancelable check to avoid intervention error in chrome (#22140) (a24a041), closes #22137
  • radio: follow accessibility guidelines outlined by wai-aria (#22113) (ea0e049), closes #21743
  • reorder: allow click event propagation when reorder group is disabled (#21947) (baafe08), closes #21017
  • segment: do not allow text selection on desktop (#22158) (1526bdf)

Performance Improvements

  • segment: improve scrolling performance on ios when using segment (#22110) (68afc49), closes #22095

5.3.3 (2020-09-17)

Bug Fixes

5.3.2 (2020-08-27)

Bug Fixes

  • input: improve reliability of scroll assist when accessory bar is enabled (#21936) (22477fb), closes #21912
  • input: properly focus the input when clicking the item padding in WebKit (#21930) (e4964ff), closes #21509
  • input: remain focused in the input after pressing the clear button (#21985) (6878fb9), closes #21549
  • label: use translateY so input caret shows up due to webkit issue (#21949) (00eac33), closes #21943
  • overlays: prevent focus from being stolen when presenting another overlay from within a modal (#21856) (5c177d7), closes #21840
  • range: properly display stacked labels in an item with a range (#21944) (9f4b01e), closes #21625
  • react: export correct animation types (#21950) (36e4bf7)
  • react: removed exporting of ionRenderToString to decrease bundle size, closes #21917 (#21928) (434befe)
  • react: setting active tab properly on mount, closes #21830 (#21833) (f58424f)
  • react: fix tab currentHref when changing tabs, closes #21834 (#21835) (74468ab)

5.3.1 (2020-07-27)

Bug Fixes

  • react: properly extend HTMLElement for tabs (bfddb17), closes #21803

5.3.0 Phosphorus (2020-07-23)

Bug Fixes

Features

5.2.3 (2020-07-01)

Bug Fixes

5.2.2 (2020-06-17)

Bug Fixes

  • action-sheet, alert: resolve double click issue when running in iOS mode on chrome (#21506) (bcccc21), closes #21503
  • angular: fix issue where navAnimation was being incorrectly overridden (#21508) (e968bd0), closes #21495
  • input: add aria-label to clear button (#21538) (d8b377f), closes #21537
  • ios: respect toolbar opacity when doing nav transition (#21512) (24cfdc3)
  • segment: ensure checked classes get set after not having a value (#21547) (17308f2), closes #21546

5.2.1 (2020-06-11)

Bug Fixes

  • angular: resolve error when not using ngModel on components (4083e32)

5.2.0 Silicon (2020-06-10)

Bug Fixes

  • action-sheet, toast: allow button handler to return Promise<void> (#21259) (7703da2)
  • angular: patch FormControl methods to properly sync Ionic form classes (#21429) (e95b481)
  • datetime: ensure year-only values are not affected by timezone when parsing (#21309) (3937101)
  • header: large title transition now works on older versions of iOS (#21339) (2dac12c)
  • img: use setTimeout fallback on older versions of chrome (#21358) (0bf9449)
  • ios: add haptic drag gesture for action sheet and alert components (#21060) (33be1f0)
  • item: inherit align-items from parent item (#19278) (882f8fe), closes #18703
  • item: input-wrapper now inherits overflow (#21282) (29d208d)
  • menu-button: screen readers now properly announce menu button (#21324) (eaf4fb6)
  • modal: card style modal no longer gets stuck when swiping quickly (#21224) (448dfa0)
  • modal: set card-style modal height using the --height css variable (#21453) (a4f0bdb)
  • reorder-group: revert item to original position when passing false to complete (#21396) (5f2001c), closes #19128
  • router: use correct nav transition when going back (#21301) (c8db0d5)
  • scroll-assist: improve scroll detection accuracy (#21416) (137c49d)
  • slides: update Swiper dependency to resolve error when doing SSR (#21350) (3290604)
  • textarea: native textarea inherits max/min width and height (#21333) (2377480)

Features

  • alert: add destructive role to alert buttons (#21269) (e53f024)
  • alert: add support for custom input attributes (#21365) (1ed8169)
  • all: add all autocomplete values to input and searchbar (#21297) (4fd7c0c)
  • all: add optional generic typings for overlay component methods (#21393) (5bf83b8)
  • all: add shadow parts to missing components (#21436) (17375d2)
  • all: add support for configuring animations on a per-page basis (#21433) (f34d375)
  • angular: expose activatedView (#21302) (829a0d9)
  • angular: expose getPlatforms and isPlatform (#21308) (4af54a2)
  • angular: add strongly typed Ionic lifecycle hooks (#18044) (53fc8e3), closes #18043
  • fab-button: add close icon font size css variable (#19628) (df408f9)
  • fab-button: add closeIcon property (#19626) (698e526)
  • select-option: pass class from the option to the interface for individual styling (#21304) (5285824)

5.1.1 (2020-05-13)

Bug Fixes

  • all: improve scroll assist reliability for below the fold inputs (#21206) (7166a29)
  • all: overlay components no longer display outline when focused (#21226) (bb62023)
  • display: remove 1px gap between mutually exclusive breakpoints (#21276) (703ef5c), closes #20993 #20743
  • header: do not error on collapsible header on devices that do not support IntersectionObserve (#21222) (0c13f25)
  • input: check for tabindex and pass it properly to native input (#21170) (dd4cb70), closes #17515
  • ios: position page transition shadow properly under footer (#21095) (50678c0)
  • md: do not hide page when swipe gesture is cancelled (#21247) (f334e83)
  • overlays: respect keyboardClose property when opening overlays (#21240) (9d0dcbb)
  • picker: haptics now work properly (#21268) (8e11ecc)
  • refresher: correctly select shadow root on older browsers (#21237) (f23f1cb)
  • refresher: refresher completes even after switching to a new tab (#21236) (1e6f923)
  • segment-button: screen readers now announce selected state properly (#21273) (85cc35e)
  • toggle: screen readers now announce toggle properly (#21168) (1fbdb22)

5.1.0 Aluminum (2020-04-30)

Bug Fixes

Features

Performance Improvements

5.0.7 (2020-03-26)

Bug Fixes

  • modal: properly target card modal for iPadOS styles (#20884) (5816cf5)

5.0.6 (2020-03-25)

Bug Fixes

  • all only warn invalid mode if used on an ionic component (#20828) (6ed1c51), closes #20055
  • all properly scroll to input with scroll assist (#20742) (e24060e), closes #19589
  • angular: export Animation and Gesture related types (#20766) (2ece194)
  • angular: respect animation property for ion-router-outlet (#20767) (f2dbe1f), closes #20764
  • content: apply --offset-top and --offset-bottom values correctly (#20790) (2707289), closes #20735
  • content: set overscroll-behavior based on the scroll direction (#20011) (a3fc77b), closes #20010
  • item-divider: update design to match native iOS (#20854) (d91e22d)
  • item-sliding: account for swipe to go back gesture when opening item-options (#20777) (f23ac44), closes #20773
  • list: show bottom border on last item in a list followed by a list (#20798) (7bc5191)
  • modal: backdrop and box shadows no longer stack when opening multiple modals (#20801) (253cd96), closes #20800
  • modal: backdrop is no longer tappable on card-style modal on smaller screens (#20802) (12932dd), closes #20783
  • modal: properly apply border radius on card-style modal (#20852) (dff3816), closes #20851
  • modal: properly remove safe area padding on card-modal (#20853) (71f1182), closes #20799
  • modal: respect card-style modal spec for iPadOS (#20750) (75bae40), closes #20700
  • react: expose correct type for CreateAnimation (#20775) (0897c3f), closes #20771
  • refresher: properly dismiss refresher when completed synchronously (#20815) (b1a87c8), closes #20803
  • segment: automatically expand width for scrollable segment buttons (#20763) (cdfd50b), closes #20566
  • segment: scrollable segments only show scrollbar if they overflow (#20760) (ab146c9), closes #20758
  • slides: check that mutation observer is defined for ssr (#20791) (2d5d251)
  • textarea: properly adjust auto-grow textarea in scrolled content (#19776) (8bd5bac), closes #19193
  • title: improve reliability of large title ios nav transition (#20861) (3bd6b5d)
  • title: large title now inherits global color styling during nav transition (#20862) (321140f)

5.0.5 (2020-03-11)

Bug Fixes

  • button: allow overflow to be overridden by the CSS variable (#20738) (7ecde36), closes #20726
  • datetime: account for max property when hour, minute, or second is set to 0 (#20665) (2177461), closes #20652
  • header: collapsable header should default to using content background (#20736) (f6c3ba7), closes #20691
  • header: resolve undefined error on collapsible header when navigating quickly (#20728) (87a2721), closes #20725
  • ios: large title animation now works properly in a modal (#20703) (ec4878a), closes #20696
  • item: apply proper margin left for slotted icon in RTL (#20684) (d53595e), closes #20653
  • label: text overflow for slotted headings (#20690) (4d34ce6), closes #17087
  • modal: leave animation transitions modal completely out of viewport on ipad (#20702) (22d5256), closes #20697
  • angular exclude components from ssr (#20674) (f64b142)
  • modal: swipeable modal now works in firefox (#20714) (7d260b9), closes #20706
  • overlays: prevent accidental dismiss of overlays when tapping screen twice (#20683) (b6c2a77), closes #20608
  • segment: allow routerLink to work on segment buttons (#20682) (314dbb1), closes #20678
  • segment: iOS mode segment now works on older Android devices (#20673) (44993b7), closes #20648

5.0.4 (2020-02-27)

Bug Fixes

  • animation: reset all temporary flags when interrupting an animation (#20627) (0e0e401), closes #20602
  • buttons: use proper button colors based on CSS variables when inside of a toolbar (#20633) (c1d7bf2)

5.0.3 (2020-02-26)

Bug Fixes

  • menu: allow ssr to work properly with hardware back button updates (#20629) (fe8d74d)

5.0.2 (2020-02-26)

Bug Fixes

  • ios: large title transition works properly in tabbed applications (#20555) (7187541), closes #20482
  • menu: hardware back button now dismisses side menu if open in Cordova/Capacitor app (#20558) (6b2a929), closes #20559
  • modal: allow swipe to close animation to be overridden (#20585) (8d3ce8d), closes #20577
  • modal: card style modal now adds appropriate contrast (#20604) (b5310ef)
  • modal: allow swipeable modal background to be overridden (#20584) (ad6fac8), closes #20572
  • modal: swipeable modal styles only apply to ios (#20571) (3a2d828), closes #20569
  • refresher: ensure that translate is cleaned up to avoid stacking context (#20621) (e3e5c69), closes #17949
  • segment: segment functions properly on older versions of Android (#20554) (0224bed), closes #20466
  • select: properly align text, add icon-inner and placeholder part (#20605) (926ac3f)
  • slides: set height to 100% for vertical slides (#20603) (20af652), closes #17341

5.0.1 (2020-02-19)

Bug Fixes

5.0.0 Magnesium (2020-02-11)

Enjoy! 🔥

We recommend updating to version 4.11.10 before updating to this version in order to see deprecation warnings related to your app in the developer console.

Run the following commands based on your project type:

# for an angular app
npm i @ionic/angular@latest --save

# for a react app
npm i @ionic/react@latest --save
npm i @ionic/react-router@latest --save
npm i ionicons@latest --save

# for a stencil / vanilla JS app
npm i @ionic/core@latest --save

Then take a look at the Breaking Changes file for API changes.

5.0.0-rc.5 (2020-02-11)

Bug Fixes

5.0.0-rc.4 (2020-02-10)

Bug Fixes

  • content: only emit scroll events if enabled (#20401) (fd1b44a)
  • header: backdrop filter no longer distorts content with collapsible header (#20388) (11d3945), closes #20385
  • item: remove unneeded box-shadow CSS variable (#20412) (a6764c4), closes #20392
  • label: remove subpixel font-size to prevent visual glitches (#20415) (3d6f287), closes #20407
  • segment: add activated class directly to segment button (#20400) (e8886e9)

5.0.0-rc.3 (2020-02-05)

Bug Fixes

  • refresher: ensure gesture does not interfere with item-sliding (#20380) (8983c70), closes #20379
  • refresher: translate background content when refreshing (#20378) (cf70916), closes #20377
  • segment: allow background to be set on iOS segment in a toolbar (#20350) (0f31624)
  • toolbar: properly apply safe area and border (#20375) (4971499), closes #20354

5.0.0-rc.2 (2020-01-30)

Bug Fixes

  • header: fix race condition in collapsible header (#20334) (215d55f)
  • ios: translucent toolbar blur no longer obscures entering page toolbar content (#20314) (e580b88), closes #19158
  • radio: do not clear radio group value from radio (#20343) (ff78e6e), closes #20323
  • radio: set default radio value if undefined (#20329) (eb57723)
  • refresher: add correct fallbacks for native refreshers (#20333) (fd55427)
  • refresher: resolve undefined issues when updating component (#20322) (59d8687), closes #20320

5.0.0-rc.1 (2020-01-27)

Bug Fixes

  • components: use proper colors for button states and add back input highlight (#20278) (628db18), closes #20276
  • components: inherit text indent in all components with text inherit (#20300) (767b005), closes #17786
  • content: resolve height inheritance issues (#20309) (09bef71), closes #20305
  • picker: include showBackdrop in interface (#20301) (33186ba), closes #18893
  • react: export proper types of animations and gestures (#20311) (0034088)
  • refresher: update animation for dashed property values (#20310) (44211c1)
  • toast: inherit color in cancel button for a toast with color (#20299) (7b44ae2), closes #20139

4.11.10 (2020-01-24)

Bug Fixes

  • input: revert previous type change (db1fd1d)

5.0.0-rc.0 (2020-01-23)

Release Candidate is here! 🎉

5.0.0-beta.6 (2020-01-23)

Bug Fixes

Features

  • components: improve button states and add new css properties (#19440) (9415929), closes #20213 #19965
  • react: add Ionic Animations wrapper (experimental) (#20273) (b59d764)
  • segment-button: add --indicator-height property to segment button (#19653) (d76a503)

BREAKING CHANGES

We recommend updating to the latest version of 4.x before trying out version 5 in order to see deprecation warnings related to your app in the developer console.

Activated Class

The activated class that is automatically added to buttons on press has been renamed to ion-activated. This will be more consistent with our ion-focused class we add and also will reduce conflicts with users' CSS.

CSS Variables

The --background-hover, --background-focused and --background-activated CSS variables on components that render native buttons will now have an opacity automatically set. If you are setting any of these like the following:

--background-hover: rgba(44, 44, 44, 0.08);

You will likely not see a hover state anymore. It should be updated to only set the desired color:

--background-hover: rgba(44, 44, 44);

If the opacity desired is something other than what the spec asks for, use:

--background-hover: rgba(44, 44, 44);
--background-hover-opacity: 1;

4.11.9 (2020-01-23)

Bug Fixes

5.0.0-beta.5 (2020-01-17)

Bug Fixes

  • action-sheet: allow scrollable action sheet with many options (#20145) (53fad97), closes #17311
  • card: remove top padding of content in iOS if under header (#20223) (9232f16)
  • content: scroll-content div now takes up full height of container (#20194) (9d63b41), closes #20185
  • header: header opacity properly resets on collapsible titles (#20202) (8e11f79)
  • modal: prevent double dismiss via gesture and backdrop tap on card-style modal (#20203) (5b0400d)
  • picker: pick correct option at low velocities (#19660) (39d1262), closes #19659
  • react: updating icon type and add caret to internal icons (#20216) (dc78f98)
  • ssr: add reflect content-id attribute to applicable properties (#20169) (3aa47e6)

Code Refactoring

  • removed checked/selected properties in favor of setting value on parent (#19449) (a5229d9)

Features

BREAKING CHANGES

We recommend updating to the latest version of 4.x before trying out version 5 in order to see deprecation warnings related to your app in the developer console.

  • The following components have been updated to remove the checked or selected properties:
  • Radio
  • Segment Button
  • Select

Developers should set the value property on the respective parent components in order to managed checked/selected status. See the Breaking Changes document for updated usage examples.

  • Controller components have been removed. Developers should user their respective imports instead. This only affects vanilla JS applications.

Before:

<ion-modal-controller></ion-modal-controller>

After:

import { modalController } from '@ionic/core';

4.11.8 (2020-01-13)

  • react: add missing react memory router (8a5aba2)
  • react: fixing type of icon in ToastOptions, ActionSheetOptions, fixes #20100 (857bab6)
  • react: supporting ios and md props on icons (#20170) (676cc19)

5.0.0-beta.4 (2020-01-06)

Features

5.0.0-beta.3 (2020-01-03)

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

We recommend updating to the latest version of 4.x before trying out version 5 in order to see deprecation warnings related to your app in the developer console.

  • searchbar: The inputmode property for ion-searchbar now defaults to undefined. To get the old behavior, set the inputmode property to "search".

4.11.7 (2019-12-12)

Bug Fixes

  • react: fire lifecycle events on initial render, fixes #20071 (9ea75eb)

5.0.0-beta.2 (2019-12-11)

Bug Fixes

  • animation: convert hyphenated properties to camel case when using Web Animations (#20059) (56f67bd), closes #20058
  • animation: properly update Web Animation object (#19964) (e766194)
  • picker: pass selected value to handler on dismiss (#20042) (6e0b9c4), closes #20036
  • tabs: preserve route navigation extras when changing tabs (#18493) (4c8f32f), closes #18717
  • title: add correct safe area to large title nav transition (#20029) (300d543), closes #20028

Features

  • modal: add card-style presentation with swipe to close gesture (#19428) (b3b3312), closes #18660

4.11.6 (2019-12-11)

Bug Fixes

  • react: don't show back button when not appropriate (684293d)
  • react: first render performance improvements (1c7d1e5)
  • react: fix refs for controllers, overlays, ionpage, and ionrouteroutlet, fixes #19924 (#20012) (eef55bb)
  • react: support for 'root' router direction, fixes #19982 (#20052) (e116712)
  • react: support navigating to same page and route updates in IonRouterOutlet, fixes #19891, #19892, #19986 (f9bf8db)

Upgrade Note

If you run into a "Property 'translate' is missing in type" error building after updating to 4.11.6, update your React Typings library to the latest:

npm i @types/react@latest @types/react-dom@latest

5.0.0-beta.1 (2019-11-20)

Bug Fixes

Features

  • animation: animation identifiers (#19771) (7d41715), closes #19550
  • animation: cubic-bezier easing conversion utility (experimental) (#19788) (96a5e60), closes #19789
  • alert: add support for textarea inputs (#16851) (b28cf02), closes #14153
  • angular: expose Ionic Animations via AnimationController (#19745) (67a7e23)
  • angular: expose Ionic Gestures via GestureController (#19864) (48a7662)
  • searchbar: add --box-shadow variable to style searchbar input (#19838) (1ab7066)
  • select: add --placeholder-opacity and --placeholder-color, expose shadow parts (#19893) (bef0f53), closes #17446
  • split-pane: convert to shadow component, add width, max-width, and min-width vars (#19754) (d80f455), closes #17088

Breaking Changes

We recommend updating to the latest version of 4.x before trying out version 5 in order to see deprecation warnings related to your app in the developer console.

4.11.5 (2019-11-14)

Bug Fixes

4.11.4 (2019-11-07)

Bug Fixes

4.11.3 (2019-10-30)

Bug Fixes

  • react: adding change events to iontabs, fixes #19665 (#19711) (b7baf24)
  • react: adding HashRouter to available ion routers, fixes #19621 (#19683) (fcdbb3c)
  • react: checking if node is actually an element before treating it like one, fixes #19769 (#19783) (9d0caf6)
  • react: checking isOpen again after async call before opening overlay, fixes #19755 (f70e71a)
  • react: don't remove current view, provide a better method to determine showGoBack fixes #19731 and #19732 (31c754d)
  • react: removing pages from DOM on nav, fixes #19701 (#19712) (ee21d3a)
  • react: unmount leaving view when using browser back button, fixes #19749 (#19781) (2dc5540)

4.11.2 (2019-10-21)

Bug Fixes

5.0.0-beta.0 (2019-10-15)

Bug Fixes

Features

Performance Improvements

Breaking Changes

We recommend updating to the latest version of 4.x before trying out version 5 in order to see deprecation warnings related to your app in the developer console.

  • all: mode is now cascaded from parent to child component. If this is not desired set a different mode on the child component. (#19369) (55462d7)

  • anchor: remove ion-anchor, use ion-router-link instead. (#18935) (e7cd197)

  • card: convert card to shadow. (#19395) (08bb60d)

  • css: responsive display media queries in the display CSS file have been updated. Instead of using the maximum value of that breakpoint (for .ion-hide-{breakpoint}-down classes) the maximum of the media query will be the minimum of that breakpoint. (#18601) (40a8bff)

  • css: remove all CSS utility attributes. Use CSS classes instead. See the documentation for the correct class names: https://ionicframework.com/docs/layout/css-utilities (#18956) (04862df)

    BEFORE:

    <ion-header text-center></ion-header>
    <ion-content padding></ion-content>
    <ion-label text-wrap></ion-label>
    <ion-item wrap></ion-item>
    

    AFTER:

    <ion-header class="ion-text-center"></ion-header>
    <ion-content class="ion-padding"></ion-content>
    <ion-label class="ion-text-wrap"></ion-label>
    <ion-item class="ion-wrap"></ion-item>
    
  • events: remove the Events service. (#19600) (8d4a721)

  • header/footer: remove no-border attribute from header/footer, use ion-no-border class instead. (#18954) (d9f6119)

  • menu: iOS menu now defaults to overlay, set type to "reveal" to get the old behavior. (#19063) (ccb54a1)

  • menu-controller: remove swipeEnable(), use swipeGesture() instead. (#19526) (30bd8fd)

  • nav: remove ion-nav-pop, ion-nav-push and ion-nav-set-root. Use ion-nav-link with routerDirection instead. (#19240) (e334d73)

  • searchbar: remove boolean values from showCancelButton, use string values: "always", "focus", "never". (#18953) (508e186)

    BEFORE:

    <ion-searchbar show-cancel-button>
    <ion-searchbar show-cancel-button="true">
    <ion-searchbar show-cancel-button="false">
    

    AFTER:

    <ion-searchbar show-cancel-button="focus">
    <ion-searchbar show-cancel-button="focus">
    <ion-searchbar show-cancel-button="never">
    
  • scss: remove scss files from dist/, use CSS variables to theme instead. (#19292) (6450aff)

  • skeleton-text: remove width property. Use CSS instead. (#18936) (7c3db79)

  • split-pane: remove main attribute. Use contentId instead. (#19511) (02d7841)

    BEFORE:

    <ion-split-pane>
      ...
      <div main>...</div>
    </ion-split-pane>
    

    AFTER:

    <ion-split-pane content-id="main-content">
      ...
      <div id="main-content">...</div>
    </ion-split-pane>
    
  • theming: ionic default colors have been updated. (#19279) (7f4cf08)

  • toast: remove showCloseButton and closeButtonText, add a button using the buttons property with role: 'cancel' instead. (#18957) (ad7f112)

4.11.1 (2019-10-14)

Bug Fixes

4.11.0 Sodium (2019-10-09)

Ionic React! Enjoy! 🧂 🌊 🐼

4.10.3 (2019-10-09)

Bug Fixes

4.10.2 (2019-10-08)

Bug Fixes

4.10.1 (2019-10-07)

Bug Fixes

4.10.0 Neon (2019-09-27)

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
  • 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)

4.9.1 (2019-09-16)

Bug Fixes

  • platform: properly detect iPads running iPadOS (#19258) (4a90096)

4.9.0 Fluorine (2019-09-04)

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)

4.8.1 (2019-08-27)

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)

4.8.0 Oxygen (2019-08-21)

Bug Fixes

Features

4.7.4 (2019-08-07)

Bug Fixes

  • core: remove extra semicolons being rendered (#19033) (39f0768)

4.7.3 (2019-08-07)

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

4.7.2 (2019-08-07)

Bug Fixes

4.7.1 (2019-07-26)

Bug Fixes

4.7.0 Nitrogen (2019-07-24)

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

4.6.2 (2019-07-10)

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

4.6.1 (2019-07-09)

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

4.6.0 Carbon (2019-06-26)

Bug Fixes

Features

Enhancements

  • stencil: update to Stencil One to improve app performance 🎉🎊 (b40f7d3)

4.5.0 Boron (2019-06-12)

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

4.4.2 (2019-05-22)

Bug Fixes

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

4.4.1 (2019-05-22)

Bug Fixes

4.4.0 Beryllium (2019-05-08)

Bug Fixes

Features

4.3.1 (2019-04-26)

Bug Fixes

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

4.3.0 Lithium (2019-04-17)

Bug Fixes

Features

4.2.0 Helium (2019-04-03)

Bug Fixes

Features

4.1.2 (2019-03-20)

Bug Fixes

4.1.1 (2019-03-07)

Bug Fixes

  • display: update to correct css classes (cabbeb2)

4.1.0 Hydrogen (2019-03-06)

Bug Fixes

Features

4.0.2 (2019-02-20)

Bug Fixes

  • button: show proper shade for activated button on ios (#17508) (3a9b679), closes #17436
  • config: update types for scrollPadding, inputBlurring and hideCaretOnScroll to boolean (#17302) (39fbc32)
  • datetime: default to current date when no value given (#17443) (644f9f4)
  • item-sliding: Sliding no longer breaks after removing an item (#17492) (e27bb2e)
  • range: implement RTL (from PR 17157) (#17384) (4f203bc), closes #17012
  • searchbar: allow setting of toolbar color and searchbar color (#17474) (ba4e117)
  • select: Account for when options are not loaded immediately (#17405) (f9f1775)
  • tab-bar: add translucent tab-bar styles back (#17376) (374bd77)

4.0.1 (2019-02-06)

Bug Fixes

  • build: modify rollup.config.js to work with Windows (#17231) (d26d43d)
  • grid: add flex to ion-grid to allow it to properly render in an ion-item (#17258) (40c6955), closes #17075
  • menu: fix content shadow when revealed in iOS (#17383) (fc43faa)
  • platform: add additional check for safari PWA (a584f6e)
  • platform: add mobileweb platform back (cf2b2b3)
  • popover: apply fixed position to keep backdrop in viewport (#17352) (ee3b04a), closes #17337
  • popover: originate animation from right in RTL/MD (#17381) (bc3aa21)
  • range: chrome bug with will-change (74ce34f)
  • react: duplicate events being fired in ionic/react (#17321) (a415001)
  • reorder: capture click event (#17244) (986e67b), closes #17241
  • searchbar: hide search icon when focused with cancel button (#17260) (c87867c), closes #17252

4.0.0 Neutronium (2019-01-23)

Enjoy! 🎈

4.0.0-rc.3 (2019-01-22)

Bug Fixes

Features

BREAKING CHANGES

  • NavController.goBack() renamed to NavController.back()

4.0.0-rc.2 (2019-01-16)

Bug Fixes

Features

Reverts

  • test: update avatar index.html (9e80b73)

BREAKING CHANGES

ionChange removed from ion-tabs

  • (ionChange) becomes (ionTabsDidChange)

ion-tabs getSelected() returns a string

Previously the getSelected() method of ion-tabs returned a reference to the selected ion-tab, now it returns the name of tab as string.

4.0.0-rc.1 (2019-01-09)

Bug Fixes

Features

  • radio-group: add missing implementation for property allowEmptySelection (#16880) (09726b0), closes #16841
  • react: add missing simple components to react. (#16836) (696f62c)
  • react: create initial portal implementation for overlay ctrls (#16830) (99bdd1f)
  • react: Initial implementations of controller required elements. (#16817) (e30c5f1)

Performance Improvements

BREAKING CHANGES

In order to speed up the build and reduce the main bundle size, we have moved the ionicons outside the webpack build pipeline.

Instead, a new copy task needs to be added to the angular.json, specifically to the the "assets" option of the "build".

angular.json

{
  "projects": {
    "app": {
      "architect": {
        "build": {
          "options": {
            "assets": [
              {
                "glob": "**/*",
                "input": "src/assets",
                "output": "assets"
              },
+             {
+               "glob": "**/*.svg",
+               "input": "node_modules/ionicons/dist/ionicons/svg",
+               "output": "./svg"
+             }

4.0.0-rc.0 (2018-12-19)

Bug Fixes

Features

Performance Improvements

  • angular: detach from change detection (f613b3b)

4.0.0-beta.19 (2018-12-14)

Bug Fixes

Features

BREAKING CHANGES

Core Components

Removes the --width and --height variables from the following components, in favor of CSS:

  • Button
  • FAB Button
  • Checkbox
  • Removes the --width/--height and adds a --size variable that is set on the width and height, allowing width and height to still be set and border-radius to still use it as a variable
  • Radio
  • Removes the --width/--height and --inner-width/--inner-height variables. Calculates inner values based on parent element size.

Overlay Components

The following components have all been converted to shadow (or scoped) and have CSS variables for width/height:

  • Action Sheet (scoped)
  • Alert (scoped)
  • Loading (scoped)
  • Menu (shadow)
  • Modal (scoped)
  • Picker (scoped)
  • Popover (scoped)
  • Toast (shadow)

The above components will now have the following CSS variables for consistency among overlays:

Name
--height
--max-height
--max-width
--min-height
--min-width
--width

If the component does not set the value, it will default to auto.

Removed CSS Variables

The following CSS properties have been removed:

Component Property Reason
Button --height Use CSS instead
Button --margin-bottom Use CSS instead
Button --margin-end Use CSS instead
Button --margin-start Use CSS instead
Button --margin-top Use CSS instead
Button --width Use CSS instead
Checkbox --height Use CSS or --size
Checkbox --width Use CSS or --size
FAB Button --width Use CSS instead
FAB Button --height Use CSS instead
FAB Button --margin-bottom Use CSS instead
FAB Button --margin-end Use CSS instead
FAB Button --margin-start Use CSS instead
FAB Button --margin-top Use CSS instead
Menu --width-small Use a media query and --width
Radio --width Use CSS instead
Radio --height Use CSS instead
Radio --inner-height Calculated based on parent
Radio --inner-width Calculated based on parent

FAB Button mini

Renamed [mini] attribute to [size=small] in ion-fab-button.

- <ion-fab-button mini></ion-fab-button>
+ <ion-fab-button size="small"></ion-fab-button>

4.0.0-beta.18 (2018-12-13)

Bug Fixes

Features

BREAKING CHANGES

[ANGULAR] Tabs

Tabs got the last bit of changes needed in order to support lazy loading of components. To support this, some changes are required for the router config. Using the tabs starter as an example, here's a diff of the changes:

 import { RouterModule, Routes } from '@angular/router';

 import { TabsPage } from './tabs.page';
-import { Tab1Page } from '../tab1/tab1.page';
-import { Tab2Page } from '../tab2/tab2.page';
-import { Tab3Page } from '../tab3/tab3.page';

 const routes: Routes = [
   {
     path: 'tabs',
     component: TabsPage,
     children: [
-      {
-        path: '',
-        redirectTo: '/tabs/(tab1:tab1)',
-        pathMatch: 'full',
-      },
       {
         path: 'tab1',
-        outlet: 'tab1',
-        component: Tab1Page
+        children: [
+          {
+            path: '',
+            loadChildren: '../tab1/tab1.module#Tab1PageModule'
+          }
+        ]
       },
       {
         path: 'tab2',
-        outlet: 'tab2',
-        component: Tab2Page
+        children: [
+          {
+            path: '',
+            loadChildren: '../tab2/tab2.module#Tab2PageModule'
+          }
+        ]
       },
       {
         path: 'tab3',
-        outlet: 'tab3',
-        component: Tab3Page
+        children: [
+          {
+            path: '',
+            loadChildren: '../tab3/tab3.module#Tab3PageModule'
+          }
+        ]
+      },
+      {
+        path: '',
+        redirectTo: '/tabs/tab1',
+        pathMatch: 'full'
       }
     ]
   },
   {
     path: '',
-    redirectTo: '/tabs/(tab1:tab1)',
+    redirectTo: '/tabs/tab1',
     pathMatch: 'full'
   }
 ];

And for the tabs markup, we have something close to pre-beta 16 tabs, but still provides a custom tab-bar.

 <ion-tabs>

-  <ion-tab tab="tab1">
-    <ion-router-outlet name="tab1"></ion-router-outlet>
-  </ion-tab>
-  <ion-tab tab="tab2">
-    <ion-router-outlet name="tab2"></ion-router-outlet>
-  </ion-tab>
-  <ion-tab tab="tab3">
-    <ion-router-outlet name="tab3"></ion-router-outlet>
-  </ion-tab>
-
   <ion-tab-bar slot="bottom">
-
-    <ion-tab-button tab="tab1" href="/tabs/(tab1:tab1)">
+    <ion-tab-button tab="tab1">
       <ion-icon name="flash"></ion-icon>
       <ion-label>Tab One</ion-label>
     </ion-tab-button>

-    <ion-tab-button tab="tab2" href="/tabs/(tab2:tab2)">
+    <ion-tab-button tab="tab2">
       <ion-icon name="apps"></ion-icon>
       <ion-label>Tab Two</ion-label>
     </ion-tab-button>

-    <ion-tab-button tab="tab3" href="/tabs/(tab3:tab3)">
+    <ion-tab-button tab="tab3">
       <ion-icon name="send"></ion-icon>
       <ion-label>Tab Three</ion-label>
     </ion-tab-button>
-
   </ion-tab-bar>

 </ion-tabs>

[ANGULAR] href does not cause Angular Router to navigate

For consistency sake, the href attribute of ion-button, ion-item and ion-anchor no longer trigger navigation using the Angulars Router,instead use angulars [routerLink]:

- <ion-button href="/path/to/page">
+ <ion-button routerLink="/path/to/page">

This change will not affect SEO since ionic will still use href under the hood.

[ANGULAR] Prefixed Ion- components

For consistency with other frameworks and the rest of APIs and tooling, the exported ionic components are prefixed with Ion.

- import { Input } from '@ionic/angular';
+ import { IonInput } from '@ionic/angular';

This change might also help to improve autocompletion, and prevent collisions with other libraries.

More info

4.0.0-beta.17 (2018-11-29)

Bug Fixes

Features

4.0.0-beta.16 (2018-11-16)

BREAKING CHANGES

Segment Button now requires the text to be wrapped in an ion-label element for improved styling.

Old usage:

<ion-segment-button>
 Item One
</ion-segment-button>

New usage:

<ion-segment-button>
 <ion-label>Item One</ion-label>
</ion-segment-button>

Simplifying Chip

Because of updates to the Material Design spec, ion-chip no longer requires a chip-specific version of ion-icon or ion-button. Chips themselves should be interactive and don't require a nested button.

Old usage:

<ion-chip>
  <ion-chip-icon name="checkmark"><ion-chip-icon>
</ion-chip>

New usage:

<ion-chip>
  <ion-icon name="checkmark"></ion-icon>
</ion-chip>

Bug Fixes

Features

Performance Improvements

  • angular: remove duplicated code in value-accessor (bfbbeca)

Dependencies

If you are using @ionic/angular, please update the version number of any @angular packages in your package.json file to 7.0.3.

"dependencies": {
  "@angular/common": "~7.0.3",
  "@angular/core": "~7.0.3",
  "@angular/forms": "~7.0.3",
  "@angular/http": "~7.0.3",
  "@angular/platform-browser": "~7.0.3",
  "@angular/platform-browser-dynamic": "~7.0.3",
  "@angular/router": "~7.0.3",
  "rxjs": "6.3.3",
"devDependencies": {
  "@angular-devkit/architect": "~0.10.5",
  "@angular-devkit/build-angular": "~0.10.5",
  "@angular-devkit/core": "~7.0.5",
  "@angular-devkit/schematics": "~7.0.5",
  "@angular/cli": "~7.0.3",
  "@angular/compiler": "~7.0.3",
  "@angular/compiler-cli": "~7.0.3",
  "@angular/language-service": "~7.0.3",

4.0.0-beta.15 (2018-11-01)

Breaking Changes

Removed Global CSS Variables

The following global CSS variables have been removed for the reasons listed.

Variable Name Reason
--ion-toolbar-color-inactive Unused
--ion-ripple-background-color Unused / Ripple color is based on component
--ion-header-size Removed in favor of using CSS for h1-h6
--ion-header-step Removed in favor of using CSS for h1-h6

Renamed Global CSS Variables

The following global CSS variables have been renamed for the reasons listed.

Old Variable Name New Variable Name Reason
--ion-toolbar-text-color --ion-toolbar-color Variable is not limited to text color
--ion-toolbar-color-active --ion-toolbar-color-activated Consistency with our component variables
--ion-tabbar-text-color --ion-tab-bar-color Variable is not limited to text color
--ion-tabbar-text-color-active --ion-tab-bar-color-activated Consistency with our component variables
--ion-tabbar-background-color --ion-tab-bar-background Applies to the background property
--ion-tabbar-background-color-focused --ion-tab-bar-background-focused Applies to the background property
--ion-item-background-color --ion-item-background Applies to the background property
--ion-item-background-color-active --ion-item-background-activated Applies to the background property / Consistency with our component variables
--ion-item-text-color --ion-item-color Variable is not limited to text color
--ion-placeholder-text-color --ion-placeholder-color Consistency with other variables

Rethinking Tabs

One of the most valuable and complex components in Ionic's toolkit is Tabs. Tabs started off as a simple component that would create a tabbed interface to allow users to switch between different views in a way that was consistent with native UX paradigms.

Over time, we started hearing people ask for more features to be added: "Can we have one tab button that is just a button?" "Can I customize how the tab buttons are displayed?" "Can I use a custom icon in the tab?"

Traditionally, these features, and many others, were difficult to accomplish because Tabs was doing a lot of magic behind the scenes to generate the Tab bar and buttons. With this in mind, we thought it was time for a refresh to offer as much flexibility as possible within Tabs.

In order to do this, we had to change how Tabs were written in an app. Prior to Beta 14, Tabs would look like this:

<ion-tabs>
  <ion-tab label="Home" icon="home" href="/tabs/(home:home)">
    <ion-router-outlet name="home"></ion-router-outlet>
  </ion-tab>
  <ion-tab label="About" icon="information-circle" href="/tabs/(about:about)">
    <ion-router-outlet name="about"></ion-router-outlet>
  </ion-tab>
  <ion-tab label="Contact" icon="contacts" href="/tabs/(contact:contact)">
    <ion-router-outlet name="contact"></ion-router-outlet>
  </ion-tab>
</ion-tabs>

Here, we have an ion-tab element that accepts an icon, a label, and a link to navigate to as properties. This is pretty much how Tabs have worked all the way back to Ionic 1. In Beta 14, we've removed some of the magic from Tabs which allows for more customization:

<ion-tabs>
  <ion-tab-bar>

    <!-- No ion-tab, just a link that looks like a tab -->
    <ion-tab-button href="https://ionicframework.com">
      <!-- <a href="https://ionicframework.com"> -->
      <ion-icon name="globe"></ion-icon>
      <ion-label>Schedule</ion-label>
    </ion-tab-button>

    <!-- No ion-tab, just a button that looks like a tab -->
    <ion-tab-button (click)="openCamera()">
      <ion-icon name="camera"></ion-icon>
      <ion-label>Photo</ion-label>
    </ion-tab-button>

    <!-- Connected to ion-tab, on click will show the ion-tab with id home-view -->
    <ion-tab-button tab="home-view">
      <ion-icon name="home"></ion-icon>
      <ion-label>Home</ion-label>
    </ion-tab-button>
  </ion-tab-bar>

  <ion-tab tab="home-view">
    <ion-content></ion-content>
    <!-- or -->
    <ion-nav></ion-nav>
    <!-- or -->
    <ion-router-outlet></ion-router-outlet>
  </ion-tab>

</ion-tabs>

There's a lot going on here, so let's break it down:

  1. A single parent ion-tabs wraps the entire layout. Same as before.
  2. A new element, ion-tab-bar, creates the Tab Bar which will contain buttons.
  3. A new element, ion-tab-button, is used to create each button in the Tab Bar. These could be static links to different routes, buttons with click handlers on them, or link to whole tab views.
  4. The ion-tab component becomes a separate container that has inline content (ion-content), a navigation component (ion-nav) or a router outlet (ion-router-outlet).

To connect the ion-tab-button to the ion-tab, the tab property must be added to both of these components. For example:

<ion-tabs>
  <ion-tab-bar>
    <ion-tab-button tab="home-view"></ion-tab-button>
  </ion-tab-bar>

  <ion-tab tab="home-view"></ion-tab>
</ion-tabs>

Since the tab property is the same on the ion-tab-button and ion-tab, when the Tab Button is tapped, the home-view Tab will become active. This takes the magic out of Tabs while making the behavior between the tab buttons and the views much more explicit.

Some other benefits of this refactor include:

  • Can now be written as a standalone Tab Bar (with no attached Tab)
  • Works with a navigation component or a plain content element
  • Works with shadow DOM and allows easy customization of the Tab Bar
  • Gives full control over the elements inside of the Tab Bar
  • Integrates nicely with other frameworks that have different ways of rendering element nodes

Lastly, this change also fixes some outstanding issues with Tabs, so we're excited to get this out to you all!

Bug Fixes

Features

Performance Improvements

4.0.0-beta.13 (2018-10-14)

Bug Fixes

  • all: avoid using focus() since it conflicts with HTMLElement (5560dcd), closes #15810
  • all: disable animations in e2e tests (9d109d6)
  • all: docs for all missing props (a72fced)
  • angular: add "main" to package.json as workaround for webstorm (c57a7cc)
  • angular: backButton event uses ionBackButton (0337c7f)
  • angular: only bypass zone in high-rate events (f63c0f5), closes #15765
  • button: use class instead of reflect (e189cc6), closes #15623
  • card: include card-header in current color (b5e39c8)
  • card: update currentColor to use contrast color (a9a29f7)
  • card-header: get color property working (92514b3), closes #14723 #14853
  • col: fix CSS is undefined error on IE11 (#15882) (06a3028)
  • content: iOS should not have scroll in desktop (8cb1886), closes #15858
  • css: avoid cleancss bug (f87d4bf), closes #15807
  • css: remove selection color (6b0d812)
  • docs: Fix commit link on CONTRIBUTING.md (#15834) (fe0c3b4)
  • fab-button: add and document css properties (098bd82), closes #14808
  • fab-button: ripple-effect in safari (844c33a), closes #15768
  • hide/show: fix show-when/hide-when (fd01308), closes #15813
  • infinite-scroll: implements position="top" (b4a73ad), closes #15481
  • input: add and document custom properties (23df042), closes #14850
  • input: tabindex or tab in ion-input do not work with clearInput fix (e916500)
  • ion-datetime: keep the model value consistently an ISO string (#15907) (b46052b)
  • item: add input highlight using an absolute div (#15856) (f885f7d), closes #14036 #9639 #14952 #15690
  • item: detail context based in text color (e51f1f3)
  • label: add color variable, examples to test and document (b485eba), closes #14853 #14850
  • list: don't show inset lines for full line list (6eae95a)
  • menu: menu registers itself before it's ready (08beee3)
  • menu: overlays can block menu closing (11aa241), closes #15880
  • menu: wait until all menus are ready (a5c2cc1), closes #15727
  • menu-button: color (386cf82), closes #15546 #15545
  • menu-button: Not visible if toolbar has primary color (#15847) (e2ea08b)
  • modal/popover: lifecycle events (19c449e), closes #15806
  • picker: stop animation when it's closed (e81af2d), closes #15854
  • popover: showBackdrop hides backdrop (f00be0d), closes #15878
  • reorder-group: delegate dom reordering (5f65942), closes #15836
  • slides: disable autoplay by default (db6ddb0), closes #15766
  • tabbar: css variables assigned to the host (545db2e)
  • tabs: badgeColor works again (3d98587), closes #15559 #14840
  • tabs: fix async deadlock (905c7db)
  • title: allow color to be set for title without attribute (a9b3064), closes #14853 #14850
  • toggle: improve animation motion (5330574)

Features

  • angular: observer based api to override hardware back button (6a5aec8), closes #15820
  • menu: add new lifeycle events (64b52b5)
  • nav: animation is customizable (24f3373), closes #15851
  • overlays: expose animation customization (dc976cc)
  • initial vue support (73cff0c)

Performance Improvements

  • prevent unnecesary event listener changes (a999c1f)

4.0.0-beta.12 (2018-09-26)

Bug Fixes

  • action-sheet: allow async button handler returned value (3d3e6a4)
  • alert: check if value is null instead of truthy (799f0d7), closes #15420
  • all: gesture controller can block scrolling (633360f), closes #15725
  • all: lint errors (f8eafa7)
  • all: safe margins for fab, item-header, tabbar (62eff0a)
  • angular: add event listener on window (#15628) (7bd33a7)
  • angular: import icons using webpack apis (b71b36c)
  • angular: ionic/core is only a dep (236d8a4)
  • angular: value is updates based in ionChange (e18f8bf), closes #15722
  • app: statusTap and hardwareGB can be activated with config (c048f9f), closes #15617
  • back-button: add and document custom properties (b3aebb8), closes #14808 #14850 #14853
  • back-button: default md color is inhered (d0867b5)
  • button: default button width to auto to avoid inheriting (bac49ca), closes #15522
  • button: disable :hover on non supported devices (#15705) (67eb661)
  • button: disable pointer events in toolbar buttons (d145cae), closes #15623
  • buttons: fix activated, position, animation (9d6169a)
  • color: do not accept empty color (ede5525), closes #15732
  • content: apply background to the inner scroll element (f68c457), closes #15635
  • content: nested content (5f5ba66), closes #15680
  • datetime: check for null instead of undefined (407b147), closes #15605
  • datetime: convert to shadow and fix broken styles (fa77017), closes #15547 #14850
  • fab: do not reset fab activated if it's false (d619d8d)
  • gestures: change itemSliding gesture priority (48927e6), closes #15608
  • input: fix text type for select change event (694b6a8)
  • item: add the multiple inputs class to fix select/datetime in item (1cd792e), closes #15401
  • item-divider: add and document custom properties (06cb138), closes #14850 #14808
  • item-option: add and document custom properties (2a040e0), closes #14850 #14808 #14943
  • menu: crash when menu if forcedClosed (22e15b4)
  • menu: opening a menu autocloses any opened ones (8796f9f)
  • menu-controller: expose registerAnimation (29d00da), closes #15701
  • overlay: register backbutton handler only when needed (#15615) (b2b5d93), closes #15601
  • platform: using desktop instead of window (c8de84d)
  • add safe area cutouts (#15750) (a3c85ae)
  • radio: add css variables to make it customizable (9ec8e74), closes #15729
  • select: add position styles to work as standalone (224b4f8)
  • select: placeholder can be reset if value = null (602f668)
  • select: show placeholder when multiple is empty (29862e8)
  • select-popover: add scoped to apply proper styles to list (fd1b636)
  • slides: add back zoom plugin for swiper (6890ecc), closes #15676
  • slides: fix mutable options (681981f)
  • tap-click: prevent activated while scrolling (7f38d37), closes #15752
  • toast: button color is contrast (f65ec10), closes #15737

Features

  • animation: ability to disable animations w/ querystring (734b222)
  • app: adds _forceStatusbarPadding for ionic lab (0379977)
  • ripple: ability to disable ripple effect w/ querystring (efca0ae)
  • screenshot: update to use stencil e2e screenshot testing (43b9045)

Reverts

  • content: block scrolling in ion-content (9badb08)

4.0.0-beta.11 (2018-09-14)

Bug Fixes

  • slides: swiper must be a vendor (3435473)

4.0.0-beta.10 (2018-09-14)

Bug Fixes

  • animation: always call onFinish() (c23c5a4)
  • button: vanilla color is usable (b8b9b83)
  • segment: unselected color (b9e42eb)
  • slides: swiper is not required as dependency (29f324b)

4.0.0-beta.9 (2018-09-14)

Bug Fixes

  • anchor: make it activatable (6c62e6c)
  • angular: only append the component when the parent element is not the container element (6d6f70c), closes #14737
  • back-button: subscribe to body (37c9be7)
  • button: add custom properties and remove --ion-color overrides (#15463) (3af4361), closes #14808 #14853 #14850
  • core: matchBreakpoint will return true if breakPoint is empty string (#15498) (b362b0a), closes #15495
  • esm: reorganiza exports (bb19243)
  • fab-button: add routerDirection (2398634), closes #15551
  • input: value might be null/undefined (83543b7)
  • item: update hostContext to use ion-item element (21d1f2e)
  • item-option: add activated and ripple to button (78e2a0a), closes #14943
  • item-option: enable ripple-effect (428a5da)
  • item-sliding: make sure options are ready (7f59f91)
  • list-header: add and document custom properties (5ccc1fd), closes #14850 #14853 #14808
  • menu: ios styles (281f9a3)
  • nav: matches() function (9420b88)
  • overlay: animation can be interrupted (ca58664), closes #15506
  • overlay: only register backButton listener once (75c2d74)
  • popover: content sizing, scoped css (51d4e08), closes #15237 #15589 #15331
  • popover: remove unneeded code (b26c017)
  • radio: add and document custom properties (0f9a7b4), closes #14850
  • range: update range ratio when new min/max are passed (#15512) (f62601f), closes #15511
  • searchbar: add and document custom properties (7f57e02), closes #14850
  • searchbar: inherit color from color toolbar (3042f57)
  • searchbar: ionCancel event (20a7599), closes #15476
  • segment: fix css var + host-context() (49ab065)
  • slides: correct order of parameters (6442dfc), closes #15407
  • slides: Methods wait for execution until swiper is initialized (#15576) (ea01900)
  • slides: Update swiperOptions default to match version 4 of Swiper (#15578) (db35af2)
  • slides: Updated lockSwipes methods to match the new swiper.js API (#15469) (efb99cb)
  • sliding-item: swipe event (127da1a)
  • test: treeshake check runs last (b56f136)
  • test: workaround for nav tests (a4b1179)
  • toast: adds role timeout and cancel (2f2a255), closes #15477
  • toast: render on top (ac42180)
  • toggle: empty hidden input value when not checked (1f19862)
  • handle failure in hardware back button (6da765b)
  • remove argument-less catch() (ff919de)

Features

  • angular: integrate back-button with ng router (1bcca01)
  • app: hardware back button support (dfac9dc)
  • overlays: close overlay with back-button (4ccbefa)
  • router: add support for relative paths (b28aeab), closes #15499
  • virtual-scroller: add support (d40d0a7)

    Performance Improvements

    • router: prevent initializaing page twice (3dd9604)
    • slides: tree-shake dependency (9d3a259)

    4.0.0-beta.8 (2018-09-06)

    Bug Fixes

    • button: add custom properties and remove --ion-color overrides (#15463) (3af4361), closes #14808 #14853 #14850
    • menu: ios styles (281f9a3)
    • radio: add and document custom properties (0f9a7b4), closes #14850
    • searchbar: inherit color from color toolbar (3042f57)
    • slides: correct order of parameters (6442dfc), closes #15407
    • test: treeshake check runs last (b56f136)
    • test: workaround for nav tests (a4b1179)
    • toggle: empty hidden input value when not checked (1f19862)

    Features

    • angular: integrate back-button with ng router (1bcca01)
    • app: hardware back button support (dfac9dc)
    • overlays: close overlay with back-button (4ccbefa)
    • virtual-scroller: add support (d40d0a7)

      4.0.0-beta.7 (2018-08-30)

      Bug Fixes

      4.0.0-beta.6 (2018-08-29)

      Breaking Changes

      • All methods of all ionic components return a promise.
      • colors.css has been renamed to core.css, the global stylesheet needs to be updated:

      Stencil

      + @import "~@ionic/core/css/core.css";
        @import "~@ionic/core/css/normalize.css";
        @import "~@ionic/core/css/structure.css";
        @import "~@ionic/core/css/typography.css";
      - @import "~@ionic/core/css/colors.css";
      
        @import "~@ionic/core/css/padding.css";
        @import "~@ionic/core/css/float-elements.css";
        @import "~@ionic/core/css/text-alignment.css";
        @import "~@ionic/core/css/text-transformation.css";
        @import "~@ionic/core/css/flex-utils.css";
      

      Angular

      + @import "~@ionic/angular/css/core.css";
        @import "~@ionic/angular/css/normalize.css";
        @import "~@ionic/angular/css/structure.css";
        @import "~@ionic/angular/css/typography.css";
      - @import "~@ionic/angular/css/colors.css";
      
        @import "~@ionic/angular/css/padding.css";
        @import "~@ionic/angular/css/float-elements.css";
        @import "~@ionic/angular/css/text-alignment.css";
        @import "~@ionic/angular/css/text-transformation.css";
        @import "~@ionic/angular/css/flex-utils.css";
      

      Bug Fixes

      4.0.0-beta.5 (2018-08-27)

      Bug Fixes

      • Ionic/angular compiler error

      Breaking Changes

      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
      • Update Typescript to 2.9.2
        • "typescript": "~2.9.2"

      4.0.0-beta.4 (2018-08-27)

      Bug Fixes

      • alert: remove unneeded warning (8447f28)
      • all: add customization of font-style (c957ea6)
      • angular: back navigation and back-button play better (#15293) (9ddfb1b), closes #15290
      • angular: expose router.navigate() (7aa4f13), closes #15332
      • app: --ion-safe-area-right typo (77ca2bd)
      • app: listen statusTap event (dc82675)
      • app: statusbarPadding config is a boolean (b387de4)
      • build: do not export in component modules (da2dc7b)
      • buttons: margin between buttons (359c47f)
      • card: remove calculated width to work with dynamic margin (059d365), closes #15223
      • chip: add and document custom properties (07e99a1), closes #14850 #14853 #14808
      • config: scrollAssist boolean definition (#15203) (2af72fa)
      • config: using sessionStorage is not safe (091b433)
      • content: document and add custom properties (0372aec), closes #14850 #14808 #14853
      • content: fix scroll events (962578e), closes #15244
      • content: scrollToPoint reliability (e0f1259), closes #15257
      • datetime: allow values to be zero (#14480) (e0b8e24)
      • docs: add missed menu title in the list (#15300) (5f3c7cd)
      • docs: use shape property to get round buttons (#15321) (d4c812f)
      • docs: use shape property to get round buttons (#15322) (5c6fe45)
      • hide-when: mode is a reserved property (c446d1b)
      • img: add object-fit to the host to avoid skewing the inner img (2e94227)
      • infinite-scroll: remove unused method (926758e)
      • input: clearInput works in device (ac96705), closes #15319
      • menu: do not override --ion-color-base (a890828)
      • modal: make sure content is ready (2c8bc04), closes #14969
      • nav: remove nav-decor once transition finished (b8a87fb), closes #15121
      • note: do not overide --ion-color-base (5f90dbf)
      • overlay: expose "animated" API (8b768fb), closes #14775
      • overlays: dismiss last overlay (c1c5102)
      • overlays: esc button works closed top overlays (c567a82), closes #14662
      • picker: tune scrolling speed (bd75bf4)
      • platform: better detect platforms + css API (3ffa3cd), closes #15165 #15116
      • popover: make sure content is ready (8bf60e7)
      • popover: they should not below other overlays (d83e7f8), closes #14662
      • refresher: tune threshold (d129f62), closes #15233
      • ripple-effect: add and document custom properties (37a149c), closes #14850
      • segment: add and document custom properties (08c6c97), closes #14850 #14808 #14854
      • select: add and document custom properties (88613ff), closes #14850
      • select: random type in generated.d.ts (11edc49)
      • select: support any kind of value (151c58e), closes #15200
      • skeleton-text: add and document custom properties (b213500), closes #14850
      • slides: document custom properties (ecf1eb8), closes #14850
      • split-pane: add and document custom properties (9104850), closes #14850
      • textarea: remove autocomplete prop (5989f15)
      • title: mode is inherited (94ea0a6), closes #15187
      • toggle: cursor: pointer in desktop (86acb8c)
      • toolbar: add position relative to host for toolbar background (ac2db9f), closes #15193
      • transition: cleanup transition (70a38ac), closes #15317
      • virtual-scroll: update VS when items change (3adfb98)

      Features

      Performance Improvements

      • overlay: prevent layout thrashing (ed5c8eb)
      • ripple-effect: using requestIdleCallback (ea1c3d4)

      4.0.0-beta.3 (2018-08-16)

      Bug Fixes

      Features

      4.0.0-beta.2 (2018-08-08)

      Bug Fixes

      Features

      Performance Improvements

      • app: move app css to global css (a71f382)
      • menu: flickering (8253b04)
      • scroll: filter velocity using exponential moving window (419ef7b)

      4.0.0-beta.1 (2018-08-01)

      Bug Fixes

      • accesibility: boolean aria-* properties (4f9cbfe)
      • all: strong type text fields (1d001a3)
      • all: updated tslint rules to latest (92e21a8)
      • angular: events (7a0545d), closes #14866
      • angular: ion-router-outlet exposes animated (266336e), closes #14913
      • angular: pass proper animated value (7813acc)
      • app: statusbarPadding (fd8f875)
      • app: user-select on desktop (8a1ad1d)
      • button: do not change border radius if round button in toolbar (#14941) (ad006dd), closes #7661
      • button: improve text style inherency (25423a0), closes #14927
      • button: submit forms using fake button (c05d672), closes #14890 #14786
      • color: make desktop selection beautiful (0cdb500)
      • config: avoid using startWith for IE support (73a9f14), closes #14922
      • content: bottom padding (be4eda5)
      • fab: add styles for disabled (520da8d), closes #14867
      • flex-utils: add missing flex attributes (7c12e1b)
      • input: add color support for ion-input (f676f98), closes #14864
      • inputs: better customization for placeholder color (517104f)
      • item: only use pointer cursor for and (f19553f)
      • pointer-events: listening to document (afb0906)
      • refresher: default to disabled false, add to breaking changes (f1826a6), closes #14879
      • router-outlet: fix stack attribute detection (#14921) (16e992a)
      • searchbar: fix input bluring (d65174b), closes #14916
      • slides: update events to match swipers (fc0d4c0), closes #14865
      • title: can be used nested (d1969bd), closes #14905
      • title: support color (7da0ac4)

      Features

      Performance Improvements

      • app: tap-click is a ES (b0ac5ba)
      • css: always emit compressed css (143f0f0)
      • gesture: lazy loaded dynamic ES module (49cac8b)
      • icon: disable icon lazy loading when it's not needed (7292fc7)

      4.0.0-beta.0 (2018-07-25)

      Enjoy! 🎉

      Bug Fixes

      • angular: always dispatch lifecycle events (5677daa)

      4.0.0-alpha.14 (2018-07-25)

      Bug Fixes

      • angular: hide pages properly (a44b844)
      • angular: make pages invisible before they are rendered (a589816)
      • transition: make sure hidden is removed (f52dece)

      4.0.0-alpha.13 (2018-07-24)

      Bug Fixes

      • css: revert hidden css (7d3d98d)
      • tab: prevent infinite loop (05b258c)
      • toolbar: remove transparent border on translucent toolbar (55cb354)

      4.0.0-alpha.12 (2018-07-24)

      Bug Fixes

      • all: accesibility and global styles for hidden nodes (4b844ef)
      • checkbox: get css variable customization working better (3e7aa4b)
      • content: set height to make it accessible for children elements (#14772) (857b42d)
      • grid: set the flex and width to auto when size is auto (ba30671), closes #14807
      • inputs: inputs work inside (8324bd1)
      • label: style color (5c0e9e6)
      • list: hide the last item border when there are no lines (#14770) (26f7379), closes #14769
      • margin: adds css variables (f6c8f3f), closes #14798 #14826
      • menu-button: fix sass linting (d22f04b)
      • menu-button: get proper styles when used inside ion-buttons (811eee7)
      • modal: use flex to position modal to make it easier to size (9488a98), closes #14392
      • overlay: remove global css vars in overlays for local ones (38b1e47)
      • refresher: find parent ion-content properly (4eab209), closes #14833
      • slides: swiper container should take up 100% height (1d201ec), closes #14771
      • spinner: color can be customized in non-shadow-dom (65008e7)
      • spinner: get paused attribute working and update tests (3ab1e2d), closes #14811

      Features

      4.0.0-alpha.11 (2018-07-16)

      Bug Fixes

      • anchor: add proper styling, support for colors, and basic test (1dbf5bb), closes #14777
      • anchor: inner inherits text styles (9aedfc6)
      • button: add box-sizing so anchor buttons won't exceed max-width (9c9f081), closes #14760
      • button: set display type on host (89d1526)
      • button: submit form w/ ion-button within shadow dom (4ed8541), closes #14776
      • item: add cursor pointer back to native item (43f1fec), closes #14743
      • searchbar: use tag in toolbar context selector (124b87c)
      • segment: add styles for in a color toolbar (d9e4ca7)
      • spinner: style CSS props (2798bb0)
      • tab: props are reactive (00c4c77)
      • tab-button: add a class to hide the tab when show is false (eb9ed17)
      • tabs: add the colors to the tabbar as well (5348e7c), closes #14758
      • tabs: fix the tabs so the color property works on tab button (8aed3bf), closes #14758
      • virtual-scroll: read viewport size for every scroll event (1d3eb3f)

      4.0.0-alpha.10 (2018-07-11)

      Bug Fixes

      • angular: publish css to npm (748c209)
      • item: pass the correct type property to the button tag (5f8b02e), closes #14740
      • tabs: correct alignment for label/icon only tabs (b46c3e2)
      • tabs: update the tabbar placement value to match the property it applies to (45583bc)
      • toolbar: get translucency working with header, footer and toolbar (f6ab5b6)

      4.0.0-alpha.9 (2018-07-10)

      Bug Fixes

      4.0.0-alpha.8 (2018-07-09)

      Bug Fixes

      • angular: avoid TS 2.8 features (c736bac)
      • angular: correct subscription to cordova ready event (#14577) (5967352)
      • bundling: fix EventEmitter import (8e47101)
      • linting (e629e29)
      • icon: target element for style and add to breaking (949d93e)
      • overlay: make type an any (15dc651)
      • router: fix reuse strategy (bd53bba)
      • scripts: update github release notes (fc078af)
      • tabs: align tab title and icons to flex-start (c11d74b), closes #14606

      Features

      • all: custom icons (e6638e7)
      • dir: default to ltr css, rtl overrides w/ [dir=rtl] selectors (fb4353c)
      • slides: update swiper to latest (8e164d6)

      4.0.0-alpha.7 (2018-05-17)

      Bug Fixes

      • all: strong typing for color (618f708)
      • angular: platform logic belongs to core (af5db2f)
      • angular: build script (a88e1e8)
      • angular: params are assigned to props (7fa6e43)
      • angular: populated the platforms array (#14466) (d177087)
      • angular: Required<> is not available (8aa6965)
      • angular: routerLink integration (ed8ff4f)
      • content: scrol-inner takes all height (3da0c98)
      • nav: Remove console.log (#14467) (d93b1d5)
      • refresher: adds threshold (34ae904)
      • router: accepts root direction (ae9d0c7)
      • router: fix push() public interface (875b9d0)

      Features

      • img: adds lazy load image (b06c65f)

      4.0.0-alpha.6 (2018-05-10)

      Bug Fixes

      4.0.0-alpha.5 (2018-05-10)

      Bug Fixes

      • alert: onDidDismiss() is called (7b33039)
      • all: snapshot tests (cc7ab4e)
      • angular: exports (50021cd)
      • angular: routerLink uses (526c9a8)
      • angular: setup config provider correctly (82fbe31)
      • angular: unexport some es2017 js (f7bcb68)
      • app: fix the statusbar-padding to match new structure (6c2d539)
      • back-button: fix position (e00da6d)
      • capacitor: detect capacitor native (23d86eb)
      • hover: remove ion-app .enable-hover css (a939fa2)
      • inputs: interactive css to rule all them (1bd5467)
      • refresher: move gesture target to content (df2faa4)
      • router: change events when URL changes (ece86ee)
      • router: dynamic redirects (ba551fd)
      • router: route information is stateless (0f8477d)
      • snapshot: using md mode (e352d1b)
      • theming: update contrast colors (ae1028d)
      • virtual-scroll: JSX can render headers and footers (012127d)
      • virtual-scroll: linting (df8a4f7)

      Performance Improvements

      4.0.0-alpha.4 (2018-04-30)

      Bug Fixes

      • angular: compare router params length (b3a9c7f)
      • angular: Config provider (329a348)
      • angular: platform.ready() returns type (c0ec02e)
      • angular: update proxies (da0bfc7)
      • config: add object.entries polyfil (c917a3c)
      • config: add setupConfig util (0c1476e)
      • lint: import order (8b1452c)
      • nav: rename animate to animated (98a3519)
      • prerender: router compatible with prerender (9c7b0ca)
      • router: error when it can't initialize property (e56b2ee)
      • router: initial load waits until outlet attaches (c905ba4)
      • router: root prop (89d5a35)
      • router: writeURL() for non root base (af4bcb8)
      • scripts: github release (545d3c2)
      • segment: checked can be changed dynamically (78454b4)
      • select: cssClass + strong typed (826e02b)
      • toast: only use constant and env if supported (#14399) (9bee0f0)
      • validate: fix type errors (3328314)

      Features

      • router: add willChange event (d613411)

      4.0.0-alpha.3 (2018-04-23)

      Bug Fixes

      • all: strong typed events (d5129df)
      • angular: adds missing events (c929dad)
      • angular: Config provider (c87f0c5)
      • angular: platform ready() (2b3c14b)
      • overlay: cssClasses applied to overlay (43d7538)
      • prerender: local references to window/document (78bd146)
      • virtual-scroll: queue.write (c1cbbc5)

      Features

      • angular: animation is explicit (099b3ed)

      Performance Improvements

      • platform: remove from critical path (86a6cde)

      4.0.0-alpha.2 (2018-04-13)

      Bug Fixes

      • angular: add NavParams (22ebbce)
      • angular: change detection in deep ViewContainers (850d7fc)
      • angular: emit es5 code (02c1e83)
      • angular: icon proxy (db5313e)
      • angular: router-outlet uses stack by default (5c91101)
      • angular: using es2017 types (12a27bc)
      • angular: viewContainer in overlays (8ad3df9)
      • back-button: get the back button color working (5f4250b)
      • fab: fix fab activation (a203534)
      • label: inline position by default (fde878b)
      • label: using prop for position (b1ee4b8), closes #14288
      • mode: set mode css class on ion-app (fcb08e1)
      • props: update stencil (ea24ad6)
      • react: FrameworkDelegate matches API (e40a6b0)
      • toast: account for safe-area on ios (d984214)

      Features

      • angular: adds DomController (6a31f39), closes #14286
      • angular: push/setRoot/pop (4d23cba)
      • DomController: add DomController provider using stencil queue (bceece7)
      • queue: use stencil's queue controller for dom read/writes (d623b3b)
      • router: dont reuse the component if the params are different (5899b03)
      • routerDirection: refactors goBack (54d7a12)

      4.0.0-alpha.1 (2018-04-06)

      Bug Fixes

      0.2.2 (2018-04-05)

      Bug Fixes

      • back-button: fix menu and back button alignment (#14268) (57fbf6c)
      • ripple-effect: animation (25c852c)
      • sass: add missing alert css properties (#14269) (3471dd6), closes #14258
      • script: release script pushes tags (d23108a)
      • scripts: improve script (2215c6a)
      • select: pass header and subHeader to interfaces (2195895)
      • select: wrap the text for the message in a popover (0a0959b)

      0.2.1 (2018-04-04)

      Bug Fixes

      • angular: back button prevents default (4db687e)
      • angular: back-button (1f78390)
      • angular: back-button does not push view (bb46b5f)
      • angular: tabs flickering (7e97006)
      • app: hide elements (11cb42f)
      • scripts: update dep version (974b949)

      Features

      • angular: href integration (09e6b7e)

      0.2.0 (2018-04-02)

      Bug Fixes

      • angular: URL based tabs (14fedb9)

      0.1.6 (2018-04-02)

      Bug Fixes

      • angular: lifecycles (062641d)
      • angular: modal and popover (acd411d)
      • angular: module exports (cece447)
      • angular: proxies (2308239)
      • angular: tabs angular tests (ff1ed88)
      • router-outlet: enteringEl !== leavingEl (0d44253)
      • router-outlet: mutable prop (ff06dab)

      0.1.5 (2018-03-29)

      Bug Fixes

      • all: absolute positioning (4fcddad)
      • angular: goback navigation (7b9a00e)
      • angular: ion-back-button (9c789ce)
      • angular: stack based navigation (726938f)
      • avatar: adjust wide images to fill instead of squish (b0f8ca5)
      • back-button: empty text is a valid value (eb0ff2f)
      • back-button: ios style (2b8e489)
      • button: dynamic bar-button (d0c5f53)
      • checkbox: update ios checkbox to be closer to native (b29fce1)
      • components: add font-smoothing to mixing components (9caeec7)
      • covers: absolute positioning (ce09978)
      • item-option: remove outline on active/focus (eae6869), closes #14191
      • label: add missing text-wrap styles for ios (a9bd76a), closes #13157
      • menu: default menu mode (c31bcde)
      • nav: animated opts (57a5d49)
      • nav: no animation (4fdfddb)
      • nav: transition name (011a374)
      • picker: do not scroll (1c06bfe)
      • ripple-effect: tapclick is required in ionic (d57122c)
      • router: change detection for componentProps (a718f7e)
      • router: explicit goback should not push (7a26162)
      • router: fixes navChanged() (dddaee1)
      • router: ion-nav (113af9e)
      • router: loging (ffaec16)
      • router: route change detection (9e9f2a2)
      • router: wait RAF (b26a563)
      • slides: unload slides correctly (59c6891)
      • thumbnail: adjust wide images to fill instead of squish (54558c9)
      • toast: dismiss timeout (44f343d)
      • toolbar: unused private (c9d2a0d)
      • transition: nav ios transition (095f9c8)

      Features

      • button: goback attribute (00fc460)
      • config: add set to config (69a6f8d)
      • content: scrollEnabled (5c2678f)
      • menu-controller: expose registerAnimation (153f8ca)
      • nav: goBack directive (862e571)
      • nav-controller: goback best guess (46bbd0f)
      • ripple: css variable color (77fc792)
      • tab: framework support (48d1bd4)

      Performance Improvements

      • app: platform is not needed (e681836)

      Reverts

      • toolbar: revert to use old button attributes (574c346), closes #14172

      0.1.4 (2018-03-21)

      Bug Fixes

      • action-sheet: update padding on title to match native (f0a40fa)
      • alert: update colors for alert text and input borders (605ec93), closes #14196
      • alert: update md alert to closer match spec (7d53e49)
      • all: ts strict (part 4) (4693229)
      • angular: router-outlet animation (943e2f7)
      • chip: use lighter background color (08553f1), closes #14196
      • picker: does not scroll (b49a45d)
      • router: reusing checks params (371fc19)
      • router-outlet: css and change logic (6e683c5)

      Features

      • fab: add box shadow and transition for ios (d26074a)
      • ion-router-outlet: adds router-outlet (c03afab)

      0.1.4-9 (2018-03-20)

      Bug Fixes

      • all: ts strict (part 3) (06ad60e)
      • angular: ion-nav no routing (9094c66)
      • angular: removeViewFromDom (41f54f8)
      • back-button: use correct color for ios back button (b82c382), closes #14177
      • overlays: page is removed properly (9988c75)
      • theming: update spinner classes to new names (f578122)

      Features

      0.1.4-8 (2018-03-19)

      Bug Fixes

      • back-button: apply the proper color to the back button (7d2de18), closes #14177

      Features

      • nav: support for rootParams (50abcf5)

      0.1.4-7 (2018-03-16)

      Features

      • router: wildcard redirects (2bdf4ad)

      0.1.4-6 (2018-03-15)

      Bug Fixes

      • alert: backdrop calls cancel handler (de22eca)
      • alert: set input value (6e2a9c9)
      • angular: create angular delegate (3b5f758)
      • angular: fix overlays (cc4fecc)
      • angular: modal and popover support (9a0755a)
      • demos: fixes angular (f398b3a)
      • overlay: using hostData for zIndex (64f0866)
      • overlay: wrong stencil import (22f6a34)
      • overlays: OverlayController interface (6e2ca85)
      • popover: lifecycles (b56c2a8)
      • router: ambiguous routes (b4f46ee)
      • router: fix selection (207f416)
      • router: rename API to match stencil-router (e729610)
      • router: retuning string path (f48d817)
      • toggle: ios shadow (7df023a)

      Features

      • ion-router: dynamic routes (7c3cba0)
      • overlay: adds lifecycle events (0b099ce)
      • overlays: adds onDidDismiss and onWillDismiss (7dcf8a5)

      Performance Improvements

      0.1.4-5 (2018-03-09)

      Bug Fixes

      Features

      • router: adds redirectTo (f5c6333)

      0.1.4-4 (2018-03-08)

      Bug Fixes

      • back-button: implements back animation (64a787a)
      • route: params is not undefined (8b6df5a)

      0.1.4-3 (2018-03-08)

      Bug Fixes

      • router: passing params to ion-nav (d1263a8)

      Features

      • back-button: adds defaultHref (5271f68)
      • nav: params (878d7e6)
      • route: adds route-link (4a3030f)
      • router: reverse lookup with params (3ce8a67)

      0.1.4-2 (2018-03-07)

      Bug Fixes

      • fab: add side as a property for fab list (7387d34)
      • ion-router: fixes routing algorithm (c8a27b7)
      • item: href (540c33b)
      • overlays: bundling of overlays (9650bec)
      • router: invalid url (c7fe694)
      • routing: flickering (part 1) (7b264f9)
      • tabs: do not select when using router (174d9b5)

      Features

      • router: adds parameters (f29e3f4)
      • virtual-scroll: adds JSX support (dc8b363)

      0.1.4-1 (2018-03-07)

      Bug Fixes

      • ion-router: fixes routing algorithm (c8a27b7)
      • overlays: bundling of overlays (9650bec)
      • routing: flickering (part 1) (7b264f9)
      • tabs: do not select when using router (174d9b5)

      Features

      • virtual-scroll: adds JSX support (dc8b363)

      0.1.4-0 (2018-03-06)

      Refactor

      • Refactored navigation system

      Bug Fixes

      • testing: do not throw error for missing Ionic global (aa91d11)
      • zone: forgot to remove console.logs (4ec3e48)

      0.1.3 (2018-03-03)

      Performance Improvements

      • Updates to latest stencil, that includes the zone bypassing abilities.

      Bug Fixes

      0.1.2 (2018-03-03)

      Performance Improvements

      • events: bypass ngzone (7366c38)
      • scroll: watchdog + simplification (33a6274)

      Bug Fixes

      • scroll: clearInterval just to be safe (6da9882)

      0.1.1 (2018-03-01)

      Bug Fixes

      • button: pass the property type instead of hardcoding button (10e481a)

      0.1.0 (2018-03-01)