Skip to content

Releases: ionic-team/ionic-framework

5.4.0-rc.2

13 Oct 20:34
Compare
Choose a tag to compare
5.4.0-rc.2 Pre-release
Pre-release

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/[email protected] @ionic/[email protected] --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

08 Oct 17:17
Compare
Choose a tag to compare
5.4.0-rc.1 Pre-release
Pre-release

This version is dedicated to our upcoming Ionic Vue release.

Bug Fixes

Upgrade Steps

npm install @ionic/[email protected] @ionic/[email protected] --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

07 Oct 17:55
Compare
Choose a tag to compare

Bug Fixes

4.11.13

01 Oct 18:08
18fb885
Compare
Choose a tag to compare

Bug Fixes

  • datetime: do not set ampm when the column doesn't exist (#22224) (210db5b)

4.11.12

29 Sep 20:47
f81d18c
Compare
Choose a tag to compare

Bug Fixes

  • datetime: remove the automatic switching from am to pm and vice versa (#22208) (0d56c51), closes #18924

5.3.4

25 Sep 14:44
Compare
Choose a tag to compare

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

17 Sep 22:14
Compare
Choose a tag to compare

Bug Fixes

4.11.11

11 Sep 20:41
c72c7ff
Compare
Choose a tag to compare

Bug Fixes

5.3.2

27 Aug 21:33
Compare
Choose a tag to compare

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

27 Jul 13:35
Compare
Choose a tag to compare

Bug Fixes

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