Releases: jcubic/jquery.terminal
Releases · jcubic/jquery.terminal
2.26.0
Feature
- Better API for prompt typing animation with term::read and term::echo
Bugfix
- fix return value from JSON-RPC (ignore only null)
- fix missing TypeScript definitions for
typing
API method - fix multi-line prompt regression
- remove extra space after prompt animation
- fix echo string with newline at the end and with newline == false and refresh
- fix
$.rpc
helper on Ajax error - add default
useCache
option & TypeScript definition - fix regression in text selection over prompt with fontawesome (Chrome bug #1087787)
- fix cutting off underscore in certain sizes of the terminal
2.25.1
2.25.0
2.24.0
2.23.2
2.23.0
Features
- include echo without newline into the core of the library
Bugfix
- remove unsafe eval (function constructor) that breaks CSP #647
- fix up/down arrow when prompt is empty string 651
- fix prompt containing brackets #648
- fix ANSI Art (add saving and restoring cursor using ANSI escape code)
- fix mouse wheel and touch scroll in less when content is smaller than height of the terminal
- fix regression in copy/paste with right click
2.22.0
2.21.0
2.20.2
Bugfix
- fix bold background and default color in Unix formatting (another ANSI artwork issue)
- fix rendering 0x1E in ANSI art
- fix when browser don't have ES6 Map object #630
- fix echo_newline extension
- fix handling of blink in ANSI Art
- fix error in prism when calling without options and render flags (e.g.: echo or prompt)
- fix background color for links that have set background using formatting
- fix empty cursor on Windows when copy/paste #634