Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/incremental-layout-pipeline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eigenpal/docx-js-editor': patch
---

Incremental layout pipeline for the paged editor. Only re-converts, re-measures, and re-paginates from the edited paragraph forward on each keystroke. Adds paginator snapshot/restore so layout can resume from a saved page boundary, and CSS `content-visibility: auto` on page shells for browser paint optimization. Closes the per-keystroke lag on 20+ page documents.
Loading