DEV Community

Cover image for PrimeVue 3.2.0-rc1 with Vite Support
Cagatay Civici
Cagatay Civici

Posted on

PrimeVue 3.2.0-rc1 with Vite Support

PrimeVue 3.2.0-rc.1 is released with first class support for Vite, the new build tool from the create of Vue, Evan You. See the Vite-PrimeVue starter app for an example.

New Build

Up until now, PrimeVue can only be used with environments that support single file components, with 3.2.0-rc.1 the npm distribution contains native ES modules, IIFE format and CommonJS fallback so that it can be used with Vue CLI, Vite, a custom build with vue-loader enabled and directly within the browser with script tags.

Changelog

The highlight of this release is compatibility with the rest of the Vue ecosystem however we've managed to add numerous quality improvements reported by the users. View the changelog for details.

Live Demos

Visit PrimeVue documentation to get started now or take a look around the showcase.

Roadmap

Now the new build is out of the way we'll start adding the following features for 3.3.0;

  • Advanced Filtering like in PrimeNG.
  • Standalone VirtualScroller component as in PrimeNG.
  • New VirtualScroller for table and select components like PrimeNG has.
  • Grouping option for Select components.

Always bet on Prime!

Top comments (0)