Skip to content

2.35.0

Compare
Choose a tag to compare
@jcubic jcubic released this 12 Dec 22:36
· 291 commits to master since this release
61fd8f8

Breaking

  • replace imagePause with externalPause

Features

  • add bulletproof solution for generic selector (* or div) to overwrite terminal style
  • use jsDelivr for emoji that is way faster #810
  • pause terminal when loading iframes #816
  • allow to change or remove target and rel tags on links with JSON attributes
  • allow using transparent background #698
  • register CSS properties so you can use CSS Transition on terminal colors #808
  • add terminal::blur alias #813
  • allow to change scrollbar color with CSS property
  • add process_formatting static helper function
  • add FormattingCanvasRenderer for color animation #819

Bugfix

  • fix up/down arrows when moving inside command that has emoji #608
  • fix pausing when loading images #807
  • fix scroll to bottom on echo images and iframes
  • fix jump to the end of the command when clicking below cmd #814
  • fix selection overlap previous line
  • fix scroll to bottom while animating #791
  • fix rendering of sixel images #824
  • fix handling promises in randerHandler
  • fix scroll to bottom during animation #791
  • fix terminal::is_bottom when using intersection observer
  • fix processing \r in Linux output of unix_formatting