Skip to content

Releases: xtermjs/xterm.js

2.0.0

03 Oct 12:59
68906b5
Compare
Choose a tag to compare

🎉 We are excited to announce new major release: 2.0 🎉

Official announcement: http://xtermjs.org/blog/articles/2016-10-03-xtermjs-2.0

Major changes

⚠️ API breakages

  • Xterm.js should be loaded from the dist directory, where the built files reside, instead of src, where the unbuilt modules reside

Updates

Full list of patches

1.1.3

23 Aug 22:49
220828f
Compare
Choose a tag to compare
  • Add support for IMEs (#175)
  • Custom keydown handler support (#186)
  • Add target option to Linkify add-on (#214)
  • Introduce scrollbar (#218)
  • Clarify documentation of mission and features of xterm.js (#219)
  • Add support for resizing the terminal in the demo (#220)
  • Require releases to be signed (#222)
  • Improved mouse support (#231)

Full list of patches

Bugfixes from 1.1.2

  • Automate release script to fix wrong NPM releases

Full list of patches

1.1.2

22 Aug 14:31
01c2080
Compare
Choose a tag to compare
  • Add support for IMEs (#175)
  • Custom keydown handler support (#186)
  • Add target option to Linkify add-on (#214)
  • Introduce scrollbar (#218)
  • Clarify documentation of mission and features of xterm.js (#219)
  • Add support for resizing the terminal in the demo (#220)
  • Require releases to be signed (#222)
  • Improved mouse support (#231)

Full list of patches

Bugfixes from 1.1.1

  • Fix Alt + / movements (#240)

Full list of patches

1.1.1

22 Aug 13:18
4c3ccc2
Compare
Choose a tag to compare
  • Add support for IMEs (#175)
  • Custom keydown handler support (#186)
  • Add target option to Linkify add-on (#214)
  • Introduce scrollbar (#218)
  • Clarify documentation of mission and features of xterm.js (#219)
  • Add support for resizing the terminal in the demo (#220)
  • Require releases to be signed (#222)
  • Improved mouse support (#231)

Full list of patches

Bugfixes from 1.1.0

  • Ensure IME composition view is on top of cursor (#234)

Full list of patches

1.1.0

22 Aug 11:37
c06b08d
Compare
Choose a tag to compare
  • Add support for IMEs (#175)
  • Custom keydown handler support (#186)
  • Add target option to Linkify add-on (#214)
  • Introduce scrollbar (#218)
  • Clarify documentation of mission and features of xterm.js (#219)
  • Add support for resizing the terminal in the demo (#220)
  • Require releases to be signed (#222)
  • Improved mouse support (#231)

Full list of patches

1.0.0

18 Jul 08:30
Compare
Choose a tag to compare
  • Remove hidden textarea for input handling
  • Performance improvements in rendering
  • Better support for international characters
  • Ability to import add-ons with Node
  • Fix inconsistent line height
  • Fix rendering of inverse colors
  • Introduced test suite
  • Documented the whole public API of xterm.js; http://docs.xtermjs.org

Full list of patches

0.33

26 Apr 09:23
Compare
Choose a tag to compare
  • Xterm.js is now CommonJS (and Node.js consequently) importable (#49)
  • Fixed vertical line shifting when scrolling and resizing (#50)
  • Fixed an issue with cursor blinking (#51)

Full list of patches

0.26: Fix #9

24 Nov 15:40
Compare
Choose a tag to compare
  • Calculate character width and height in a way with less corner cases
  • Increment character width by 1 in Firefox, since it seems to have a bug in calculating width of specific elements