chore: release v0.21.0 - #64
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
tegami/version-packages
branch
from
July 11, 2026 16:22
fdb2162 to
2b4dca4
Compare
github-actions
Bot
force-pushed
the
tegami/version-packages
branch
from
July 11, 2026 17:05
2b4dca4 to
779e2ef
Compare
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
All bumped packages.
@tegaki/root0.20.00.21.0@tegaki/example-nuxt0.20.00.21.0@tegaki/example-next0.20.00.21.0@tegaki/example-remotion0.20.00.21.0@tegaki/example-e2e0.20.00.21.0hyperframes0.20.00.21.0tegaki-generator0.20.00.21.0@tegaki/example-vite0.20.00.21.0@tegaki/website0.20.00.21.0tegaki0.20.00.21.0@tegaki/example-editframe0.21.00.22.0Changelogs
letter-spacing.mdShow Bumped Packages (1)
npm:tegakiInfer and apply CSS
letter-spacingThe renderer now reads
letter-spacingfrom the container's computed style — alongsidefont-size,line-height, andcolor— and applies it to the animated strokes, re-measuring when it changes. Spacing is inserted between clusters in the shaper pen-walk (matching the browser exactly for Latin, CJK, and non-cursive RTL like Hebrew) and picked up automatically from the DOM-measured offsets on the char-keyed fallback path, so line wrapping, glyph positions, and the drawn text stay in sync. The headlesstextToSvgexport gained a matchingletterSpacingoption.react-forwardref.mdShow Bumped Packages (1)
npm:tegakiFix the React
TegakiRendererref handle on React 18TegakiRendererexposed its imperative handle via React 19's ref-as-prop, which React 18 silently drops (ref is not a prop), leaving the refnulldespite the declaredreact: >=18support. It now usesforwardRef, so the{ engine, element }handle works on both React 18 and 19 (the generic component API is preserved).overlay-export-color.mdShow Bumped Packages (1)
npm:tegakiFix doubled ghost text when exporting through DOM rasterizers
The DOM text overlay (kept for selection, accessibility and layout measurement) was hidden only with
-webkit-text-fill-color: transparent. DOM-to-image/video rasterizers that don't implement that non-standard property — Editframe, html-to-image, Satori, headless-screenshot pipelines — repainted the overlay text in the inherited color and a default font, doubled on top of the canvas handwriting. It is now hidden with the standardcolor: transparent, which those exporters honor. (Ineditablemode the caret followscurrentColor, so it is no longer independently visible — an accepted trade-off for correct exports.)Publish
The following packages will be published if merged:
tegaki0.21.0npm