containerup
containerup copied to clipboard
Bump xterm from 5.2.1 to 5.3.0 in /web
Bumps xterm from 5.2.1 to 5.3.0.
Release notes
Sourced from xterm's releases.
5.3.0
🚀 Features
- The default DOM-based renderer is significantly faster now (#4605, #4631, #4651, #4662, #4681, #4754) via
@jerch,@Tyriar,@PerBothner,@tisilent- The smooth scroll feature now affects
scrollLines,scrollPages,scrollToLine,scrollToTopandscrollToBottom(#4482, #4714) via@tisilent,@TyriarminimumContrastRationow applies 50% of the contrast ratio to dimmed text (#4672) via@Tyrira📦 API
- There's a new
tracelog level (#4687, 4709) via@Tyriarconst term = new Terminal({ logLevel: 'trace' });- New
loggerdelegate option (#4563, #4564) via@Tyriar. This new API allows the embedder to define the logging behavior, instead of always using toconsoleconst 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
ignoreBracketedPasteModeoption that allows explicitly disabling bracketed paste mode, regardless of whether the shell enables it or not (#4636) via@Tyriarconst term = new Terminal({ ignoreBracketedPasteMode: true });- New
cursorInactiveStyleoption (#4657) via@tisilentconst term = new Terminal({ cursorInactiveStyle: 'none' });🐞 Bug fixes
- Fix character size being affected by CSS transformations (#4366) via
@arekouzounian- Fix mouse tracking behavior (#4583) via
@jerch- Improve rendering of the DOM renderer's underline cursor (#4584) via
@dlech- Fix issues in the accessibility tree (#4637) via
@meganrogge- Fix reset and clear leaving viewport in a bad state (#4638) via
@Tyriar- Fix API facade memory leaks (#4655) via
@Tyriar- Fix memory leak in cursor blink state manager (#4659) via
@SvanT- Fix inverse rendering when a transparent foreground is used (#4667) via
@Dennnnny
... (truncated)
Commits
2e02c37Merge pull request #4756 from Tyriar/tyriar/5_3__271ee3c7Disable image addon publishing009add2Merge pull request #4755 from Tyriar/tyriar/5_3fb4b662v5.3.0 and bump all addons7b52b8eMerge pull request #4754 from tisilent/DomRenderer-Focus-Cursorc03cb2bWhen DomRenderer focus,render the cursor line.29dd30aMerge pull request #4735 from Tyriar/playwright68c5723Remove debugger statement5e628d7Use arrow functions93aae67Readme explaining test/api- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)