Skip to content

Releases: ByteLandTechnology/tinky

v1.8.0

20 Feb 10:49

Choose a tag to compare

1.8.0 (2026-02-20)

✨ Features

  • add useSizeObserver hook (014ff4a)

⚡ Performance

  • Text: prevent unnecessary re-renders by memoizing style transform (15ce6c4)

v1.7.0

20 Feb 00:15

Choose a tag to compare

1.7.0 (2026-02-20)

✨ Features

  • add benchmark harness and report (d253e77)
  • implement per-row dirty flags and optimize buffer serialization (b487dfe)
  • optimize CellOutput with cached styles and efficient fill method (74f5fa0)
  • replace Output with CellBuffer in renderer for significantly improved performance (541eb3e)

⚡ Performance

  • optimize render pipeline and skip writes on unchanged frames (57c6068)

v1.6.0

18 Feb 05:50

Choose a tag to compare

1.6.0 (2026-02-18)

✨ Features

  • add cell-based incremental rendering pipeline (da15f0f)

v1.5.0

11 Feb 02:24

Choose a tag to compare

1.5.0 (2026-02-11)

✨ Features

  • export EventEmitter as value in index.ts (055b4f3)

v1.4.3

03 Feb 13:26

Choose a tag to compare

1.4.3 (2026-02-03)

🔧 Chores

  • deps: upgrade taffy-layout to v2.0.3 (5d4f09a)

v1.4.2

03 Feb 13:20

Choose a tag to compare

1.4.2 (2026-02-03)

♻️ Refactoring

  • replace cli-boxes dependency with local implementation (d29847e)

v1.4.1

21 Jan 08:36

Choose a tag to compare

1.4.1 (2026-01-21)

📚 Documentation

  • add logo and standardise README headers (01d9568)

v1.4.0

20 Jan 16:10

Choose a tag to compare

1.4.0 (2026-01-20)

✨ Features

  • context: add env to AppContext using RenderOptions (233da66)

🐛 Bug Fixes

  • add missing .js extension to node-adapater import (a22942b)
  • rename node-adapater to node-adapter and update imports (169a3bc)
  • replace util.format with JSON output in patchConsole for browser compatibility (7fd0574)

♻️ Refactoring

  • replace ansi-escapes with local implementation (e594079)
  • simplify error stack display and remove unused dependencies (7589a2f)
  • update parseKeypress to only accept string input (02eebbc)

🔧 Chores

  • upgrade taffy-layout to ^1.0.1 (30f1dd3)

v1.3.0

19 Jan 07:09

Choose a tag to compare

1.3.0 (2026-01-19)

✨ Features

  • add platform to AppProps and AppContext (2e03e1c)

v1.2.2

18 Jan 11:37

Choose a tag to compare

1.2.2 (2026-01-18)

📦 Build

  • install conventional-changelog dependencies and fix changelog format (62eedbc)