fix: export type guard functions at runtime, fixes #397

This commit is contained in:
Mario Zechner 2026-01-02 10:37:28 +01:00
parent d97a96493c
commit c10d99d2de
3 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- `visibleWidth()` now strips OSC 8 hyperlink sequences, fixing text wrapping for clickable links ([#396](https://github.com/badlogic/pi-mono/pull/396) by [@Cursivez](https://github.com/Cursivez))
## [0.31.0] - 2026-01-02
### Added