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

[vue] Normalize page #3946

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions products/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ iconSlug: vuedotjs
permalink: /vue
alternate_urls:
- /vuejs

versionCommand: npm list vue
releasePolicyLink: https://vuejs.org/about/releases.html
activeSupportColumn: true
Expand All @@ -25,30 +24,30 @@ identifiers:

releases:
- releaseCycle: "3"
releaseDate: 2020-09-18
support: true
eol: false
extendedSupport: false
latest: "3.3.7"
latestReleaseDate: 2023-10-24
extendedSupport: false
releaseDate: 2020-09-18
link: https://github.com/vuejs/core/blob/main/CHANGELOG.md

- releaseCycle: "2"
releaseDate: 2016-09-30
support: 2022-03-18
eol: 2023-12-31
extendedSupport: true
latest: "2.7.15"
latestReleaseDate: 2023-10-23
extendedSupport: true
releaseDate: 2016-09-30
link: https://github.com/vuejs/vue/blob/main/CHANGELOG.md

- releaseCycle: "1"
releaseDate: 2015-10-27
support: false
eol: true
extendedSupport: false
latest: "1.0.28"
latestReleaseDate: 2016-09-27
extendedSupport: false
releaseDate: 2015-10-27
link: https://github.com/vuejs/vue/releases/tag/v__LATEST__

---
Expand All @@ -64,9 +63,10 @@ announced ahead of time, and will go through an early discussion phase and alpha
phases.

Every time a new major is released, the last minor in the previous major automatically becomes LTS
for 18 months, receiving bug fixes and security patches. Then it becomes maintenance mode
(security patches only) for another 18 months before entering end of life. "2.7" is the planned LTS
release for the v2 cycle with an [announced 2.x end of life](https://v2.vuejs.org/lts/) on December 31, 2023.
for 18 months, receiving bug fixes and security patches. Then it becomes maintenance mode (security
patches only) for another 18 months before entering end of life. "2.7" is the planned LTS release
for the v2 cycle with an [announced 2.x end of life](https://v2.vuejs.org/lts/) on December 31, 2023.

Commercial support for Vue 2.x is available through the [HeroDevs Never-Ending Support](https://www.herodevs.com/support/nes-vue) initiative. For more information, see NES Vue [2.6](https://docs.herodevs.com/docs/vue2/2.6) and
Commercial support for Vue 2.x is available through the [HeroDevs Never-Ending Support](https://www.herodevs.com/support/nes-vue)
initiative. For more information, see NES Vue [2.6](https://docs.herodevs.com/docs/vue2/2.6) and
[2.7](https://docs.herodevs.com/docs/vue2/2.7) docs.