This document outlines the versioning strategy used by the PDF Web Viewer library.
The PDF Web Viewer follows Semantic Versioning 2.0.0. This means that version numbers are formatted as MAJOR.MINOR.PATCH:
When upgrading your PDF Web Viewer dependency, you can expect:
The PDF Web Viewer typically follows these release practices:
All notable changes to the PDF Web Viewer are documented in the repository. Each release includes:
Static assets used by the PDF Web Viewer (such as worker scripts and WebAssembly files) include hash-based versioning in their filenames to ensure proper cache invalidation when updated.
You can check the current version of the PDF Web Viewer at runtime:
import { version } from '@avanquest/pdf-web-viewer';
console.log(`Using PDF Web Viewer version: ${version}`);
Features marked as deprecated will:
Major versions may receive extended support for critical security fixes. For enterprise support options and SLAs, please contact the sales team.