Release Notes v4
info
As of version 4.x, all frameworks now use the new scoped packages: @ingestro/importer-react, @ingestro/importer-angular, @ingestro/importer-vue, and @ingestro/importer-vanilla-js. These packages replace the older @getnuvo/** packages used in versions 3.x.
While you can continue using the previous versions, we recommend migrating to the new @ingestro/importer-* packages to benefit from the latest features, performance improvements, and ongoing support.
13.03.2026
4.1.0
Added
- Added PSV support to the importer. This feature can be activated by adding
"psv"to theinputTypesarray (link). - Added support for rendering HTML tags in popovers for info, warning, and error messages added via cleaning or
stepHandlerfunctions, allowing for rich text formatting and interactive elements like links, lists, etc.