We’ve been hard at work on Ionic 5 to bring some big design updates for iOS including a new Segment design, pull to refresh, collapsible large title, and more! In addition to that, we’ve revamped Ionicons, improved theming, and added an entirely new API for custom animations!
We’re so excited to release this soon, and could use your help in testing it. This release candidate comes exactly a year after our Ionic 4 release.
If you’d like to try it out, you can run the following commands to install it:
# For Angular
npm install @ionic/angular@next
# For React
npm install @ionic/react@next
npm install @ionic/react-router@next
npm install ionicons@dev
Although we do recommend updating to the latest release of Ionic 4 first in order to see any deprecation warnings specific to your app in your developer console.
The feature doesn’t exist out of the box, but our new custom gestures coming in Ionic 5 will allow this! There was actually a blog written by Josh Morony on this recently:
It will be fairly simple though. We recommend being on the latest version of Ionic 4 so you can see deprecation warnings specific to your app, which shouldn’t exist if you just created it.
Then, you’ll be running the following commands:
# For Angular
npm install @ionic/angular@latest
# For React
npm install @ionic/react@latest
npm install @ionic/react-router@latest
npm install ionicons@latest
If you’d like to update now, the currently available next version (instructions in original post) is very close to what we will be releasing.
Just saw your youtube episode about RC 5 and did the switch on my app.
EVERYTHING WORKS!
(ok, one thing isnt but thats about it - ion refresher is blank white and not reacting at all)
–> I went through the changelogs and understood that my fault was to test my app in chrome with the ios “simulator” there. In there it was not defaulting back to web refresh. Once I changed that to “responsive” instead of “iphone” everything went well. So no issues so far!
But honestly this, I just have not expected.
I am working on my next version for outspoken.de app (instagram / spotify / facebook similar socialnetwork in the hardcore-punkrock niche), so it is not the smallest app feature wise and still you guys gave me no headache so far!
Thank you! For the video and much more for the smooth transition.
Thanks for the feedback! I’m happy to hear you had a smooth upgrade.
For the refresher - this may actually be a bug. It should be falling back to the browser refresher if the native refresher is not available. We just released a rc.2 about an hour ago with some fixes for refresher - https://github.com/ionic-team/ionic/releases/tag/v5.0.0-rc.2
Could you try that out and let me know if that fixes it for you?
@brandyshea I wanted to say that ionic 4 app run too slow in real device. And some time the css does render in the app. What should I do?.I want help from you.