chore: release v0.8.44 - #4016
Merged
Merged
Conversation
- Lint no longer reports root_dimensions_mismatch for sub-compositions, the false positive v0.8.43 shipped with; a top-level mismatch is still reported and a viewport-meta-only mismatch gets its own wording (#4012) - The streaming encoder accepts lockGopForChunkConcat and gopSize, emitting the same arguments as the disk encoder. Off by default, so an existing render produces an unchanged FFmpeg arg list (#3973) Co-authored-by: Miguel Ángel <miguel.sierra@heygen.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Closed
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.
Publishes the changes merged to
mainsince v0.8.43 (2026-09-16):hyperframes lintno longer reportsroot_dimensions_mismatchfor sub-compositions. A sub-composition's own<meta viewport>andhtml, bodyCSS never reach the live rendering document, because the runtime mounts only its matched subtree, so the warning flagged drift that could not clip anything. This is the follow-up v0.8.43's release notes promised. A top-level mismatch is still reported, and a viewport-meta-only mismatch now gets wording that says it is drift rather than a clipping risk.lockGopForChunkConcatandgopSize, which force a keyframe at a fixed interval so encoded output can be cut and joined without re-encoding. The disk encoder already had it; both paths now emit identical arguments. The flag defaults to off, so an existing render produces an unchanged FFmpeg argument list.This PR changes only package and plugin versions, the changelog, and release notes. No source files change. Version bump produced by
bun run set-version 0.8.44 --no-tag; the file set matches the v0.8.43 release PR (#4007) exactly (18 files), no0.8.43remains in any package.json or plugin.json, and the lockfile is untouched (it was not part of #4007 either).Compare: v0.8.43...release/v0.8.44
Merging this PR publishes: the workflow creates the v0.8.44 tag, publishes npm, and cuts the GitHub release.
Miga