🎉 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
- Xterm.js now is broken into multiple ES2015 modules and compiled with Babel (#251)
- 🆕 Introduced new website http://xtermjs.org/ with docs and blog
⚠️ API breakages
- Xterm.js should be loaded from the
dist
directory, where the built files reside, instead ofsrc
, where the unbuilt modules reside
Updates
- 🆕 API to set terminal options:
setOption
(#272) - 🆕 API to get terminal options:
getOption
(#282) - 🆕 API to clear terminal:
clear
(#276) - Fix scrolling in applications like Vim (#243)
- Better support for xterm function keys (#252)
- Better mouse support in terminal (#268)
- Support mouse wheel events in applications like Vim (#289)
- Fix right-click copy/paste regression introduced in 1.1.0 (#293)