Files
ionitron 515249d2c3 v8.7.5
2025-09-24 19:51:40 +00:00

68 KiB

Change Log

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

8.7.5 (2025-09-24)

Bug Fixes

8.7.4 (2025-09-17)

Bug Fixes

8.7.3 (2025-08-20)

Note: Version bump only for package @ionic/vue

8.7.2 (2025-08-06)

Bug Fixes

  • reorder-group: add children fallback for framework compatibility (#30593) (1cd81b9), closes #30592

8.7.1 (2025-07-31)

Note: Version bump only for package @ionic/vue

8.7.0 (2025-07-30)

Features

8.6.7 (2025-07-30)

Note: Version bump only for package @ionic/vue

8.6.6 (2025-07-30)

Note: Version bump only for package @ionic/vue

8.6.5 (2025-07-16)

Note: Version bump only for package @ionic/vue

8.6.4 (2025-07-09)

Note: Version bump only for package @ionic/vue

8.6.3 (2025-07-02)

Note: Version bump only for package @ionic/vue

8.6.2 (2025-06-18)

Note: Version bump only for package @ionic/vue

8.6.1 (2025-06-11)

Note: Version bump only for package @ionic/vue

8.6.0 (2025-06-04)

Features

  • datetime: add showAdjacentDays to display days from the previous and next months (#30262) (b67259e)
  • input-otp: add new input-otp component (#30386) (4d6a067)

8.5.9 (2025-06-04)

Note: Version bump only for package @ionic/vue

8.5.8 (2025-05-28)

Note: Version bump only for package @ionic/vue

8.5.7 (2025-05-07)

Note: Version bump only for package @ionic/vue

8.5.6 (2025-04-30)

Note: Version bump only for package @ionic/vue

8.5.5 (2025-04-16)

Note: Version bump only for package @ionic/vue

8.5.4 (2025-04-09)

Note: Version bump only for package @ionic/vue

8.5.3 (2025-04-02)

Note: Version bump only for package @ionic/vue

8.5.2 (2025-03-26)

Note: Version bump only for package @ionic/vue

8.5.1 (2025-03-19)

Bug Fixes

8.4.6 (2025-03-19)

Bug Fixes

8.5.0 (2025-03-13)

Features

8.4.5 (2025-03-13)

Bug Fixes

8.4.4 (2025-03-13)

Bug Fixes

8.4.3 (2025-01-29)

Bug Fixes

8.4.2 (2025-01-22)

Note: Version bump only for package @ionic/vue

8.4.1 (2024-11-27)

Note: Version bump only for package @ionic/vue

8.4.0 (2024-11-04)

Features

  • segment-view: adds support for new ion-segment-view component (#29969) (89508fb)
  • select: add modal as interface (#29972) (3628ea8)

8.3.4 (2024-10-30)

Note: Version bump only for package @ionic/vue

8.3.3 (2024-10-16)

Bug Fixes

8.3.2 (2024-10-02)

Note: Version bump only for package @ionic/vue

8.3.1 (2024-09-17)

Bug Fixes

  • react, vue: add default value for navManager on tabs (#29865) (df39cea)

8.3.0 (2024-09-05)

Features

8.2.8 (2024-09-05)

Note: Version bump only for package @ionic/vue

8.2.7 (2024-08-13)

Bug Fixes

  • vue: pass router-link value to href to properly render clickable elements (#29745) (ab4f279)

8.2.6 (2024-07-24)

Note: Version bump only for package @ionic/vue

8.2.5 (2024-07-03)

Bug Fixes

  • vue: add optional IonicConfig type parameter to IonicVue plugin (#29637) (90893f4), closes #29659

8.2.4 (2024-06-28)

Note: Version bump only for package @ionic/vue

8.2.3

This version should be skipped. Install 8.2.4 instead.

8.2.2 (2024-06-12)

Note: Version bump only for package @ionic/vue

8.2.1 (2024-06-05)

Note: Version bump only for package @ionic/vue

8.2.0 (2024-05-22)

Note: Version bump only for package @ionic/vue

8.1.3 (2024-05-22)

Note: Version bump only for package @ionic/vue

8.1.2 (2024-05-15)

Note: Version bump only for package @ionic/vue

8.1.1 (2024-05-08)

Note: Version bump only for package @ionic/vue

8.1.0 (2024-05-01)

Features

8.0.2 (2024-05-01)

Note: Version bump only for package @ionic/vue

8.0.1 (2024-04-24)

Note: Version bump only for package @ionic/vue

8.0.0 (2024-04-17)

Note: Version bump only for package @ionic/vue

8.0.0-rc.2 (2024-04-17)

Note: Version bump only for package @ionic/vue

7.8.5 (2024-04-17)

Note: Version bump only for package @ionic/vue

8.0.0-rc.1 (2024-04-10)

Note: Version bump only for package @ionic/vue

7.8.4 (2024-04-10)

Note: Version bump only for package @ionic/vue

7.8.3 (2024-04-03)

Note: Version bump only for package @ionic/vue

8.0.0-rc.0 (2024-03-27)

Note: Version bump only for package @ionic/vue

8.0.0-beta.4 (2024-03-27)

Features

7.8.2 (2024-03-27)

Note: Version bump only for package @ionic/vue

8.0.0-beta.3 (2024-03-20)

Note: Version bump only for package @ionic/vue

7.8.1 (2024-03-20)

Note: Version bump only for package @ionic/vue

8.0.0-beta.2 (2024-03-13)

Code Refactoring

BREAKING CHANGES

  • item: - The helper slot has been removed. Developers should use the helperText property on ion-input and ion-textarea.
  • The error slot has been removed. Developers should use the errorText property on ion-input and ion-textarea.
  • Counter functionality has been removed including the counter and counterFormatter properties. Developers should use the properties of the same name on ion-input and ion-textarea.
  • The fill property has been removed. Developers should use the property of the same name on ion-input, ion-select, and ion-textarea.
  • The shape property has been removed. Developers should use the property of the same name on ion-input, ion-select, and ion-textarea.

7.8.0 (2024-03-13)

Features

  • datetime: formatOptions property for Datetime (#29065) (7cdbc1b)
  • searchbar: autocapitalize, dir, lang, maxlength, and minlength are inherited to native input (#29098) (a0a77f7), closes #27606

7.7.5 (2024-03-13)

Note: Version bump only for package @ionic/vue

8.0.0-beta.1 (2024-03-06)

Note: Version bump only for package @ionic/vue

7.7.4 (2024-03-06)

Note: Version bump only for package @ionic/vue

8.0.0-beta.0 (2024-02-28)

Code Refactoring

  • checkbox: remove legacy property and support for legacy syntax (#29043) (fb5ae5b)
  • input: remove accept property (#28946) (2816b87)
  • radio: remove legacy property and support for legacy syntax (#29038) (58d7315)
  • range: remove legacy property and support for legacy syntax (#29040) (58c795f)
  • toggle: remove legacy property and support for legacy syntax (#29037) (c72eced)

Features

BREAKING CHANGES

  • range: The legacy property and support for the legacy syntax, which involved placing an ion-range inside of an ion-item with an ion-label, have been removed from range. For more information on migrating from the legacy range syntax, refer to the Range documentation.
  • checkbox: The legacy property and support for the legacy syntax, which involved placing an ion-checkbox inside of an ion-item with an ion-label, have been removed from checkbox. For more information on migrating from the legacy checkbox syntax, refer to the Checkbox documentation.
  • radio: The legacy property and support for the legacy syntax, which involved placing an ion-radio inside of an ion-item with an ion-label, have been removed from radio. For more information on migrating from the legacy radio syntax, refer to the Radio documentation.
  • toggle: The legacy property and support for the legacy syntax, which involved placing an ion-toggle inside of an ion-item with an ion-label, have been removed from toggle. For more information on migrating from the legacy toggle syntax, refer to the Toggle documentation.
  • input: The accept property has been removed from ion-input.

7.7.3 (2024-02-21)

Note: Version bump only for package @ionic/vue

7.7.2 (2024-02-14)

Note: Version bump only for package @ionic/vue

7.7.1 (2024-02-07)

Note: Version bump only for package @ionic/vue

7.7.0 (2024-01-31)

Note: Version bump only for package @ionic/vue

7.6.7 (2024-01-31)

Note: Version bump only for package @ionic/vue

7.6.6 (2024-01-24)

Bug Fixes

7.6.5 (2024-01-17)

Note: Version bump only for package @ionic/vue

7.6.4 (2024-01-10)

Note: Version bump only for package @ionic/vue

7.6.3 (2024-01-03)

Note: Version bump only for package @ionic/vue

7.6.2 (2023-12-19)

Note: Version bump only for package @ionic/vue

7.6.1 (2023-12-13)

Note: Version bump only for package @ionic/vue

7.6.0 (2023-12-06)

Bug Fixes

Features

7.5.8 (2023-12-06)

Bug Fixes

7.5.7 (2023-11-29)

Note: Version bump only for package @ionic/vue

7.5.6 (2023-11-21)

Note: Version bump only for package @ionic/vue

7.5.5 (2023-11-15)

Note: Version bump only for package @ionic/vue

7.5.4 (2023-11-08)

Note: Version bump only for package @ionic/vue

7.5.3 (2023-11-01)

Note: Version bump only for package @ionic/vue

7.5.2 (2023-10-25)

Note: Version bump only for package @ionic/vue

7.5.1 (2023-10-18)

Note: Version bump only for package @ionic/vue

7.5.0 (2023-10-11)

Features

7.4.4 (2023-10-11)

Note: Version bump only for package @ionic/vue

7.4.3 (2023-10-04)

Note: Version bump only for package @ionic/vue

7.4.2 (2023-09-27)

Note: Version bump only for package @ionic/vue

7.4.1 (2023-09-20)

Note: Version bump only for package @ionic/vue

7.4.0 (2023-09-14)

Features

  • checkbox, radio, toggle, range: stacked labels for form controls (#28075) (e6c7bb6)
  • export TransitionOptions interface and getIonPageElement (#28140) (19f3bb2), closes #28137

7.3.4 (2023-09-13)

Note: Version bump only for package @ionic/vue

7.3.3 (2023-09-06)

Note: Version bump only for package @ionic/vue

7.3.2 (2023-08-30)

Note: Version bump only for package @ionic/vue

7.3.1 (2023-08-23)

Note: Version bump only for package @ionic/vue

7.3.0 (2023-08-16)

Note: Version bump only for package @ionic/vue

7.2.4 (2023-08-16)

Note: Version bump only for package @ionic/vue

7.2.3 (2023-08-09)

Note: Version bump only for package @ionic/vue

7.2.2 (2023-08-02)

Note: Version bump only for package @ionic/vue

7.2.1 (2023-07-26)

Note: Version bump only for package @ionic/vue

7.2.0 (2023-07-19)

Features

7.1.4 (2023-07-19)

Note: Version bump only for package @ionic/vue

7.1.3 (2023-07-12)

Note: Version bump only for package @ionic/vue

7.1.2 (2023-07-06)

Note: Version bump only for package @ionic/vue

7.1.1 (2023-06-26)

Note: Version bump only for package @ionic/vue

7.1.0 (2023-06-21)

Features

7.0.14 (2023-06-15)

Note: Version bump only for package @ionic/vue

7.0.13 (2023-06-14)

Note: Version bump only for package @ionic/vue

7.0.12 (2023-06-08)

Note: Version bump only for package @ionic/vue

7.0.11 (2023-06-07)

Note: Version bump only for package @ionic/vue

7.0.10 (2023-05-31)

Note: Version bump only for package @ionic/vue

7.0.9 (2023-05-25)

Bug Fixes

7.0.8 (2023-05-24)

Note: Version bump only for package @ionic/vue

7.0.7 (2023-05-17)

Note: Version bump only for package @ionic/vue

7.0.6 (2023-05-11)

Note: Version bump only for package @ionic/vue

7.0.5 (2023-05-03)

Note: Version bump only for package @ionic/vue

7.0.4 (2023-04-26)

Note: Version bump only for package @ionic/vue

7.0.3 (2023-04-19)

Bug Fixes

7.0.2 (2023-04-12)

Note: Version bump only for package @ionic/vue

7.0.1 (2023-04-05)

Bug Fixes

Reverts

  • Revert "bug(breadcrumbs): color attribute shows on DOM for Vue (#27040)" (#27069) (abadeed), closes #27040 #27069

7.0.0 (2023-03-29)

Note: Version bump only for package @ionic/vue

7.0.0-rc.5 (2023-03-29)

Note: Version bump only for package @ionic/vue

6.7.1 (2023-03-29)

Note: Version bump only for package @ionic/vue

7.0.0-rc.4 (2023-03-27)

Note: Version bump only for package @ionic/vue

6.7.0 (2023-03-23)

Note: Version bump only for package @ionic/vue

7.0.0-rc.3 (2023-03-22)

Note: Version bump only for package @ionic/vue

6.6.3 (2023-03-22)

Note: Version bump only for package @ionic/vue

7.0.0-rc.2 (2023-03-15)

Note: Version bump only for package @ionic/vue

6.6.2 (2023-03-15)

Bug Fixes

  • react/vue: properly switch ionicon based on the mode when ios/md is set (#26924) (1eb9a08), closes #26207

7.0.0-rc.1 (2023-03-08)

Bug Fixes

6.6.1 (2023-03-08)

Note: Version bump only for package @ionic/vue

7.0.0-rc.0 (2023-03-01)

Note: Version bump only for package @ionic/vue

7.0.0-beta.6 (2023-03-01)

Note: Version bump only for package @ionic/vue

6.6.0 (2023-03-01)

Features

  • datetime: add ability to specify custom colors for specific dates (#26775) (2a761af)
  • toast: add stacked buttons functionality (#26790) (fc5fcc0)

6.5.7 (2023-03-01)

Note: Version bump only for package @ionic/vue

7.0.0-beta.5 (2023-02-27)

BREAKING CHANGES

  • searchbar: The detail payload for the ionInput event now on ion-searchbar contains an object with the current value as well as the native event that triggered ionInput.

7.0.0-beta.4 (2023-02-22)

Note: Version bump only for package @ionic/vue

6.5.6 (2023-02-22)

Note: Version bump only for package @ionic/vue

6.5.5 (2023-02-20)

Note: Version bump only for package @ionic/vue

7.0.0-beta.3 (2023-02-15)

Features

6.5.4 (2023-02-15)

Bug Fixes

7.0.0-beta.2 (2023-02-08)

Note: Version bump only for package @ionic/vue

6.5.3 (2023-02-08)

Note: Version bump only for package @ionic/vue

7.0.0-beta.1 (2023-02-01)

Reverts

6.5.2 (2023-02-01)

Bug Fixes

7.0.0-beta.0 (2023-01-25)

Bug Fixes

  • vue: loading is created as an inline component (#26191) (84990ce)

Code Refactoring

Features

Performance Improvements

  • item: remove delegatesFocus patch for iOS 13 (#25822) (ee3467c)
  • many: reduce delay when performing overlay or page transitions (#26189) (30e3a14), closes #24346

BREAKING CHANGES

  • toggle: The --background and --background-checked variables have been renamed to --track-background and --track-background-checked, respectively.
  • types: ActionSheetAttributes, AlertAttributes, AlertTextareaAttributes, AlertInputAttributes, LoadingAttributes, ModalAttributes, PickerAttributes, PopoverAttributes, and ToastAttributes have been removed. Developers should use { [key: string]: any } instead.
  • vue: @ionic/vue and @ionic/vue-router no longer ship a CommonJS entry point. Instead, only an ES Module entry point is provided for improved compatibility with Vite.
  • modal: - The swipeToClose property has been removed in favor of canDismiss.
  • The canDismiss property now defaults to true and can no longer be set to undefined.
  • accordion: ionChange is no longer emitted when the value of ion-accordion-group is modified externally. ionChange is only emitted from user committed changes, such as clicking or tapping the accordion header.

6.5.1 (2023-01-25)

Bug Fixes

6.5.0 (2023-01-18)

Features

6.4.3 (2023-01-18)

Note: Version bump only for package @ionic/vue

6.4.2 (2023-01-11)

Bug Fixes

6.4.1 (2022-12-14)

Note: Version bump only for package @ionic/vue

6.4.0 (2022-12-07)

Note: Version bump only for package @ionic/vue

6.3.10 (2022-12-07)

Note: Version bump only for package @ionic/vue

6.3.9 (2022-11-30)

Note: Version bump only for package @ionic/vue

6.3.8 (2022-11-22)

Bug Fixes

6.3.7 (2022-11-16)

Note: Version bump only for package @ionic/vue

6.3.6 (2022-11-10)

Note: Version bump only for package @ionic/vue

6.3.5 (2022-11-09)

Bug Fixes

6.3.4 (2022-11-02)

Note: Version bump only for package @ionic/vue

6.3.3 (2022-10-26)

Bug Fixes

6.3.2 (2022-10-17)

Bug Fixes

  • vue: routing components define child components (#26107) (d60973b)

6.3.1 (2022-10-12)

Note: Version bump only for package @ionic/vue

6.3.0 (2022-10-05)

Features

  • button: submit from outside of form (#25913) (b139838), closes #21194
  • datetime: add header text to multiple selection; improve header consistency between modes (#25817) (8a1b3c5)

6.2.9 (2022-09-28)

Bug Fixes

  • vue: back button handler only fires in routing context (#26014) (19f0fb7)

6.2.8 (2022-09-21)

Note: Version bump only for package @ionic/vue

6.2.7 (2022-09-14)

Note: Version bump only for package @ionic/vue

6.2.6 (2022-09-07)

Bug Fixes

6.2.5 (2022-08-31)

Note: Version bump only for package @ionic/vue

6.2.4 (2022-08-24)

Bug Fixes

6.2.3 (2022-08-17)

Note: Version bump only for package @ionic/vue

6.2.2 (2022-08-10)

Bug Fixes

6.2.1 (2022-08-03)

Note: Version bump only for package @ionic/vue

6.2.0 (2022-07-27)

Bug Fixes

Features

  • angular, react, vue: add support for autoMountComponent (#25552) (805dfa0)
  • datetime-button: add button for displaying datetime in overlays (#25655) (4997331), closes #24316
  • datetime: add multiple date selection (#25514) (9d31608)
  • datetime: add wheel style picker for dates and times (#25468) (3d19771)
  • modal: clicking handle advances to the next breakpoint (#25540) (7cdc388), closes #24069
  • range: add reference point for start position of range slider (#25598) (c2781cc), closes #24348

6.1.15 (2022-07-20)

Note: Version bump only for package @ionic/vue

6.1.14 (2022-07-13)

Note: Version bump only for package @ionic/vue

6.1.13 (2022-07-06)

Note: Version bump only for package @ionic/vue

6.1.12 (2022-06-29)

Note: Version bump only for package @ionic/vue

6.1.11 (2022-06-22)

Bug Fixes

  • vue: adding class to IonPage no longer hides component (#25490) (cbaa971)

6.1.10 (2022-06-15)

Note: Version bump only for package @ionic/vue

6.1.9 (2022-06-08)

Note: Version bump only for package @ionic/vue

6.1.8 (2022-06-01)

Bug Fixes

6.1.7 (2022-05-26)

Bug Fixes

6.1.6 (2022-05-18)

Note: Version bump only for package @ionic/vue

6.1.5 (2022-05-11)

Note: Version bump only for package @ionic/vue

6.1.4 (2022-05-04)

Bug Fixes

  • vue: switching between tabs and going back resolves to correct route (#25206) (b4ba70e), closes #24303

6.1.3 (2022-04-27)

Bug Fixes

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

Note: Version bump only for package @ionic/vue

6.1.1 (2022-04-15)

Note: Version bump only for package @ionic/vue

6.1.0 (2022-04-13)

Bug Fixes

  • vue: ensure that only tab pages get added to the tab navigation stack (#25045) (a0054a7), closes #24859

Features

6.0.16 (2022-04-08)

Note: Version bump only for package @ionic/vue

6.0.15 (2022-04-06)

Note: Version bump only for package @ionic/vue

6.0.14 (2022-03-30)

Note: Version bump only for package @ionic/vue

6.0.13 (2022-03-23)

Note: Version bump only for package @ionic/vue

6.0.12 (2022-03-16)

Bug Fixes

  • vue: tapping the active tab button now correctly resets the tab stack (#24935) (4534c8b), closes #24934

6.0.11 (2022-03-09)

Note: Version bump only for package @ionic/vue

6.0.10 (2022-03-02)

Note: Version bump only for package @ionic/vue

6.0.9 (2022-02-23)

Note: Version bump only for package @ionic/vue

6.0.8 (2022-02-15)

Bug Fixes

6.0.7 (2022-02-09)

Note: Version bump only for package @ionic/vue

6.0.6 (2022-02-09)

Bug Fixes

  • angular, react, vue: overlays no longer throw errors when used inside tests (#24681) (897ae4a), closes #24549 #24590
  • vue: replacing routes now updates location state correctly (#24721) (721a461), closes #24432
  • vue: routing history is correctly replaced when overwriting browser history (#24670) (0b18260), closes #23873

6.0.5 (2022-02-02)

Bug Fixes

  • vue: going back to a tabs outlet no loger causes classList error (#24665) (6d7b144), closes #24654

Performance Improvements

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

6.0.4 (2022-01-26)

Bug Fixes

  • react: setupIonicReact no longer crashes in SSR environment (#24604) (360643d)

6.0.3 (2022-01-19)

Note: Version bump only for package @ionic/vue

6.0.2 (2022-01-11)

Bug Fixes