Skip to content

Commit

Permalink
Version 1.2.1 Released
Browse files Browse the repository at this point in the history
Fixed: Document Object Model definition fixes.
  • Loading branch information
furcan committed Mar 20, 2020
1 parent 9e6f08b commit 26ba695
Show file tree
Hide file tree
Showing 16 changed files with 2,309 additions and 43 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A pure JavaScript library for using the Virtual Keyboard.
---------

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

---------

Expand All @@ -19,7 +19,7 @@ https://furcan.github.io/KioskBoard/
---------

### Browser Compatibility
`Chrome` - `Firefox` - `Safari` - `Opera`
`Chrome` - `Firefox` - `Safari` - `Opera` - `Edge`

---------

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

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

<script src="kioskboard-1.2.0.js"></script>
<script src="kioskboard-1.2.1.js"></script>
```

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

```html
<script src="kioskboard-aio-1.2.0.js"></script>
<script src="kioskboard-aio-1.2.1.js"></script>
```

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

#### License
MIT license - https://opensource.org/licenses/MIT
MIT license - https://opensource.org/licenses/MIT
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@1.2.1
* **Fixed:** Document Object Model definition fixes.

-----

@1.2.0
* **Added:** Universal Module Definition.
* Code Review
Expand Down
Loading

0 comments on commit 26ba695

Please sign in to comment.