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

3.9.5

Compare
Choose a tag to compare
@liamdebeasi liamdebeasi released this 16 Apr 18:54
· 12 commits to master since this release

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