feat(): initial iphoneX support

* feat(cordova): add ios11 safeAreaInsets support

* feat(cordova): ios11 padding mixin

* chore(dependencies): go to angular 4.1.3

* chore(build): temporarily disable git pull and status from master as part of build

* fix(sass): add a mixin for the safe-area-padding

* style(sass): fix sass lint errors

* style(): tabs, footer, content changes

* fix(): lint

* style(sass): fix sass linter error

* refactor(footer): use safe area for all modes

* fix(tabs): increase font-weight of tabs for iOS 11

* style(): fix content padding and sizing

* style(sass): fix linter and remove unused vars

* style(): actionsheet, toast, header updates

* fix(): sass lint

* chore(): backout release changes

* chore(): update to lastest master
This commit is contained in:
Mike Hartington
2017-09-26 13:27:34 -04:00
committed by GitHub
parent f42e81b02b
commit 112d4f5490
13 changed files with 199 additions and 21 deletions

View File

@@ -277,6 +277,7 @@ task('release.pullLatest', (done: Function) => {
done();
}
});
done();
});
task('release.prepareChangelog', () => {