Skip to content

3.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Tyriar Tyriar released this 05 Oct 16:12
· 6759 commits to master since this release
ae61292

πŸ†• Features

  • Allow links that wrap either above or below the viewport to work (#1693) via @jerch
  • DOM renderer
    • Support additional cursor styles (#1661) via @hindol
    • Promote from experimental to stable status (#1676) via @Tyriar
    • Support link underlines (#1705) via @agurodriguez
  • Search addon

🐞 Bug fixes

  • Add a fallback for link underline colors in case there is an issue extracting the color (#1670)
  • Improve unicode support in link handling (#1678) via @jerch
  • Reduce dynamic texture atlas unnecessary objects and draw from an ImageBitmap (#1692) via @Tyriar
  • Fix scroll APIs not affecting the scroll bar (#1698) via @Tyriar
  • Add additional NPE checks to link logic (#1703) via @Tyriar
  • Prevent NPE when disposing the terminal shortly after creation (#1717) via @Tyriar

πŸ“ Documentation and internal improvements

πŸŽ‰ New real-world use cases