Skip to content

Releases: jcubic/jquery.terminal

2.40.0

21 Apr 10:28
fd4ca28
Compare
Choose a tag to compare

Features

  • don't force any attributes when using xml (span, img, and a tags) #913
  • alow using attributes in color xml tags #924

Bugfix

  • fix init and resize of long prompt #919
  • fix occasional selecting Accessibility label (about clipboard textarea) in CMD
  • fix sync commands and dynamic prompt #923
  • fix calling onCommandChange when command don't change
  • fix sequence of animations in echo without newline #930
  • fix ignoring colors and style when using JSON attributes in formatting

2.39.3

20 Mar 22:52
75b6ade
Compare
Choose a tag to compare

Bugfix

  • fix broken full screen terminal height on Desktop

2.39.2

20 Mar 18:07
5c1b66e
Compare
Choose a tag to compare

Bugfix

  • fix when CSS is loaded after creation of the terminal (mostly for ReactJS)

2.39.1

19 Mar 18:50
1a3aa55
Compare
Choose a tag to compare

Bugfix

  • fix visible CMD textarea when page use box-shadow

2.39.0

13 Feb 21:21
d70b1ed
Compare
Choose a tag to compare

Features

  • Add support for jQuery 4.0

2.38.0

01 Feb 12:05
da6e4ed
Compare
Choose a tag to compare

Breaking

  • onInit runs before login

Features

  • add support for BigInt numbers when parsing commands
  • add --line-thickness CSS variable to cursor animation
  • improve performance with long typing animations #820

Bugfix

  • fix \t characters in ascii_table #902
  • fix race condition in refresh and flush #897
  • always execute function prompt after login #898
  • fix background color in prompt #906
  • update prism code to match function Prism.highlight #905
  • fix keepWords during typing animation #867
  • fix leading spaces during animation #825
  • fix edge case of of multiple echo with newline: false #878

2.37.2

15 Sep 15:43
082422d
Compare
Choose a tag to compare

Bugfix

2.37.1

02 Aug 18:10
7916219
Compare
Choose a tag to compare

Bugfix

  • fix wrong calculation of characters with custom font #892

2.37.0

30 Jul 18:31
fd7f615
Compare
Choose a tag to compare

Features

  • add rpc interceptor #883
  • wait for the custom fonts to load #892

Bugfix

  • fix CMD wrapping when prompt is empty #882
  • fix paused terminal when using array as interpreter and RPC without system describe
  • fix edge case of disappearing content after refresh #871
  • fix rendering empty lines prompt and during typing animation #890
  • fix rendering links in prompt and during typing animation #891

2.36.0

19 May 12:04
9b56cb8
Compare
Choose a tag to compare

Features

  • split_equal accepts an optional object as 3rd argument with two options trim and keepWords
  • add --padding CSS Variable #874
  • add CSS transition to links #870

Bugfix

  • fix leading spaces in text wrapping
  • fix a glitch in typing animation when text has a hyphen
  • fix regression in cursor animation color #869
  • fix term::geometry() #873
  • fix types for term::push() #877