Unify document viewer experience - #14
Merged
Merged
Conversation
naaiyy
added a commit
that referenced
this pull request
Aug 13, 2026
## Summary - advance all nine public AnyDoc viewer packages to `0.1.0-alpha.14` - update every internal workspace dependency to the same lockstep version - consume and archive the unified viewer changeset ## Release After this PR merges, tag `viewer-v0.1.0-alpha.14` to start the verified npm publication workflow. Alpha packages publish under the `next` dist-tag. ## Validation - release metadata validation passed - publish plan includes all nine viewer packages - feature PR #14 passed all five required CI jobs before merge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
The viewers had duplicated control APIs and inconsistent layout ownership. Search reserved empty space, DOCX could overflow its host at normal zoom, PowerPoint navigation and slide placement were unstable, and the playground panes could grow with their content.
This refactor makes the publishable renderer packages own those behaviors. The playground now only hosts and demonstrates them.
Breaking alpha API change
Consumers must replace
renderControlsandshowDefaultControlswithcontrolsandonControls.Validation