mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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:
@@ -277,6 +277,7 @@ task('release.pullLatest', (done: Function) => {
|
||||
done();
|
||||
}
|
||||
});
|
||||
done();
|
||||
});
|
||||
|
||||
task('release.prepareChangelog', () => {
|
||||
|
||||
Reference in New Issue
Block a user