Skip to content

v0.2.1

Choose a tag to compare

@JSv4 JSv4 released this 01 Dec 08:18
· 36 commits to main since this release

What's New in v0.2.1

Dependency Updates

  • docxodus 4.0.3 - Fixes blocking issues in useConversion, useComparison, useAnnotations, and useDocumentStructure React hooks

What's New in v0.2.0

Performance Improvements

  • Web Worker enabled by default - DOCX conversion now runs in a background thread, keeping the UI responsive
  • Progressive loading placeholders - Shows page placeholders with estimated dimensions while documents convert using getDocumentMetadata()

RevisionPanel Enhancements

  • Fixed format change display - Filters out raw XML data and shows clean property changes (e.g., "Font Size: 12 → 14")
  • Move revision support - Properly displays moved content with group ID badges linking source/destination
  • Improved styling - Better layout for format changes with old/new value pairing

UI Improvements

  • Constrained viewport height - Viewer defaults to 80vh with internal scrolling
  • Customizable height - New CSS variables: --rdv-height, --rdv-max-height, --rdv-min-height
  • Smooth scrolling - Footnote/endnote clicks scroll smoothly within the component

Full Changelog

v0.1.1...v0.2.1