Skip to content

Releases: goto-bus-stop/ansi-scrollbox

v0.2.1

11 Jul 11:59
1e408b6

Choose a tag to compare

  • Update dependencies.
  • Add more documentation.

v0.2.0

20 Apr 08:19
b84fbbc

Choose a tag to compare

  • Calculate all scrolling from the start of the content.
    Previously scrolling to the end, then back up, would calculate scrolling from the end of the content, so the content would autoscroll as it was updated. Now ansi-scrollbox only autoscrolls if you're at the very bottom.
  • Add a subscribe(listener) API to listen for updates to content, size or scroll

v0.1.0

18 Apr 12:18
90d60f7

Choose a tag to compare

  • Initial (pretty beta) release.