Skip to content

Commit 26ba695

Browse files
committed
Version 1.2.1 Released
Fixed: Document Object Model definition fixes.
1 parent 9e6f08b commit 26ba695

16 files changed

+2309
-43
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A pure JavaScript library for using the Virtual Keyboard.
99
---------
1010

1111
### Current Version
12-
1.2.0 [*](https://github.com/furcan/KioskBoard/blob/master/ReleaseNotes.md)
12+
1.2.1 [*](https://github.com/furcan/KioskBoard/blob/master/ReleaseNotes.md)
1313

1414
---------
1515

@@ -19,7 +19,7 @@ https://furcan.github.io/KioskBoard/
1919
---------
2020

2121
### Browser Compatibility
22-
`Chrome` - `Firefox` - `Safari` - `Opera`
22+
`Chrome` - `Firefox` - `Safari` - `Opera` - `Edge`
2323

2424
---------
2525

@@ -46,15 +46,15 @@ import KioskBoard from "kioskboard";
4646
##### CSS and JS
4747

4848
```html
49-
<link rel="stylesheet" href="kioskboard-1.2.0.css" />
49+
<link rel="stylesheet" href="kioskboard-1.2.1.css" />
5050

51-
<script src="kioskboard-1.2.0.js"></script>
51+
<script src="kioskboard-1.2.1.js"></script>
5252
```
5353

5454
##### Or only JS (All in One - Internal CSS)
5555

5656
```html
57-
<script src="kioskboard-aio-1.2.0.js"></script>
57+
<script src="kioskboard-aio-1.2.1.js"></script>
5858
```
5959

6060
---------
@@ -232,4 +232,4 @@ An example of a JSON file (for custom keys) is as below.
232232
Copyright © 2020 KioskBoard - Virtual Keyboard
233233

234234
#### License
235-
MIT license - https://opensource.org/licenses/MIT
235+
MIT license - https://opensource.org/licenses/MIT

ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
@1.2.1
2+
* **Fixed:** Document Object Model definition fixes.
3+
4+
-----
5+
16
@1.2.0
27
* **Added:** Universal Module Definition.
38
* Code Review

0 commit comments

Comments
 (0)