<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nikola Jevrić</title>
    <description>The latest articles on DEV Community by Nikola Jevrić (@njevric).</description>
    <link>https://dev.to/njevric</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4094784%2F423876da-aea8-43ce-b0d0-48f5444d683c.png</url>
      <title>DEV Community: Nikola Jevrić</title>
      <link>https://dev.to/njevric</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/njevric"/>
    <language>en</language>
    <item>
      <title>PrimeVue v4 Stopped Active Dev: OpenVue Takes Over on MIT</title>
      <dc:creator>Nikola Jevrić</dc:creator>
      <pubDate>Sat, 29 Aug 2026 22:48:30 +0000</pubDate>
      <link>https://dev.to/njevric/primevue-v4-stopped-active-dev-openvue-takes-over-on-mit-5c05</link>
      <guid>https://dev.to/njevric/primevue-v4-stopped-active-dev-openvue-takes-over-on-mit-5c05</guid>
      <description>&lt;p&gt;If your stack relies on PrimeVue v4, there's a recent change in the project's maintenance lifecycle worth knowing about.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;To address this gap, we launched &lt;a href="https://openvue.dev/" rel="noopener noreferrer"&gt;OpenVue&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;OpenVue is an independent, community-driven continuation of PrimeVue 4.5.5, the final release under open-source governance. Maintained under the &lt;a href="https://www.openvi.dev/" rel="noopener noreferrer"&gt;OpenVi Foundation&lt;/a&gt;, 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.&lt;/p&gt;

&lt;p&gt;Because the API remains completely aligned with PrimeVue v4, migration requires zero structural refactoring. Upgrading is a straightforward dependency swap.&lt;/p&gt;

&lt;p&gt;You can run the official CLI migration utility to update your project automatically:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx @openvue/migrate
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;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.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight diff"&gt;&lt;code&gt;&lt;span class="gd"&gt;- import Button from 'primevue/button'
&lt;/span&gt;&lt;span class="gi"&gt;+ import Button from '@openvue/button'
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Your component templates, design tokens, and application logic remain entirely untouched.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://openvue.dev/" rel="noopener noreferrer"&gt;OpenVue&lt;/a&gt; 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 &lt;a href="https://github.com/openvi-foundation/openvue" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;. 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.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;(Note: OpenVue is an independent, community-maintained MIT project based on the PrimeVue 4.5.5 release and is not affiliated with PrimeTek.)&lt;/em&gt;&lt;/p&gt;

</description>
      <category>vue</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
