Skip to content

3.6.1

Compare
Choose a tag to compare
@kensodemann kensodemann released this 07 Sep 20:33

3.6.1 (2017-09-07)

Upgrade Instructions

[email protected] is a drop-in replacement for 3.6.0. To install it, please run:

npm install -g ionic@latest
npm install @ionic/[email protected] --save-dev
npm install [email protected] --save

Bug Fixes

  • generators: Update documentation URLs for templates (475b722)
  • navigation: check existence of done transition callback (#12640) (0a6bb3b)
  • navigation: ensure secondaryId always has a string value (#12641) (1069505)
  • navigation: fix popTo signature and make usage uniform (3187375)
  • slider: guard the processing of _slides (b809665), closes #12791