As usual my trusty Twitter bot @IonicRelease just found and tweeted out these two new releases:
At the same time Dan from Ionic already created a blog post with all the info needed:
Happy Thursday Ionites! We’re hope you’re enjoying all that Autumn – the best season – has to offer. Today we’re releasing ionic-angular 3.7.0 and @ionic/app-scripts 3.0.0. These releases have a lot to offer, so let’s dive into each of them.
For the record I tested tonight my app with the iPhoneX simulator and I’ve to say I’m really pleased with the first compatibility improvements the Ionic team built for iPhoneX. My app seems to be compatible. Splash, status bar, footer, action sheets, modals, etc. are right in place
why it is showing “[14:22:23] uglifyjs started …” during build instead of “uglifyes”. When ionic team have stated
Version 3.0.0 deprecated support for Rollup, Closure Compiler, and Babili. The support for these was poor and they were not used by many developers. uglifyjs was replaced with the newer uglifyes, which supports ES2015.
Becuase they only changed the Import from uglifyjs to uglifyes but not the code and the logger construction:
You might want to create an issue on Github so they know about it and can fix it.
OR you might even want to create a super simple PR that changes this line!