Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ionic 8 Release: Installing older versions of Ionic #24419

Closed
liamdebeasi opened this issue Dec 15, 2021 · 0 comments
Closed

Ionic 8 Release: Installing older versions of Ionic #24419

liamdebeasi opened this issue Dec 15, 2021 · 0 comments
Labels

Comments

@liamdebeasi
Copy link
Contributor

liamdebeasi commented Dec 15, 2021

Hi everyone,

With the recent release of Ionic 8, I am sure many are eager to start trying out the new features. However, I also understand that some may not be ready to update to Ionic 8 just yet.

As a result, we have created some tags on npm to help developers stay on older versions of Ionic until they are ready to upgrade. These tags also apply to CDN URLs.

If you need help installing Ionic, please post on the Ionic Forum.

If you are running into bugs or have ideas for features, please open a new issue.

Thank you!


Ionic 7

Developers wishing to remain on Ionic 7 should install Ionic from the v7-lts tag:

NPM Example:

npm install @ionic/vue@v7-lts @ionic/vue-router@v7-lts

CDN Example:

<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@v7-lts/dist/ionic/ionic.esm.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@v7-lts/css/ionic.bundle.css" />

Ionic 6

Developers wishing to remain on Ionic 6 should install Ionic from the v6-lts tag:

NPM Example:

npm install @ionic/vue@v6-lts @ionic/vue-router@v6-lts

CDN Example:

<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@v6-lts/dist/ionic/ionic.esm.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@v6-lts/css/ionic.bundle.css" />

Ionic 5

Developers wishing to remain on Ionic 5 should install Ionic from the v5-lts tag:

NPM Example:

npm install @ionic/react@v5-lts @ionic/react-router@v5-lts

CDN Example:

<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@v5-lts/dist/ionic/ionic.esm.js"></script>
<script nomodule src="https://cdn.jsdelivr.net/npm/@ionic/core@v5-lts/dist/ionic/ionic.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@v5-lts/css/ionic.bundle.css" />

Ionic 4

Developers wishing to remain on Ionic 4 should install Ionic from the v4-lts tag:

NPM Example:

npm install @ionic/angular@v4-lts

CDN Example:

<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@v4-lts/dist/ionic/ionic.esm.js"></script>
<script nomodule src="https://cdn.jsdelivr.net/npm/@ionic/core@v4-lts/dist/ionic/ionic.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@v4-lts/css/ionic.bundle.css" />
@ionitron-bot ionitron-bot bot added the triage label Dec 15, 2021
@liamdebeasi liamdebeasi pinned this issue Dec 15, 2021
@ionic-team ionic-team locked and limited conversation to collaborators Dec 15, 2021
@liamdebeasi liamdebeasi changed the title Ionic 6 Release: Installing older versions of Ionic Ionic 7 Release: Installing older versions of Ionic Apr 5, 2023
@liamdebeasi liamdebeasi changed the title Ionic 7 Release: Installing older versions of Ionic Ionic 8 Release: Installing older versions of Ionic Apr 17, 2024
@liamdebeasi liamdebeasi unpinned this issue May 1, 2024
@liamdebeasi liamdebeasi pinned this issue May 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant