simple-keyboard 3.4.75 → 3.4.76

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.
@@ -189,9 +189,13 @@ export interface KeyboardOptions {
189
189
  [key: string]: string[];
190
190
  };
191
191
  /**
192
- * Determine size of layout candidate list
192
+ * Determines size of layout candidate list
193
193
  */
194
194
  layoutCandidatesPageSize?: number;
195
+ /**
196
+ * Determines whether layout candidate match should be case sensitive.
197
+ */
198
+ layoutCandidatesCaseSensitiveMatch?: boolean;
195
199
  /**
196
200
  * Executes the callback function every time simple-keyboard is rendered (e.g: when you change layouts).
197
201
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-keyboard",
3
- "version": "3.4.75",
3
+ "version": "3.4.76",
4
4
  "description": "On-screen Javascript Virtual Keyboard",
5
5
  "main": "build/index.js",
6
6
  "scripts": {