simple-keyboard 3.8.0 → 3.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2019 Francisco Hodge and project contributors.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2019 Francisco Hodge and project contributors.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,69 +1,69 @@
1
- <p>
2
- <a href="https://simple-keyboard.com/demo">
3
- <img alt="simple-keyboard: Javascript Virtual Keyboard" src="https://user-images.githubusercontent.com/25509135/187999993-fb5422fd-a56f-4a9a-84a9-55c94478f61c.gif">
4
- </a>
5
- <a href="https://www.npmjs.com/package/simple-keyboard"><img src="https://badgen.net/npm/v/simple-keyboard?color=blue" alt="npm version"></a> <a href="https://github.com/hodgef/simple-keyboard/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT license"></a> <a href="https://github.com/hodgef/simple-keyboard/actions"><img alt="Build Status" src="https://github.com/hodgef/simple-keyboard/workflows/Build/badge.svg" /></a> <a href="https://github.com/hodgef/simple-keyboard/actions"><img alt="Publish Status" src="https://github.com/hodgef/simple-keyboard/workflows/Publish/badge.svg" /></a> <a href="https://gitlab.com/hodgef/simple-keyboard" target="_blank"><img alt="Mirroring" src="https://github.com/hodgef/simple-keyboard/actions/workflows/mirroring.yml/badge.svg" /></a>
6
- </p>
7
-
8
- <blockquote>Virtual Keyboard for Javascript. Compatible with your JS, React, Angular or Vue projects.</blockquote>
9
-
10
- ## 🚀 Demo
11
-
12
- [Demo Showcase (Vanilla, Angular, React, Vue)](https://simple-keyboard.com/demo)
13
-
14
- ## 📦 Installation & Usage
15
-
16
- You can use simple-keyboard as a `<script>` tag from a CDN, or install it from npm.
17
-
18
- Check out the [Getting Started](https://simple-keyboard.com/getting-started) docs to begin.
19
-
20
- ## 📖 Documentation
21
-
22
- Check out the [simple-keyboard documentation](https://simple-keyboard.com/documentation) site.
23
-
24
- Feel free to browse the [Questions & Answers (FAQ)](https://simple-keyboard.com/qa-use-cases/) page for common use-cases.
25
-
26
- ### To run demo on your own computer
27
-
28
- - Clone this repository
29
- - `npm install`
30
- - `npm start`
31
- - Visit [http://localhost:3000/](http://localhost:3000/)
32
-
33
- ### Other versions
34
-
35
- - [React.js](https://github.com/hodgef/react-simple-keyboard)
36
- - [Angular](https://simple-keyboard.com/demo)
37
- - [Vue.js](https://simple-keyboard.com/demo)
38
-
39
- ### Questions? Join the chat
40
-
41
- <a href="https://discordapp.com/invite/SJexsCG" title="Join our Discord chat" target="_blank"><img src="https://discordapp.com/api/guilds/498978399801573396/widget.png?style=banner2" align="center"></a>
42
-
43
- ## ✳️ Modules
44
-
45
- You can extend simple-keyboard's functionality with [modules](https://hodgef.com/simple-keyboard/modules/). Such as:
46
-
47
- - [Autocorrect](https://hodgef.com/simple-keyboard/modules/autocorrect/)
48
- - [Input Mask](https://hodgef.com/simple-keyboard/modules/input-mask/)
49
- - [Key Navigation](https://hodgef.com/simple-keyboard/modules/key-navigation/)
50
- - [Swipe Keyboard](https://hodgef.com/simple-keyboard/modules/swipe-keyboard/)
51
-
52
- Want to create your own module? Check out the [Modules page](https://hodgef.com/simple-keyboard/modules/) for instructions.
53
-
54
- ## 🎯 Compatibility
55
-
56
- - Internet Explorer 11
57
- - Edge (Spartan) 16+
58
- - Edge (Anaheim/Edge Chromium) 79+
59
- - Chrome 49+
60
- - Safari 9+
61
- - Firefox 57+
62
- - iOS 9+
63
-
64
- > Note: If you don't want to support old browsers, you can use the Modern Browsers bundle ([index.modern.js](https://github.com/hodgef/simple-keyboard/blob/master/build)).
65
-
66
- ## ✅ Contributing
67
-
68
- PRs and issues are always welcome. Feel free to submit any issues you have at:
69
- [https://github.com/hodgef/simple-keyboard/issues](https://github.com/hodgef/simple-keyboard/issues)
1
+ <p>
2
+ <a href="https://simple-keyboard.com/demo">
3
+ <img alt="simple-keyboard: Javascript Virtual Keyboard" src="https://user-images.githubusercontent.com/25509135/187999993-fb5422fd-a56f-4a9a-84a9-55c94478f61c.gif">
4
+ </a>
5
+ <a href="https://www.npmjs.com/package/simple-keyboard"><img src="https://badgen.net/npm/v/simple-keyboard?color=blue" alt="npm version"></a> <a href="https://github.com/hodgef/simple-keyboard/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT license"></a> <a href="https://github.com/hodgef/simple-keyboard/actions"><img alt="Build Status" src="https://github.com/hodgef/simple-keyboard/workflows/Build/badge.svg" /></a> <a href="https://github.com/hodgef/simple-keyboard/actions"><img alt="Publish Status" src="https://github.com/hodgef/simple-keyboard/workflows/Publish/badge.svg" /></a> <a href="https://gitlab.com/hodgef/simple-keyboard" target="_blank"><img alt="Mirroring" src="https://github.com/hodgef/simple-keyboard/actions/workflows/mirroring.yml/badge.svg" /></a>
6
+ </p>
7
+
8
+ <blockquote>Virtual Keyboard for Javascript. Compatible with your JS, React, Angular or Vue projects.</blockquote>
9
+
10
+ ## 🚀 Demo
11
+
12
+ [Demo Showcase (Vanilla, Angular, React, Vue)](https://simple-keyboard.com/demo)
13
+
14
+ ## 📦 Installation & Usage
15
+
16
+ You can use simple-keyboard as a `<script>` tag from a CDN, or install it from npm.
17
+
18
+ Check out the [Getting Started](https://simple-keyboard.com/getting-started) docs to begin.
19
+
20
+ ## 📖 Documentation
21
+
22
+ Check out the [simple-keyboard documentation](https://simple-keyboard.com/documentation) site.
23
+
24
+ Feel free to browse the [Questions & Answers (FAQ)](https://simple-keyboard.com/qa-use-cases/) page for common use-cases.
25
+
26
+ ### To run demo on your own computer
27
+
28
+ - Clone this repository
29
+ - `npm install`
30
+ - `npm start`
31
+ - Visit [http://localhost:3000/](http://localhost:3000/)
32
+
33
+ ### Other versions
34
+
35
+ - [React.js](https://github.com/hodgef/react-simple-keyboard)
36
+ - [Angular](https://simple-keyboard.com/demo)
37
+ - [Vue.js](https://simple-keyboard.com/demo)
38
+
39
+ ### Questions? Join the chat
40
+
41
+ <a href="https://discordapp.com/invite/SJexsCG" title="Join our Discord chat" target="_blank"><img src="https://discordapp.com/api/guilds/498978399801573396/widget.png?style=banner2" align="center"></a>
42
+
43
+ ## ✳️ Modules
44
+
45
+ You can extend simple-keyboard's functionality with [modules](https://hodgef.com/simple-keyboard/modules/). Such as:
46
+
47
+ - [Autocorrect](https://hodgef.com/simple-keyboard/modules/autocorrect/)
48
+ - [Input Mask](https://hodgef.com/simple-keyboard/modules/input-mask/)
49
+ - [Key Navigation](https://hodgef.com/simple-keyboard/modules/key-navigation/)
50
+ - [Swipe Keyboard](https://hodgef.com/simple-keyboard/modules/swipe-keyboard/)
51
+
52
+ Want to create your own module? Check out the [Modules page](https://hodgef.com/simple-keyboard/modules/) for instructions.
53
+
54
+ ## 🎯 Compatibility
55
+
56
+ - Internet Explorer 11
57
+ - Edge (Spartan) 16+
58
+ - Edge (Anaheim/Edge Chromium) 79+
59
+ - Chrome 49+
60
+ - Safari 9+
61
+ - Firefox 57+
62
+ - iOS 9+
63
+
64
+ > Note: If you don't want to support old browsers, you can use the Modern Browsers bundle ([index.modern.js](https://github.com/hodgef/simple-keyboard/blob/master/build)).
65
+
66
+ ## ✅ Contributing
67
+
68
+ PRs and issues are always welcome. Feel free to submit any issues you have at:
69
+ [https://github.com/hodgef/simple-keyboard/issues](https://github.com/hodgef/simple-keyboard/issues)
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * simple-keyboard v3.8.0
3
+ * simple-keyboard v3.8.1
4
4
  * https://github.com/hodgef/simple-keyboard
5
5
  *
6
6
  * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
package/build/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * simple-keyboard v3.8.0
3
+ * simple-keyboard v3.8.1
4
4
  * https://github.com/hodgef/simple-keyboard
5
5
  *
6
6
  * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * simple-keyboard v3.8.0 (index.modern.esm.js - Modern Browsers bundle, ESM output)
3
+ * simple-keyboard v3.8.1 (index.modern.esm.js - Modern Browsers bundle, ESM output)
4
4
  * https://github.com/hodgef/simple-keyboard
5
5
  *
6
6
  * NOTE: This modern browsers bundle (index.modern.esm.js) removes all polyfills