Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Releases: ionic-team/ionic-v3

3.9.10

08 Apr 16:06
2b7292e
Compare
Choose a tag to compare

3.9.10 (2020-04-08)

ionic-angular 3.9.10 is a patch release of ionic-angular 3.9.9. To upgrade, follow the instructions here for updating to ionic-angular 3.9.0. After completing those steps, update the ionic-angular version to 3.9.10.

npm install [email protected] --save

Bug Fixes

  • searchbar: add aria-label to the clear button (#1096) (665edcf)

3.9.9

07 Oct 18:31
fa7b536
Compare
Choose a tag to compare

3.9.9 (2019-10-07)

ionic-angular 3.9.9 is patch release of ionic-angular 3.9.8. To upgrade, follow the instructions here for updating to ionic-angular 3.9.0. After completing those steps, update the ionic-angular version to 3.9.9.

npm install [email protected] --save

Bug Fixes

3.9.8

11 Jul 15:48
Compare
Choose a tag to compare

3.9.8 (2019-07-11)

ionic-angular 3.9.8 is patch release of ionic-angular 3.9.7. To upgrade, follow the instructions here for updating to ionic-angular 3.9.0. After completing those steps, update the ionic-angular version to 3.9.8.

npm install [email protected] --save

Notes

This is a housekeeping release and does not bring any notable changes.

3.9.7

11 Jul 15:23
Compare
Choose a tag to compare

3.9.7 (2019-07-11)

ionic-angular 3.9.7 is patch release of ionic-angular 3.9.6. To upgrade, follow the instructions here for updating to ionic-angular 3.9.0. After completing those steps, update the ionic-angular version to 3.9.7.

npm install [email protected] --save

Notes

This is a housekeeping release and does not bring any notable changes.

3.9.6

20 May 19:31
Compare
Choose a tag to compare

3.9.6 (2019-05-20)

ionic-angular 3.9.6 is patch release of ionic-angular 3.9.5. To upgrade, follow the instructions here for updating to ionic-angular 3.9.0. After completing those steps, update the ionic-angular version to 3.9.6.

npm install [email protected] --save

Bug Fixes

  • reorder: remove touch action to fix functionality on edge (#1030) (deb2627), closes #1023

3.9.5

16 Apr 18:54
Compare
Choose a tag to compare

3.9.5 (2019-04-16)

ionic-angular 3.9.5 is patch release of ionic-angular 3.9.4. To upgrade, follow the instructions here for updating to ionic-angular 3.9.0. After completing those steps, update the ionic-angular version to 3.9.5.

npm install [email protected] --save

Bug Fixes

  • ios: resolve iOS 12.2 scrolling issues with navigation and overlays (#1007) (cf65fad), fixes #984, #1004, and #1005
  • navigation: fix nodes leak when opening and closing modals (#973) (b0426a3), fixes #231
  • virtual-scroll: validate null events on scroll update (#970) (87d75d7), fixes #967

3.9.4

21 Feb 19:02
Compare
Choose a tag to compare

3.9.4 (2019-02-21)

ionic-angular 3.9.4 is patch release of ionic-angular 3.9.3. To upgrade, follow the instructions here for updating to ionic-angular 3.9.0. After completing those steps, update the ionic-angular version to 3.9.4.

npm install [email protected] --save

Bug Fixes

3.9.3

04 Feb 13:31
3629f87
Compare
Choose a tag to compare

3.9.3 (2019-02-01)

ionic-angular 3.9.3 is patch release of ionic-angular 3.9.2. To upgrade, follow the instructions here for updating to ionic-angular 3.9.0. After completing those steps, update the ionic-angular version to 3.9.3.

npm install [email protected] --save

Bug Fixes

  • accessibility: disable icon label if tab has title (98c5d7e)
  • alert: allow disabled text input (1b3190b), closes #13488
  • content: remove layout contain to fix fab behind toolbar (79c8d67)
  • cordova: don't apply safe area to footer if there are bottom tabs (0182014)
  • sass: use sass variables for slide background values (3d0713d)
  • toggle: add display: block to ensure proper track dimension calculation (68d0a922), closes #919

Notes

This release of ionic-angular brings full Node 10 support.