From a38cac92e8b644d6851666af0e7a8945e1c91012 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Mon, 22 Aug 2016 20:05:27 -0700 Subject: [PATCH 1/2] Update xterm.js to 1.1.2 Major feature upgrade is that IMEs now work, so people can type non-latin characters into them! Also has: - Better mouse support - Signed releases - Scrollbar https://github.com/sourcelair/xterm.js/releases/tag/1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f760e1f26..4f68a3c45 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "moment": "^2.8.4", "preact": "^4.5.1", "preact-compat": "^1.7.0", - "xterm": "^1.0" + "xterm": "^1.1.2" } } From fd88eadb6150dee5fe59a86eb86e63d7fd64452d Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Tue, 23 Aug 2016 16:28:02 -0700 Subject: [PATCH 2/2] Bump xterm.js to 1.1.3 The only fix is a fix to the build script, since their previous one forgot to publish 1.1.2 to npm :) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f68a3c45..7f074e465 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "moment": "^2.8.4", "preact": "^4.5.1", "preact-compat": "^1.7.0", - "xterm": "^1.1.2" + "xterm": "^1.1.3" } }