PrimeVue v4 Stopped Active Dev: OpenVue Takes Over on MIT
PrimeVue v4 停止活跃开发:OpenVue 基于 MIT 协议接管项目
If your stack relies on PrimeVue v4, there’s a recent change in the project’s maintenance lifecycle worth knowing about. PrimeVue v4 has officially transitioned into security-only maintenance mode. As outlined in the project’s documentation, active feature development has ceased, issue tracking is now read-only, and new bug fixes or enhancements are scoped to a separate project line.
如果你的技术栈依赖于 PrimeVue v4,那么项目维护生命周期中的一项最新变动值得关注。PrimeVue v4 已正式进入“仅安全维护”模式。正如项目文档所述,活跃的功能开发已经停止,问题追踪(Issue tracking)现已转为只读,新的错误修复或功能增强将被归入另一条独立的产品线。
While this marks a strategic shift for the core maintainers, it introduces strategic risk for engineering teams running production workloads on PrimeVue v4 under the MIT license, specifically those requiring ongoing component iteration, active bug resolution, and long-term ecosystem support. To address this gap, we launched OpenVue.
虽然这对核心维护者来说是一个战略调整,但对于那些在 MIT 协议下运行 PrimeVue v4 生产环境的工程团队而言,这带来了战略风险,特别是对于那些需要持续组件迭代、主动错误修复和长期生态支持的团队。为了填补这一空白,我们推出了 OpenVue。
OpenVue is an independent, community-driven continuation of PrimeVue 4.5.5, the final release under open-source governance. Maintained under the OpenVi Foundation, it operates as a fully open-source, MIT-licensed ecosystem free from commercial gating or paywalled functionality. It maintains total architectural fidelity across 80+ core components, preserving full parity with existing props、slots, events, and theming systems, while unifying icon sets and design tooling under a single ecosystem.
OpenVue 是 PrimeVue 4.5.5(开源治理下的最后一个版本)的一个独立、社区驱动的延续项目。它由 OpenVi 基金会维护,是一个完全开源、基于 MIT 协议的生态系统,没有任何商业限制或付费墙功能。它在 80 多个核心组件中保持了完全的架构一致性,保留了与现有 props、slots、事件和主题系统的完全对等性,同时将图标集和设计工具统一在一个生态系统中。
Because the API remains completely aligned with PrimeVue v4, migration requires zero structural refactoring. Upgrading is a straightforward dependency swap. You can run the official CLI migration utility to update your project automatically: npx @openvue/migrate
由于 API 与 PrimeVue v4 完全对齐,迁移过程无需进行任何结构性重构。升级只需简单地替换依赖项。你可以运行官方的 CLI 迁移工具来自动更新项目:npx @openvue/migrate
The utility renames your PrimeVue dependencies, rewrites import statements across your source files, and reports any references it could not migrate, producing a single, reviewable diff.
import Button from 'primevue/button'
import Button from '@openvue/button'Your component templates, design tokens, and application logic remain entirely untouched.
该工具会重命名你的 PrimeVue 依赖项,重写源代码中的导入语句,并报告任何无法迁移的引用,最终生成一个可供审查的差异文件(diff)。
import Button from 'primevue/button'
import Button from '@openvue/button'你的组件模板、设计令牌(design tokens)和应用程序逻辑将完全保持不变。
OpenVue is currently in 1.0.0-rc.0. You can explore interactive documentation, component showcases, and API specifications at openvue.dev, or review the codebase on GitHub. If your team depends on PrimeVue v4 under MIT and requires continued active development, we invite you to evaluate the project, star the repository, and join the community.
OpenVue 目前处于 1.0.0-rc.0 版本。你可以在 openvue.dev 探索交互式文档、组件展示和 API 规范,或在 GitHub 上查看代码库。如果你的团队在 MIT 协议下依赖 PrimeVue v4 并需要持续的活跃开发,我们诚邀你评估该项目、为仓库点赞(Star)并加入社区。
(Note: OpenVue is an independent, community-maintained MIT project based on the PrimeVue 4.5.5 release and is not affiliated with PrimeTek.)
(注:OpenVue 是一个基于 PrimeVue 4.5.5 版本、由社区维护的独立 MIT 项目,与 PrimeTek 无关联。)