Commit Graph

63 Commits

Author SHA1 Message Date
Francisco Hodge ed2c5ce81d Ensure button handler is triggered on physicalKeyboardHighlightPress. Per https://github.com/hodgef/react-simple-keyboard/issues/1386 2021-07-30 22:23:51 -07:00
Francisco Hodge d72584b439 Build update 2021-06-09 05:05:50 +00:00
Francisco Hodge 3d075a2f57 Address selected input edge case. Fixes #1058 2021-06-08 22:04:10 -07:00
Francisco Hodge 72609a200b Adjust physicalKeyboardHighlight shift layout handling 2021-05-22 02:23:45 -04:00
Francisco Hodge 848e86d54d Add removeForwardsAt param types 2021-05-16 22:51:21 -07:00
Francisco Hodge b993885bd5 Address physicalKeyboardHighlight issue on older browsers. Fixes #1035 2021-05-16 22:40:31 -07:00
Francisco Hodge 7235a1af9c Improve removeForwardsAt coverage 2021-05-16 18:13:59 -04:00
Francisco Hodge f5358032d5 Add forward delete functionality. Fixes #1033 2021-05-16 14:05:37 -04:00
Francisco Hodge 0d1faf61c2 Set typescript to strict mode. Fixes #961 2021-04-04 13:28:10 -04:00
Francisco Hodge cae07749f4 Update types, tests 2021-03-21 13:02:05 -04:00
Francisco Hodge 8ba81892fe Port to typescript 2021-03-21 13:01:32 -04:00
Francisco Hodge eb166e69e3 Address layout key handling. Fixes #842 2020-12-16 08:49:29 -05:00
Francisco Hodge 8f0291179c Fix maxLength object handling. Fixes #759 2020-10-22 23:21:23 -04:00
Francisco Hodge b4b9d83569 Adjust tests, fix typo 2020-10-20 21:09:49 -04:00
Francisco Hodge 56fc194ad6 Added physicalKeyboardHighlightPress option. Fixes #735 2020-10-20 20:54:31 -04:00
Francisco Hodge fd0c48390d Address upgrade issues 2020-09-02 23:57:33 -04:00
Francisco Hodge 07743c9ff8 2.30.0 - Updated boilerplate, added selection handling - per #637 2020-09-02 23:55:52 -04:00
Francisco Hodge 1a5d917a7d Supporting DOM element param 2020-02-06 00:30:41 -05:00
Francisco Hodge 304f47701e Linting codebase 2020-02-06 00:26:22 -05:00
Francisco Hodge d1cdbd2d11 Update Utilities.js 2019-10-29 10:58:24 -04:00
Francisco Hodge 6cf99720c4 Update Utilities.test.js 2019-10-29 10:57:45 -04:00
Vignesh S 86caf021fa Update Utilities.js 2019-10-29 20:03:08 +05:30
Francisco Hodge a6db341a23 npm update 2019-08-26 23:36:12 -04:00
Francisco Hodge 618800f455 Tests update 2019-08-11 20:23:59 -04:00
Francisco Hodge f158a603c9 Added buttonAttributes option. Improved buttonTheme handling. Cleanup. Fixes #196 2019-08-11 20:21:21 -04:00
Francisco Hodge 8ba6f879d0 Code optimization, added onKeyReleased. Fixes #144, #145 2019-07-14 11:27:18 -04:00
Francisco Hodge 2afc8a1401 Updated dev dependencies 2019-03-26 23:31:52 -04:00
Francisco Hodge 5ab58f2528 Using PointerEvents on browsers that support it 2019-03-07 07:32:07 -05:00
Francisco Hodge ae1436a52d Reinstating method bindings 2019-03-06 20:22:09 -05:00
Francisco Hodge ec983bf82b Build update 2019-03-06 20:00:48 -05:00
Francisco Hodge 477972f26f Build update 2019-03-06 19:37:49 -05:00
Francisco Hodge 1a53fae5d6 Added isTouchDevice and touch device helper methods 2019-03-06 19:32:03 -05:00
Francisco Hodge 00f8daff3c Added binding of methods 2019-03-06 19:31:07 -05:00
Francisco Hodge 70d2cca7ac Adding PrettierPlugin to build process 2019-02-15 21:49:27 -05:00
Francisco Hodge c316d493c7 Tests update 2018-12-27 13:46:15 -05:00
Aleh Kashnikau 7432e01740 fixed camelCase function
Added check for empty word
2018-12-27 21:29:05 +03:00
Francisco Hodge 0512e2c624 Fix full keyboard numpad cursor positioning 2018-11-25 21:48:08 -05:00
Francisco Hodge d8c1327eff Bind caret handler events once regardless of number of instances 2018-11-24 21:12:19 -05:00
Francisco Hodge 7698e29373 2.8.0 - Webpack 4, Babel 7 2018-11-09 11:06:46 -05:00
Francisco Hodge d1100cef92 Fixing caret issue when using maxLength 2018-11-05 17:34:16 -05:00
Francisco Hodge d567b3ac01 Enhancing add-on compatibility 2018-10-30 23:28:23 -04:00
Francisco Hodge fe0036f88e Removing uneeded logging 2018-10-24 18:43:44 -04:00
Francisco Hodge 2e3ca5716b Docs update 2018-10-24 18:18:24 -04:00
Francisco Hodge 3c5b94abf8 2.6.0 cleanup 2018-10-16 17:31:13 -04:00
Francisco Hodge befa988090 Updated CI tests 2018-10-16 17:26:21 -04:00
Francisco Hodge fec9d24a19 Fix caret positioning 2018-10-12 18:14:22 -04:00
Francisco Hodge 4f5af90d8d Fix curly brace output 2018-10-10 12:20:02 -04:00
Francisco Hodge 6e83a1f402 Adding highlighting support for control, alt, meta keys 2018-10-07 22:16:15 -04:00
Francisco Hodge ab6b54dc43 Fix mixed props 2018-10-06 13:49:31 -04:00
Francisco Hodge 0c773151c7 Avoid cursor position change when maxLength is set 2018-10-06 13:35:33 -04:00