Releases: FlowingCode/XTermConsoleAddon
Releases · FlowingCode/XTermConsoleAddon
xterm-console-3.3.0
What's Changed
- feat: add support for Vaadin 25 by @javier-godoy in #109
- build: remove flowing code and vaadin pre-release repositories by @javier-godoy in #106
- test: fix flaky SelectionFeatureIT test by @javier-godoy in #108
Full Changelog: xterm-console-3.2.0...xterm-console-3.3.0
xterm-console-3.2.0
What's Changed
- feat: add support for named terminal add-ons by @javier-godoy in #99
- build: upgrade lombok to 1.18.34 by @javier-godoy in #93
- docs: fix javadoc by @javier-godoy in #96
Full Changelog: xterm-console-3.1.0...xterm-console-3.2.0
xterm-console-3.1.0
What's Changed
- feat: provide reflection hints for native compilation by @javier-godoy in #91
Full Changelog: xterm-console-3.0.0...xterm-console-3.1.0
3.0.0
What's Changed
- Upgrade Vaadin 24 profile to 24.3.1 by @javier-godoy in #83
- fix!: import customElement from lit/decorators by @javier-godoy in #84
- build: use lombok version for java 21 by @mhus in #85
New Contributors
Full Changelog: xterm-console-2.2.0...xterm-console-3.0.0
v2.2.0
What's Changed
- Upgrade to XTerm version 5.1.0 by @javier-godoy in #78
- feat: add method for enqueuing a listener before others by @javier-godoy in #79
By default, custom key listeners execute in the same order they were registered. In some cases, it's desirable to add a listener that executes before others, so that it can prevent the event from propagating, so that the event is not handled by other listeners that have been added earlier. - refactor: move onData callback to method
- refactor: add bellSound and bellStyle as properties of fc-xterm
- refactor: use _dirtyRowTracker instead of _dirtyRowService
- docs: document insertfix-mixin algorithm
- refactor: replace ISelectionPosition with IBufferRange
- build: upgrade to xterm-addon-fit version 0.7.0
Full Changelog: xterm-console-2.1.1...xterm-console-2.2.0
v2.1.1
What's Changed
- TS refactor by @javier-godoy in #66
- Fix compilation errors in Vaadin 23.3.0/24 by @javier-godoy in #67
Full Changelog: xterm-console-2.1.0...xterm-console-2.1.1
v2.1.0
What's Changed
- Upgrade to term.js 4.19.0 by @javier-godoy in #60
Full Changelog: xterm-console-2.0.3...xterm-console-2.1.0
v2.0.3
What's Changed
- #48: improve history behavior by @jdewaen in #49
- #50: improve handling of the prompt in PreserveStateAddon by @jdewaen in #51
- build: upgrade to Vaadin 22 by @javier-godoy in #52
New Contributors
Full Changelog: xterm-console-2.0.2...xterm-console-2.0.3
v2.0.2
Maintenance release.
Compatible with Vaadin 22+
Based on xterm.js version 4.14.0
What's Changed
- Trigger a fit operation in response to a
terminal-initializedevent by @willemv in #44. This change prevents a situation where the terminal is not always resized on navigation.
New Contributors
Full Changelog: xterm-console-2.0.1...xterm-console-2.0.2