Skip to content

Commit 93e9a18

Browse files
committed
merge with master
1 parent a6fad2f commit 93e9a18

21 files changed

+29
-13835
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.39.3
2+
### Bugfix
3+
* fix broken full screen terminal height on Desktop
4+
15
## 2.39.2
26
### Bugfix
37
* fix when CSS is loaded after creation of the terminal (mostly for ReactJS)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=2.39.2
1+
VERSION=2.39.3
22
SED=sed
33
CD=cd
44
NPM=npm

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![npm](https://img.shields.io/badge/npm-DEV-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
99
![bower](https://img.shields.io/badge/bower-DEV-yellow.svg)
1010
[![Build and test](https://github.com/jcubic/jquery.terminal/actions/workflows/build.yaml/badge.svg?branch=devel&event=push)](https://github.com/jcubic/jquery.terminal/actions/workflows/build.yaml)
11-
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&e8cbc11898392f2222dc261fad6513b2)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel)
11+
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&ee2a03a16ea250797b28569c122c3138)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel)
1212
![NPM Downloads](https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat)
1313
[![jsDelivr Downloads](https://data.jsdelivr.com/v1/package/npm/jquery.terminal/badge?style=rounded&n=1)](https://www.jsdelivr.com/package/npm/jquery.terminal)
1414
[![Paid Support](https://img.shields.io/badge/paid-support-354465.svg)](https://support.jcubic.pl/)

__tests__/terminal.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2922,7 +2922,7 @@ describe('sub plugins', function() {
29222922
expect(test.a).toHaveBeenCalled();
29232923
expect(test.b).toHaveBeenCalled();
29242924
done();
2925-
}, 0);
2925+
}, 10);
29262926
});
29272927
it('should remove resizer', function() {
29282928
div.resizer(test.a);

assets/ascii_art.svg

+1-1
Loading

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.terminal",
3-
"version": "2.39.2",
3+
"version": "2.39.3",
44
"main": [
55
"js/jquery.terminal.min.js",
66
"js/jquery.mousewheel-min.js",

css/emoji.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)