Deno Tui Versions Save

🦕 Deno module for creating Terminal User Interfaces

2.1.11

3 months ago

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: https://github.com/Im-Beast/deno_tui/compare/2.1.10...2.1.11

2.1.10

3 months ago

Release 2.1.10 🎉

Changelog

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

Full Changelog: https://github.com/Im-Beast/deno_tui/compare/2.1.9...2.1.10

2.1.9

3 months ago

Release 2.1.9 🎉

Changelog

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

Full Changelog: https://github.com/Im-Beast/deno_tui/compare/2.1.8...2.1.9

2.1.8

3 months ago

Release 2.1.8 🎉

Changelog

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

Full Changelog: https://github.com/Im-Beast/deno_tui/compare/2.1.7...2.1.8

2.1.7

4 months ago

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: https://github.com/Im-Beast/deno_tui/compare/2.1.6...2.1.7

2.1.6

6 months ago

Release 2.1.6 🎉

Changelog

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

Full Changelog: https://github.com/Im-Beast/deno_tui/compare/2.1.5...2.1.6

2.1.5

6 months ago

Release 2.1.5 🎉

Changelog

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

Full Changelog: https://github.com/Im-Beast/deno_tui/compare/2.1.4...2.1.5

2.1.4

7 months ago

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: https://github.com/Im-Beast/deno_tui/compare/2.1.3...2.1.4

2.1.3

8 months ago

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: https://github.com/Im-Beast/deno_tui/compare/2.1.2...2.1.3

2.1.2

8 months ago

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: https://github.com/Im-Beast/deno_tui/compare/2.1.1...2.1.2