Skip to content

Releases: Im-Beast/deno_tui

Deno TUI 2.1.11

29 Jan 15:38
Compare
Choose a tag to compare

Release 2.1.11 🎉

Changelog

  • (Further) fixes towards Table component crashing whenever padding after text header is empty (#41, Thank you @leifssm)!
  • Use Deno.stdout.{write, writeSync} instead of deprecated in Deno 1.40 Deno.{write, writeSync}

Full Changelog: 2.1.10...2.1.11

Deno TUI 2.1.10

22 Jan 15:13
cad3c03
Compare
Choose a tag to compare

Release 2.1.10 🎉

Changelog

  • Fixed Table component crashing whenever padding after text header is empty (#40, Thank you @leifssm)!

Full Changelog: 2.1.9...2.1.10

Deno TUI 2.1.9

21 Jan 12:20
Compare
Choose a tag to compare

Release 2.1.9 🎉

Changelog

  • Fixed Table component crashing the application when headers array is empty

Full Changelog: 2.1.8...2.1.9

Deno TUI 2.1.8

21 Jan 12:07
Compare
Choose a tag to compare

Release 2.1.8 🎉

Changelog

  • Fixed issue, where cropToWidth util function would sometimes iterate out of bounds of the string, causing crash

Full Changelog: 2.1.7...2.1.8

Deno TUI 2.1.7

25 Dec 12:02
Compare
Choose a tag to compare

Release 2.1.7 🎉

Changelog

  • Fixed edge case where signals would intercept already reactive signals (#37) (Thank you @tingham!)
  • isReactive() now allows passing non-objects to it
  • Fixed CI not running on PR's

Full Changelog: 2.1.6...2.1.7

Deno TUI 2.1.6

06 Nov 18:01
7f8e5e1
Compare
Choose a tag to compare

Release 2.1.6 🎉

Changelog

  • Fixed selecting last row of a Table component using keyboard (#35) (Thank you @otokitoki!)

Full Changelog: 2.1.5...2.1.6

Deno TUI 2.1.5

04 Nov 18:04
39b850d
Compare
Choose a tag to compare

Release 2.1.5 🎉

Changelog

  • Fixed Table component crashing, when it's height is bigger than amount of data rows (#34)

Full Changelog: 2.1.4...2.1.5

Deno TUI 2.1.4

01 Oct 10:32
e69f4d7
Compare
Choose a tag to compare

Release 2.1.4 🎉

Changelog

  • Fixed contradictory license statement "Copyright Im-Beast 2023. All rights reserved. MIT License", instead it now says "Copyright Im-Beast 2023. MIT License" (#32)

Full Changelog: 2.1.3...2.1.4

Deno TUI 2.1.3

11 Sep 14:32
1a1d672
Compare
Choose a tag to compare

Release 2.1.3 🎉

Changelog

  • Re-apply style on each column in getMultiCodePointCharacters (fixes this bug)
    • This makes it so strings like "\x1b[32m(XY\x1b[0m" are rendered correctly in TextDrawObject

Full Changelog: 2.1.2...2.1.3

Deno TUI 2.1.2

09 Sep 14:40
bf137a8
Compare
Choose a tag to compare

Release 2.1.2 🎉

Changelog

  • Added support for styled strings to TextDrawObject when multiCodePoint support is set to true
  • use @MODULE_VERSION in README.md

Full Changelog: 2.1.1...2.1.2