Merged
Conversation
…dangling symlinks
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7ad5f82b65
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Contributor
|
🎉 This PR is included in superdoc v1.14.0-next.1 The release is available on GitHub release |
harbournick
pushed a commit
that referenced
this pull request
Feb 17, 2026
# [1.14.0](v1.13.1...v1.14.0) (2026-02-17) ### Bug Fixes * **build:** remove dead vite-plugin-node-polyfills from UMD externals ([91de1fc](91de1fc)) * **converter:** handle empty rPrChange run properties without dropping tracked-style runs ([c25d24d](c25d24d)) * correctly pass table info when deriving inline run properties (SD-1865) ([#2007](#2007)) ([d752aff](d752aff)) * replace Node.js Buffer APIs with browser-native alternatives ([#2028](#2028)) ([b17774a](b17774a)), closes [#exportProcessMediaFiles](https://github.com/superdoc-dev/superdoc/issues/exportProcessMediaFiles) * **tracked-changes:** colors should be restored when format rejected ([#1970](#1970)) ([01ea504](01ea504)) ### Features * add pdf infra, migrate layers ([#2078](#2078)) ([7d416e9](7d416e9)) * layout snapshot testing ([#2035](#2035)) ([b070cd7](b070cd7))
Collaborator
Author
|
🎉 This PR is included in superdoc v1.14.0 The release is available on GitHub release |
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
.docxin the testcorpus, compares candidate (local) snapshots against reference (published npm version) snapshots, and generates
diff reports.
scripts/corpus/so both visualtests and layout snapshot tests use the same pipeline and registry.
changed documents.
Key changes
tests/layout-snapshots/— snapshot exporter, npm-version exporter, comparator, and diff report generatorscripts/corpus/— sharedpull.mjs/push.mjs/shared.mjsfor R2-backed doc corpusdevtools/visual-testing/— updated to use shared corpus, scoped visual runs on snapshot diffpackage.json— new scripts:corpus:pull,corpus:push,layout:snapshots,layout:compareUsage