Skip to content

v0.2.0

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 20 Apr 08:19
b84fbbc
  • 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