fix: live updates for rich-text and numeric merge values; internal editor accessors#142
Merged
Conversation
… on seek and playback
…ric text stopped rendering)
dazzatronus
force-pushed
the
derk/clip-viewport-rect
branch
from
July 17, 2026 01:28
91b6e3b to
a36ef6b
Compare
|
🎉 This PR is included in version 2.14.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Two live-update fixes and a set of
@internaleditor accessors.Fixes
"3"on a text field was being coerced to a number, which a text/html asset can't render, so the clip silently stopped updating. Text/html content now keeps its string form (numeric coercion still applies to numeric properties).Internal accessors (
@internal, not public API)Adds accessors for anchoring external UI to the canvas: a clip's on-screen rect, the backing
<canvas>element, the clip a merge field drives, and a wait-until-assets-settled promise. All are@internaland stripped from the published type declarations — no change to the public API surface.Verify
tscclean; rich-text and merge-field Jest suites pass, with added coverage for the texture re-upload and the string-preservation case. Rich-text behaviour verified live across seek, playback, and live merge-field edits.Release note
On squash-merge, the merge message drives the version — the public-facing changes here are bug fixes.