Skip to content

Releases: ranuts/document

v0.0.4

30 May 16:20

Choose a tag to compare

test: add SW routing tests covering font-interception crash prevention

Documents the fetch routing rules in public/sw.js that prevent the
OnlyOffice v7.5 units_per_EM crash:
- Font files (.ttf/.woff/.woff2/.otf/.eot) must bypass the SW to avoid
  added latency that triggers Chrome's font-loading intervention
- Document URLs (?src=, ?file=) bypass the cache to stay fresh
- Cross-origin and non-GET requests are not intercepted

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.0.3

10 Jan 12:19

Choose a tag to compare

chore: update CI workflow to run TypeScript linting instead of genera…

v0.0.2

24 Nov 13:53

Choose a tag to compare

chore: clean up whitespace in UI component to improve code readability

v0.0.1

20 Nov 05:35

Choose a tag to compare

fix: add null check for performance.memory.usedJSHeapSize before send…