The smooth scroll feature now affects scrollLines, scrollPages,scrollToLine, scrollToTop and scrollToBottom (#4482, #4714) via @tisilent, @Tyriar
minimumContrastRatio now applies 50% of the contrast ratio to dimmed text (#4672) via @Tyrira
📦 API
There's a new trace log level (#4687, 4709) via @Tyriar
const term = new Terminal({
logLevel: 'trace'
});
New logger delegate option (#4563, #4564) via @Tyriar. This new API allows the embedder to define the logging behavior, instead of always using to console
const term = new Terminal({
logger: {
trace: (e, args) => console.log('trace: ', e, args),
debug: (e, args) => console.log('debug: ', e, args),
info: (e, args) => console.log('info: ', e, args),
warn: (e, args) => console.log('warn: ', e, args),
error: (e, args) => console.log('error: ', e, args)
}
});
New ignoreBracketedPasteMode option that allows explicitly disabling bracketed paste mode, regardless of whether the shell enables it or not (#4636) via @Tyriar
const term = new Terminal({
ignoreBracketedPasteMode: true
});
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps xterm from 5.2.1 to 5.3.0.
Release notes
Sourced from xterm's releases.
... (truncated)
Commits
2e02c37
Merge pull request #4756 from Tyriar/tyriar/5_3__271ee3c7
Disable image addon publishing009add2
Merge pull request #4755 from Tyriar/tyriar/5_3fb4b662
v5.3.0 and bump all addons7b52b8e
Merge pull request #4754 from tisilent/DomRenderer-Focus-Cursorc03cb2b
When DomRenderer focus,render the cursor line.29dd30a
Merge pull request #4735 from Tyriar/playwright68c5723
Remove debugger statement5e628d7
Use arrow functions93aae67
Readme explaining test/apiYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show