Simple Keyboard Versions Save

Javascript Virtual Keyboard - Customizable, responsive and lightweight

3.7.0

8 months ago

Release 3.7.0 includes the following updates:

Got any improvements to suggest? Please feel free to open an issue here: https://github.com/hodgef/simple-keyboard/issues

Or even better, submit a PR :) https://github.com/hodgef/simple-keyboard/pulls

3.6.0

11 months ago

Release 3.6.0 includes the following updates:

  • The build tooling was updated. This fixes an issue where developers working with the source code would encounter errors: #1977.

Got any improvements to suggest? Please feel free to open an issue here: https://github.com/hodgef/simple-keyboard/issues

Or even better, submit a PR :) https://github.com/hodgef/simple-keyboard/pulls

3.5.0

1 year ago

Release 3.5.0 includes the following updates:

💥 Breaking Changes

The following changes affect only certain options and require no action from most users :

Got any improvements to suggest? Please feel free to open an issue here: https://github.com/hodgef/simple-keyboard/issues

Or even better, submit a PR :) https://github.com/hodgef/simple-keyboard/pulls

3.4.0

2 years ago

Release 3.4.0 includes the following updates:

💥 Breaking Changes

The following changes affect library internals and require no action from most users :

  • Types were moved from build/types to build. This is to address an issue with index.modern.js missing types.

Got any improvements to suggest? Please feel free to open an issue here: https://github.com/hodgef/simple-keyboard/issues

Or even better, submit a PR :) https://github.com/hodgef/simple-keyboard/pulls

3.3.0

2 years ago

Release 3.3.0 includes the following updates:

  • Added Modern Browsers bundle (index.modern.js) :

    Simple-keyboard supports a wide array of browser versions, even old ones. This is why it can run on Chrome 38 and IE11, for example.

    If you plan to support only modern browsers, you can now use the Modern Browsers bundle linked above. As its name suggests, index.modern.js might not work on older browsers, but in return it is lighter. Choose according to your needs, and if in doubt, stick to the default bundle!

Got any improvements to suggest? Please feel free to open an issue here: https://github.com/hodgef/simple-keyboard/issues

Or even better, submit a PR :) https://github.com/hodgef/simple-keyboard/pulls

3.2.0

2 years ago

Release 3.2.0 includes the following updates:

  • The layoutCandidates feature now supports caret positioning.
  • Click events are now returned as a second parameter in the onChange, onChangeAll and onKeyPress callbacks.

Got any improvements to suggest? Please feel free to open an issue here: https://github.com/hodgef/simple-keyboard/issues

Or even better, submit a PR :) https://github.com/hodgef/simple-keyboard/pulls

3.1.0

2 years ago

Release 3.1.0 includes the following updates:

💥 Breaking Changes

The following changes might affect a limited number of users:

  • Forward Delete ({delete}) button is implemented per #1033. If you are using this button in your layout, please be aware that it will now have forward delete functionality.

Got any improvements to suggest? Please feel free to open an issue here: https://github.com/hodgef/simple-keyboard/issues

Or even better, submit a PR :) https://github.com/hodgef/simple-keyboard/pulls

3.0.0

3 years ago

Release 3.0.0 includes the following updates:

💥 Breaking Changes

The following changes affect library internals and require no action from most users :

  • Source maps have been removed from the production version in order to achieve Internet Explorer 11 compatibility.
  • Types are now automatically generated by Typescript on build. Please feel free to file an issue if you're encountering any errors when using simple-keyboard with Typescript.
  • If you use simple-keyboard-layouts, please note that the layout objects have changed. Please file an issue at simple-keyboard-layouts if you run into any issues.

Got any improvements to suggest? Please feel free to open an issue here: https://github.com/hodgef/simple-keyboard/issues

Or even better, submit a PR :) https://github.com/hodgef/simple-keyboard/pulls

2.32.0

3 years ago

Release 2.32.0 includes the following updates:

  • Added physicalKeyboardHighlightPress option When this option and physicalKeyboardHighlight are both set to true, simple-keyboard buttons will be highlighted and pressed as you type with your physical keyboard.

    This means you can use your physical keyboard to trigger simple-keyboard buttons, if the key in question is defined in your layout.

Got any improvements to suggest? Please feel free to open an issue here: https://github.com/hodgef/simple-keyboard/issues

Or even better, submit a PR :) https://github.com/hodgef/simple-keyboard/pulls

2.31.0

3 years ago

Release 2.31.0 includes the following updates:

  • Added rtl option When set to true, this option adds unicode directional control characters \u202B and \u202C to onChange() and getInput() returns. This helps to address issues when using simple-keyboard with right-to-left layouts.

Got any improvements to suggest? Please feel free to open an issue here: https://github.com/hodgef/simple-keyboard/issues

Or even better, submit a PR :) https://github.com/hodgef/simple-keyboard/pulls