simple-keyboard 3.5.23 → 3.5.25

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.
@@ -209,6 +209,10 @@ export interface KeyboardOptions {
209
209
  * Disables the automatic normalization for selected layout candidates
210
210
  */
211
211
  disableCandidateNormalization?: boolean;
212
+ /**
213
+ * Enables onKeyPress triggering for layoutCandidate items
214
+ */
215
+ enableLayoutCandidatesKeyPress?: boolean;
212
216
  /**
213
217
  * Executes the callback function every time simple-keyboard is rendered (e.g: when you change layouts).
214
218
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-keyboard",
3
- "version": "3.5.23",
3
+ "version": "3.5.25",
4
4
  "description": "On-screen Javascript Virtual Keyboard",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -52,10 +52,10 @@
52
52
  "babel-eslint": "^10.1.0",
53
53
  "babel-loader": "^9.1.2",
54
54
  "babel-preset-minify": "^0.5.2",
55
- "core-js": "^3.28.0",
55
+ "core-js": "^3.29.0",
56
56
  "css-loader": "^6.7.3",
57
57
  "css-minimizer-webpack-plugin": "^4.2.2",
58
- "eslint": "^8.34.0",
58
+ "eslint": "^8.35.0",
59
59
  "file-loader": "^6.2.0",
60
60
  "html-webpack-plugin": "^5.5.0",
61
61
  "jest": "^26.6.3",