Skip to content

v2.2.0

Compare
Choose a tag to compare
@javier-godoy javier-godoy released this 17 May 14:01
· 25 commits to master since this release

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