chore(deps): update dependency xterm to v4.19.0 #114
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.9.0
->4.19.0
Release Notes
xtermjs/xterm.js
v4.19.0
Compare Source
🚀 Features
minimumContrastRatio
option isn't met when#FFFFFF
is reached it will try moving it towards#000000
. This can cause somewhat unexpected results by changing explicitly styled whites to blacks for example but it's really good for accessibility.#rgb
,#rgba
,rgb(r, g, b)
andrgba(r, g, b, a)
color formats (#3815, #3819, #3823) via @ChaseKnowlden, @TyriarselectionBackground
is now supported in the DOM renderer (#3839) via @TyriarITerminalOptions.customGlyphs
is enabled (#3856, #3862, #3866) via @TyriarThis has multiple benefits:
ITerminalOptions.lineHeight
is taken into account when rendering the glyph📦 API
overviewRulerOptions
property to a decoration'sIDecorationOptions
and it will automatically show up in the overview ruler.ITerminalOptions.overviewRulerWidth
.selectionForeground
theme color, when set this will use a static color for selections (#3813) via @Tyriar🐞 Bug fixes
Terminal.clear
(#3671, #3868) via @meganroggeonSelectionChange
whenTerminal.select
is called (#3805) via @Tyriar📝 Documentation and internal improvements
getOption
/setOption
withoptions
(#3667) via @childrentimescrollback
is0
(#3678) via @silamon🎉 New real-world use cases
📥 Addons
xterm-addon-search
.xterm-find-active-result-decoration
(#3802) via @Tyriarxterm-addon-serialize
xterm-addon-web-links
urlRegex
in public API (#3719) via @LuckyGeckxterm-addon-webgl
🤝 Compatible addon versions
xterm-addon-attach@0.6.0
xterm-addon-fit@0.5.0
xterm-addon-ligatures@0.5.3
xterm-addon-search@0.9.0
xterm-addon-serialize@0.7.0
xterm-addon-unicode11@​0.3.0
xterm-addon-web-links@0.6.0
xterm-addon-webgl@0.12.0
🌐 Website
}
,|
and~
in the demo (Add CharCode Demo doesn't support xtermjs/xtermjs.org#175) via @MOBUMINv4.18.0
Compare Source
📦 API
Support buffer decorations (#1852) via @meganrogge
Make registerMarker's cursor offset optional (#3663) via @childrentime
🐞 Bug fixes
📝 Documentation and internal improvements
🎉 New real-world use cases
🤝 Compatible addon versions
xterm-addon-attach@0.6.0
xterm-addon-fit@0.5.0
xterm-addon-ligatures@0.5.3
xterm-addon-search@0.8.2
xterm-addon-serialize@0.6.2
xterm-addon-unicode11@​0.3.0
xterm-addon-web-links@0.5.1
xterm-addon-webgl@0.11.4
v4.17.0
Compare Source
🚀 Features
📦 API
options
in thexterm-headless
API too (#3599) via @silamon🐞 Bug fixes
📝 Documentation and internal improvements
🎉 New real-world use cases
📥 Addons
xterm-addon-ligatures
xterm-addon-web-links
🤝 Compatible addon versions
xterm-addon-attach@0.6.0
xterm-addon-fit@0.5.0
xterm-addon-ligatures@0.5.2
xterm-addon-search@0.8.2
xterm-addon-serialize@0.6.1
xterm-addon-unicode11@​0.3.0
xterm-addon-web-links@0.5.1
xterm-addon-webgl@0.11.4
🌐 Website
v4.16.0
Compare Source
Make sure you update your xterm.css file if you have your own copy as there were some changes made there (xtermjs/xterm.js#3579).
🚀 Features
📦 API
Terminal.options
API (#3546, #3586) via @silamon🐞 Bug fixes
📝 Documentation and internal improvements
IKeyboardEvent.keyCode
as deprecated (#3582) via @Tyriar🎉 New real-world use cases
📥 Addons
xterm-addon-search
xterm-addon-web-links
xterm-addon-webgl
🤝 Compatible addon versions
xterm-addon-attach@0.6.0
xterm-addon-fit@0.5.0
xterm-addon-ligatures@0.5.1
xterm-addon-search@0.8.2
xterm-addon-serialize@0.6.1
xterm-addon-unicode11@​...
xterm-addon-web-links@0.5.0
xterm-addon-webgl@0.11.4
🌐 Website
v4.15.0
Compare Source
🚀 Features
📦 API
terminal.options
(#3448) via @silamon🐞 Bug fixes
📝 Documentation and internal improvements
InputHandler
tests (#3523) via @jerchUse
term.options
overterm.setOption
/getOption
:🎉 New real-world use cases
📥 Addons
xterm-addon-serialize
xterm-addon-webgl
🤝 Compatible addon versions
xterm-addon-attach@0.6.0
xterm-addon-fit@0.5.0
xterm-addon-ligatures@0.5.1
xterm-addon-search@0.8.1
xterm-addon-serialize@0.6.1
xterm-addon-unicode11@​0.3.0
xterm-addon-web-links@0.4.0
xterm-addon-webgl@0.11.3
🌐 Website
Pull from https://github.com/xtermjs/xtermjs.org/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aclosed
v4.14.1
Compare Source
🐞 Bug fixes
v4.14.0
Compare Source
🚀 Features
xterm-headless
is a new package available on npm that allows xterm to run in a headless mode within node.js (#3212, #3214, #3413, #3414, #3420, #3421) via @Tyriar, @joyceerhl📦 API
modes
API exposes the terminal's internal modes (#3418) via @Tyriar. These are used for example in the xterm-addon-serialize to enable mode serialization.🐞 Bug fixes
📝 Documentation and internal improvements
🎉 New real-world use cases
📥 Addons
xterm-addon-ligatures
navigator
typing issues (#3371) via @LabhanshAgrawalxterm-addon-search
\
is now correctly treated as a non-word character (#3405) via @alurxterm-addon-serialize
xterm-addon-unicode11
xterm-addon-webgl
🤝 Compatible addon versions
xterm-addon-attach@0.6.0
xterm-addon-fit@0.5.0
xterm-addon-ligatures@0.5.1
xterm-addon-search@0.8.1
xterm-addon-serialize@0.6.0
xterm-addon-unicode11@​0.3.0
xterm-addon-web-links@0.4.0
xterm-addon-webgl@0.11.2
🌐 Website
v4.13.0
Compare Source
🐞 Bug fixes
📝 Documentation and internal improvements
🎉 New real-world use cases
🤝 Compatible addon versions
xterm-addon-attach@0.6.0
xterm-addon-fit@0.5.0
xterm-addon-ligatures@0.5.1
xterm-addon-search@0.8.0
xterm-addon-serialize@0.5.0
xterm-addon-unicode11@​0.2.0
xterm-addon-web-links@0.4.0
xterm-addon-webgl@0.11.1
v4.12.0
Compare Source
🚀 Features
📦 API
onBell
event API so embedders can handle the bell however they want (#3290, #3295) via @bmf-ribeiro🐞 Bug fixes
open
is called (#3314) via @jeanp413📝 Documentation and internal improvements
🎉 New real-world use cases
📥 Addons
xterm-addon-ligatures
navigator.fonts
API (#3264) via @LabhanshAgrawalxterm-addon-webgl
🤝 Compatible addon versions
xterm-addon-attach@0.6.0
xterm-addon-fit@0.5.0
xterm-addon-ligatures@0.5.0
xterm-addon-search@0.8.0
xterm-addon-serialize@0.5.0
xterm-addon-unicode11@​0.2.0
xterm-addon-web-links@0.4.0
xterm-addon-webgl@0.11.1
🌐 Website
v4.11.0
Compare Source
🚀 Features
📦 API
🐞 Bug fixes
📝 Documentation and internal improvements
🎉 New real-world use cases
📥 Addons
xterm-addon-serialize
xterm-addon-webgl
🤝 Compatible addon versions
xterm-addon-attach@0.6.0
xterm-addon-fit@0.5.0
xterm-addon-ligatures@0.4.0
xterm-addon-search@0.8.0
xterm-addon-serialize@0.5.0
xterm-addon-unicode11@​0.2.0
xterm-addon-web-links@0.4.0
xterm-addon-webgl@0.10.0
v4.10.0
Compare Source
🚀 Features
📦 API
🐞 Bug fixes
📝 Documentation and internal improvements
🎉 New real-world use cases
📥 Addons
xterm-addon-fit
xterm-addon-ligatures
xterm-addon-search
xterm-addon-serialize
🤝 Compatible addon versions
xterm-addon-attach@0.6.0
xterm-addon-fit@0.5.0
xterm-addon-ligatures@0.4.0
xterm-addon-search@0.8.0
xterm-addon-serialize@0.4.0
xterm-addon-unicode11@​0.2.0
xterm-addon-web-links@0.4.0
xterm-addon-webgl@0.9.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.