본문으로 건너뛰기

Updating to v5

This guide covers how to update your Ionic app to v5.

Overview

Ionic v5 includes several breaking changes and new features. This guide will help you migrate your app to the latest version.

Breaking Changes

Component Updates

Several components have been updated with breaking changes.

Framework Updates

Framework requirements have been updated.

Migration Steps

  1. Update your dependencies
  2. Run the migration script
  3. Update your code to use new APIs
  4. Test your app thoroughly

What's New

Ionic v5 introduces several new features and improvements:

  • Enhanced component APIs
  • Improved performance
  • Better TypeScript support
  • Updated documentation

Next Steps

After updating, check out the Getting Started guide to learn about new features.