Remove Vue 2 only entries from Components & Libraries#4337
Open
mahmudulturan wants to merge 2 commits intovuejs:masterfrom
Open
Remove Vue 2 only entries from Components & Libraries#4337mahmudulturan wants to merge 2 commits intovuejs:masterfrom
mahmudulturan wants to merge 2 commits intovuejs:masterfrom
Conversation
Remove 14 entries that only support Vue 2 with no Vue 3 migration. Each repo was verified via GitHub API and README inspection to confirm it does not support Vue 3. Entries that appeared Vue 2 only based on their awesome-vue description but have actually migrated to Vue 3 (e.g. v-tooltip, v-dialogs, vue-draggable-resizable, vue-cropper) were kept. Removed: - element-ui (superseded by Element Plus) - vux - vue-element-admin (built on Element UI 2.x) - D2 Admin - Vitify Admin (Vue 2.7 + Vuetify 2) - Vue-Access-Control - vue-easytable - Vue Pivottable - vue-easy-toast - vue2-leaflet - Vue Datamaps - vue-goodshare - vue-signature - vue-option-events Relates to vuejs#4138, vuejs#4323
Already listed under the Truly awesome projects section. Fixes CI duplicate link check.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove 14 entries from Components & Libraries that only support Vue 2 with no Vue 3 migration. Each repo was individually verified via GitHub API and README inspection.
Entries that appeared Vue 2 only based on their awesome-vue description but have actually migrated to Vue 3 (e.g. v-tooltip, v-dialogs, vue-draggable-resizable, vue-cropper) were intentionally kept.
Removed entries
Relates to #4138, #4323