Skip to content

npm "latest" tag still points to v2.x instead of v4.x causing confusion #1258

Description

@davidyarkan

Hi maintainers,

When running npm outdated, the package shows:

vuedraggable 4.1.0 → Latest: 2.24.3

This is confusing because v4.x is the Vue 3 compatible version and the one actually used in modern projects.

It seems the npm dist-tag "latest" still points to v2.x while v4.x is the current stable for Vue 3.

This causes:

  • misleading upgrade information
  • confusion in dependency tools
  • incorrect interpretation of "latest"

Suggestion:

  • Update npm dist-tag "latest" to v4.x OR
  • Clearly document in README that v2 = latest tag, v4 = Vue 3 branch

Thanks for your work 🙌

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions