Skip to content

3.4.0

Compare
Choose a tag to compare
@danbucholtz danbucholtz released this 15 Jun 14:34

3.4.0 (2017-06-15)

Steps to Upgrade

ionic-angular should be set to version 3.4.0 in the package.json dependency list. The latest @angular release 4.1.3 is also supported. Feel free to update apps by updating the package.json dependencies to match below.

"dependencies": {
  "@angular/common": "4.1.3",
  "@angular/compiler": "4.1.3",
  "@angular/compiler-cli": "4.1.3",
  "@angular/core": "4.1.3",
  "@angular/forms": "4.1.3",
  "@angular/http": "4.1.3",
  "@angular/platform-browser": "4.1.3",
  "@angular/platform-browser-dynamic": "4.1.3",
  "@ionic-native/core": "3.12.1",
  "@ionic-native/splash-screen": "3.12.1",
  "@ionic-native/status-bar": "3.12.1",
  "@ionic/storage": "2.0.1",
  "ionic-angular": "3.4.1",
  "ionicons": "3.0.0",
  "rxjs": "5.4.0",
  "sw-toolbox": "3.6.0",
  "zone.js": "0.8.12"
},
"devDependencies": {
  "@ionic/app-scripts": "1.3.7",
  "typescript": "2.3.4"
}

Bug Fixes

Features

  • background-position: add background position support for rtl (#11946) (305c306)
  • loading: add enableBackdropDismiss to Loading (#11937) (d0ae810), closes #7975
  • loading: add margin start variable (#11980) (3e0d43e)
  • rtl: add transform and transform-origin support for rtl (#11649) (2273fb5)
  • rtl: optimize the new mixins for smaller bundle, ltr separation (#11635) (f0c6948)
  • rtl: support flipped svg background images on rtl (#11945) (f4452b5)
  • slides: support centering slides and using decimal numbers (e3c60c5), closes #10361

Performance Improvements