Skip to content

Releases: jcubic/jquery.terminal

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

2.40.6

27 Apr 14:59
5462b9e
Compare
Choose a tag to compare

Bugfix

  • fix resize of text from long animation after finish

2.40.5

27 Apr 14:23
3714236
Compare
Choose a tag to compare

Bugfix

  • fix visible prompt during multiline typing animation #934

2.40.4

26 Apr 22:29
36e85b7
Compare
Choose a tag to compare

Bugfix

  • fix flash of old dynamic prompt on enter #926

2.40.3

26 Apr 21:01
98ff064
Compare
Choose a tag to compare

Bugfix

  • fix new_formatter to allow usage of XML tags in formatter

2.40.2

22 Apr 19:32
359ada8
Compare
Choose a tag to compare

Bugfix

  • fix usage with libraries that invoke fake click events #931

2.40.1

22 Apr 12:47
8abb9a5
Compare
Choose a tag to compare

Bugfix

  • fix visible formatting in prompt when return string from command #922