Skip to content

1.0.0-beta.7

Compare
Choose a tag to compare
@lydell lydell released this 18 Mar 19:29
· 369 commits to main since this release
  • Removed: The terminal resize listener added in 1.0.0-beta.5:
    • I got the question if a rebuild really is triggered on resize. That’s an indication that it is too weird.
    • I got feedback that it can be useful to keep the scrolling position (when having many compilation errors) and making the terminal larger to better see an error. This means we can’t re-render either.
    • It’s not super bad without the resize listener. The target timings won’t be aligned and the separators won’t have the correct length.
    • Everything will still be rendered correctly on the next cycle.