Skip to content

Commit 7700b14

Browse files
authored
Merge pull request #33 from wiedymi/agent/update-text-shaper-0.1.28
fix(fonts): update text-shaper to 0.1.28
2 parents 7af4bbc + ab6a04f commit 7700b14

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ This project follows SemVer. While restty is pre-1.0, breaking public API change
2020

2121
### Docs
2222

23+
## [0.2.6] - 2026-07-17
24+
25+
### Fixes
26+
27+
- Updated text-shaper to 0.1.28 so Apple Color Emoji's AAT `morx` ligatures compose regional-indicator flags, keycaps, ZWJ families, rainbow flags, and skin-tone sequences into single color glyphs, with spec-correct no-op substitutions and hardened action-stack and parser-boundary handling.
28+
2329
## [0.2.5] - 2026-07-16
2430

2531
### Fixes

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restty",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "Browser terminal rendering library powered by WASM, WebGPU/WebGL2, and TypeScript text shaping.",
55
"keywords": [
66
"ansi",
@@ -97,7 +97,7 @@
9797
"playground:preview": "bun run playground/server.ts"
9898
},
9999
"dependencies": {
100-
"text-shaper": "0.1.27"
100+
"text-shaper": "0.1.28"
101101
},
102102
"devDependencies": {
103103
"@tailwindcss/vite": "^4.2.4",

0 commit comments

Comments
 (0)