History for container-terminal/container-terminal.js
Commits on Apr 1, 2019
-
Bump xterm.js to v3.12.0 and bundle its dist
in order to pick up latest bug fixes. Direct inclusion of xterm.js dist is being done since the latest versions of xterm.js are not available via Bower (xterm.js-next is not being maintained). Note: this change results in invalid meta in bower.json (`The "main" field has to contain only 1 file per filetype...`), but the net result is only a warning in Bower's output when installing. This is a small concession in order to easily keep xterm.js updated.
Commits on Feb 22, 2018
Commits on Oct 27, 2017
Commits on Jul 28, 2017
-
Resize correct terminal when more than one is on the page
We were always resizing the first `.xterm-viewport` on the page. We should look for the child of the element for this directive.
Commits on Jul 20, 2017
Commits on Jul 14, 2017
Commits on Jul 12, 2017
Commits on Nov 1, 2016
-
Merge pull request #10 from stefwalter/amd-no-base1
Remove base1 from the AMD module dependencies
Commits on Aug 16, 2016
Commits on Aug 2, 2016
Commits on Jul 15, 2016
Commits on Jun 28, 2016
-
Publish terminal status to view.
-Origin-web-console is making UI changes to how the user interacts with terminals to containers in a pod on openshift. In order to accurately reflect terminal state, a variable needed to be exposed to the view in order to make appropriate UI styling changes. Fix missing dist files. -Neglected to run 'grunt build' prior to previous push & PR. Add comment and update readme -Comment added to 'status' variable to clarify that it is not an input -Readme updated to reflect 'status's addition. -Added dist/container-terminal.js
Commits on May 20, 2016
-
Remove base1 from the AMD module dependencies
No longer necessary and this was Cockpit specific anyway.
Commits on May 6, 2016
Commits on Apr 22, 2016
Commits on Feb 23, 2016
Commits on Dec 2, 2015
-
Qualify WebSocket and btoa with window global
This helps during linting.