Four Features Introduced In Ionic 6.0.0
On 5/10/2022 a new major version of the Ionic framework was released. It comes with five new features. Let’s dive into them. Here’s what we will cover :
- Alert button promise
- Standalone component routing
- Submitting form from the outside
- Consistent calendar header
What’s Ionic?
BTW. Ionic is a framework popular among React, Angular, Vue developers desiring to write multiplatform apps. A rich tool set of Ionic makes it possible to write apps for Google and Apple platforms while sticking to open standards that work on the web.
The latest stable release comes with several bug fixes, but let’s dive into the features.
Better asynchronous programming
Alert buttons can be handled by a Promise
Ionic is usually accepting Promises as event handlers. Alert buttons was an exception up until now. With Ionic 6.0 alert buttons also accept Promises as event handlers: