Skip to content

2.34.0

Compare
Choose a tag to compare
@jcubic jcubic released this 10 Jul 21:54
· 353 commits to master since this release
b23a628

Features

  • add term::get_mask method #785
  • add onReady event to term::read #779
  • improve performance of typing animation
  • add prefers-reduced-motion into main CSS
  • pause terminal when images are loading #802
  • allow disable scroll to bottom on resume #800

Bugfix

  • fix line wrapping of cmd when using echo: newline #773
  • fix text selection on echo without newline text
  • fix rejected promises from echo #790
  • improve TypeScript types for typing animation #794
  • add missing mousewheel typing animation #795
  • fix iterate formatting over closing bracket #792
  • fix resolving promise from echo typing animation when previous command was async #797
  • fix double exception in terminal::destroy
  • fix double call to finalize function when echo DOM nodes
  • fix $.terminal.substring #792