chore: release v0.8.43 - #4007
Merged
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
miga-heygen
marked this pull request as ready for review
September 16, 2026 17:03
- Portrait compositions render the full frame when the project was scaffolded at a different size: html/body are sized to the composition root at runtime; new lint warning root_dimensions_mismatch (#4005, fixes #4001) - render_complete telemetry adds composition_element_tags, aroll_video_count, heygen_video_count; render_error adds error_name and failed_stage_code (#4004) - Catalog docs "Source" accordion titles are plain strings, so docs search no longer shows [object Object] (#4006) Co-Authored-By: Miguel Ángel <miguel.sierra@heygen.com>
miga-heygen
force-pushed
the
release/v0.8.43
branch
from
September 16, 2026 17:17
7a09f8c to
963612b
Compare
Merged
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.42 (2026-09-16):html/bodyto the composition root, so a 1080x1920 root in a landscape-scaffolded project renders the full frame instead of only its top 1080px. Fixes Portrait render shows only the top ~1080px when html/body CSS keeps the scaffold's 1920×1080 size #4001. Adds theroot_dimensions_mismatchlint warning, which fires when the root'sdata-width/data-heightdisagree with thehtml, bodyCSS size or the viewport meta.render_completetelemetry events includecomposition_element_tags(a count per element tag),aroll_video_count, andheygen_video_count.render_errorevents adderror_nameandfailed_stage_codeso failures can be grouped by error type and pipeline stage.[object Object].This PR changes only package/plugin versions, the changelog, and release notes. No source files change. Version bump produced by
bun run set-version 0.8.43 --no-tag; the file set matches the v0.8.42 release PR (#3988) exactly (18 files), no0.8.42remains in any package.json or plugin.json, andpnpm-lock.yamlis untouched (it was not part of #3988 either).Compare: v0.8.42...release/v0.8.43
Merging this PR publishes: the workflow creates the v0.8.43 tag, publishes npm, and cuts the GitHub release.
— Miga