-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Release notes template
Daniel Imms edited this page Jun 26, 2022
·
12 revisions
- The overview ruler is a companion feature to the decorations introduced in 4.18.0 which shows little indicators on the scroll bar (#3676) via @meganrogge. To use it, add the
overviewRulerOptions
property to a decoration'sIDecorationOptions
and it will automatically show up in the overview ruler.The width of the resulting overview ruler is controlled byconst marker = term.addMarker(1); const decoration = term.registerDecoration({ marker, x: 5, overviewRulerOptions: { color: '#FF0000', position: 'left' } }); decoration.onRender(() => { decoration.element.style.backgroundColor = 'red'; });
ITerminalOptions.overviewRulerWidth
.
- Fix triple click selection edge case where initial line was getting unselected (#3669) via @silamon
- Avoid clearing marks on the current line on
Terminal.clear
(#3671) via @meganrogge
- Replace internal use of
getOption
/setOption
withoptions
(#3667) via @childrentime - Lint code using putout (#3674) via @coderaiser
- Improve the way the scroll bar is hidden when
scrollback
is0
(#3678) via @silamon
- ...
// before x.y.z ... // after x.y.z ...
- ...
- ... (#n) via @author
xterm-addon-attach@...
xterm-addon-fit@...
xterm-addon-ligatures@...
xterm-addon-search@...
xterm-addon-serialize@...
xterm-addon-unicode11@...
xterm-addon-web-links@...
xterm-addon-webgl@...
Pull from https://github.com/xtermjs/xtermjs.org/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aclosed