Skip to content

v6.1.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 20:49
· 38 commits to main since this release
5cfed50

Build

If all goes well (pending), ftxui should appear in the Bazel central repository.
It can be imported into your project using the following lines:

MODULE.bazel

bazel_dep(name = "ftxui", version = "6.1.9")

Thanks @robinlinden and @kcc for the reviews.

dom

  • Bugfix: Restore the dbox behavior from ftxui 5.0.0. To apply bgcolor
    blending between the two layers, a new dboxBlend will be added.