Dt/iris 3450/update release yml#3300
Closed
dannythai wants to merge 18 commits intodiegomura:masterfrom
Closed
Conversation
dannythai
commented
Feb 23, 2026
- Updates the release yml test coverage to match main.yml
Replace streaming deflate with synchronous deflateSync for simpler, single-pass PDF compression. Buffers all chunks then compresses once in finalize() instead of using streaming deflate events. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Disable emoji embedding from text preprocessing pipeline. Removes embedEmojis from PREPROCESSORS array. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add cacheId prop to image nodes so identical images can share cached data across renders. Includes traverseImageAssets helper for pre-fetching and cache-based deduplication in resolveAssets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add cache param to pdf() for asset resolution deduplication. Change compress default to false. Expose cache and compress through renderToStream and renderToBuffer APIs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bypass dynamic React version detection which breaks in pnpm monorepos with multiple React versions. Forces reconciler-23 (React 18) with createContainer/updateContainer wrappers and flushSync support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix syntax? Add double quotes Fix ternary
IRIS-3450: fix tests
|
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.