Skip to content

Releases: jcubic/jquery.terminal

2.44.1

08 Oct 20:30
301b096
Compare
Choose a tag to compare

Bugfix

  • fix errors with form autofill outside of the terminal #977

2.44.0

08 Oct 13:22
97d1eec
Compare
Choose a tag to compare

Features

  • new API terminal::animation() and terminal::delay() #683
  • add images in less now have terminal-less class
  • add execHistory main option and history option to terminal::exec() #745
  • add helper $.terminal.remove_formatter
  • escape xml in $.terminal.escape_formatting when xml formatter is used #973

Bugfix

  • fix number of rows when using different --size #969
  • fix hidden cursor when using command that change --size #968
  • fix command prop in export_view() when in command #967
  • fix processing images in less #970
  • fix passing alt and class for image in less
  • fix width of images in less when image is bigger than the terminal
  • fix line-height of the lines to render less image slices properly
  • fix flashing of old prompt after prompt animation #976

2.43.1

08 Sep 09:59
a1389f7
Compare
Choose a tag to compare

Bugfix

  • fix height when not using --rows #962

2.43.0

07 Sep 09:57
cebc63d
Compare
Choose a tag to compare

Breaking

  • echo of undefined or Promise that resolve to undefined no longer display string undefined

Features

  • add support for --rows CSS custom property #956
  • add aborting signals #940

Bugfix

  • fix CMD update performance issue #961
  • don't reflow the reflow the cursor on update #932
  • fix unexpected uncaught exceptions in promises
  • fix skip/skip_stop return value and add types
  • fix recursive call to echo in renderHandler #733

2.42.2

12 Jul 11:53
d39790b
Compare
Choose a tag to compare

Bugfix

  • actual fix for blank lines typing animation #946

2.42.1

09 Jul 17:31
b1d28d9
Compare
Choose a tag to compare

Bugfix

  • fix line wrapping when calling multiple echo newline:false #952
  • fix cursor position when echo newline:false fill the line
  • fix running typing animation on empty terminal #950
  • get rid of canvas warning from images in less #955
  • fix update with newline after echo without it #954

2.42.0

19 May 09:26
c4db4a2
Compare
Choose a tag to compare

Features

  • add reverse style to formatting and XML #943
  • add XML formatting targets #944

Bugfix

  • fix typing animation on emtpy lines #946
  • fix skip typing animation #945
  • fix use of $.terminal.apply_formatters with prism

2.41.2

09 May 07:28
b30fb4d
Compare
Choose a tag to compare

Bugfix

  • fix commands in pipe operator with non string arguments
  • fix text selection of raw HTML #939
  • fix resume of exec on auth with sync token

2.41.1

29 Apr 16:22
fd75323
Compare
Choose a tag to compare

Bugfix

  • fix paused terminal when echo broken image
  • fix returning String instance from interpreter

2.41.0

29 Apr 15:54
d783d64
Compare
Choose a tag to compare

Features

  • allow to use class and other attributes in style XML tags (like <bold/> or <glow/>)
  • allow usage of String instance in greetings #936

Bugfix

  • fix alt image attribute
  • fix visible formatting in prompt after animated exec #938
  • fix visible formatting in prompt during typing animation
  • cleanup duplicated attributes from XML formatter output
  • fix zoom on mobile (PR by Riccardo Mura) #935