Skip to content

v0.6.0

Latest

Choose a tag to compare

@JSv4 JSv4 released this 29 May 00:47
bfb0648

What's new

  • warmup propDocumentViewer now accepts an optional warmup boolean. When true, the viewer eagerly calls the docxodus worker's new prepare() API on mount, pre-warming the .NET comparison assemblies so the first document comparison avoids the ~3s assembly-load latency. The call is idempotent and fire-and-forget; warmup failures never surface as viewer errors. Applies in worker mode only (no-op when useWorker={false}).
  • docxodus bumped to ^6.2.0 with refreshed bundled WASM files; peer dependency raised to docxodus >=6.2.

Full Changelog: v0.5.1...v0.6.0