Skip to content

Releases: jcubic/jquery.terminal

2.34.0

10 Jul 21:54
b23a628
Compare
Choose a tag to compare

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

2.33.3

20 May 15:44
6663e8b
Compare
Choose a tag to compare

Bugfix

  • fix newline in minified js file #780

2.33.2

13 May 11:00
c6cf0f3
Compare
Choose a tag to compare

Bugfix

  • fix scroll to bottom #777

2.33.1

05 May 17:14
2ab19f5
Compare
Choose a tag to compare

Bugfix

  • fix padding removed by minifier

2.33.0

03 May 15:30
3158e8d
Compare
Choose a tag to compare

Features

  • add a color and background attributes to the font tag in the xml formatter
  • add terminal-none animation
  • allow to easily change border-radius on terminal #766
  • add clear_cache to cmd

Bugfix

  • fix flicker of dynamic prompt on enter #757
  • fix re-rendering of jQuery/DOM nodes #759
  • fix regression in less + images
  • fix embedding the Terminal inside SVG #744
  • fix when the login function is not async
  • fix calling login_name in dynamic prompt
  • fix masking command on typing animation #770
  • fix selection/click on text that was echo without newline (when prompt is still in same line)
  • fix exception when outputLimit is used #776
  • fix showing links for emails like prompt #768
  • fix line wrapping when text between formatting have brackets #772

2.32.1

09 Mar 08:29
f67ea85
Compare
Choose a tag to compare

Bugfix

  • leading spaces with echo + keepWords #754
  • fix loading hidden terminal

2.32.0

28 Feb 08:34
1e17923
Compare
Choose a tag to compare

Features

  • add insert typing animation
  • add --text-shadow css variable
  • new API method parse_formatting
  • allow to use terminal style of external element #731

Bugfix

  • fix calculating number of rows (affecting less command)
  • fix glow with prism and error messages #729
  • fix prism and typing animation #726
  • fix various TypeScript typing errors
  • fix spacing between lines
  • fix wrong mouse cursor on terminal cursor and character before
  • fix catastrophic reflow when executing hundreds of echos in a loop
  • fix empty lines in prompt (visible when using typing animation) #734
  • fix trimming whitespace with echo keep_words #738
  • fix JSON working on processing nested formatting with html entities #735
  • fix echo array of numbers #747
  • improve performance when terminal don't have height
  • fix partial text (echo without newline) rendering #751

2.31.1

30 Dec 13:34
9a7086f
Compare
Choose a tag to compare

Bugfix

  • fixing low severity self XSS with potential more security implications #727

2.31.0

27 Dec 16:30
eb85cf1
Compare
Choose a tag to compare

Breaking

  • remove undocumented echo_command (that was used by old echo_newline extension)

Features

  • scroll to bottom for each line in multiline typing animation
  • allow to use --glow: 1 with default animation
  • new API terminal::enter same as echo_command but supports animation
  • add global option execAnimationDelay default - 100
  • make execAnimation work only with execHash #723

Bugfix

  • fix prompt that return string or promise (in animation and set_prompt) #724
  • fix formatting in typing animation #721
  • fix formatting colors and --glow #725
  • fix record stop command being recorded #719

2.30.2

23 Dec 14:55
9134a67
Compare
Choose a tag to compare

Bugfix

  • fix animated exec array with sync commands #722