Skip to content

Releases: hodgef/simple-keyboard

Version 2.3.0 (Stable)

13 Jul 21:42
Compare
Choose a tag to compare

This is a feature release, thanks to an issue by @capndave !

For more details about buttonTheme, please check out:
https://github.com/hodgef/simple-keyboard#buttontheme

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

Version 2.2.0 (Stable)

08 Jun 14:45
Compare
Choose a tag to compare

This release focuses mainly on CDN usage, adding better exports into the Webpack config and examples.

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

Version 2.1.0 (Stable)

30 Apr 17:52
Compare
Choose a tag to compare

A new feature joins simple-keyboard, thanks to a feature request in react-simple-keyboard :)
hodgef/react-simple-keyboard#1

  • The feature is "inputName", which is helpful when you want simple-keyboard to handle several inputs.
  • This release also contains minor adjustments.

To consult the new doc entry on "inputName", click here:
https://github.com/hodgef/simple-keyboard#using-several-inputs

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

Version 2.0.3 (Stable)

24 Apr 13:49
Compare
Choose a tag to compare

Welcome to the 2.x branch !

Version 2.0.3 renders simple-keyboard library and framework independent. You only need vanilla js to make the magic happen !

React.js users, you can install react-simple-keyboard to enjoy the ease of simple-keyboard and the power of React: https://github.com/hodgef/react-simple-keyboard

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

Version 1.1.9 (Stable)

12 Apr 16:40
Compare
Choose a tag to compare

This is a bugfix release.

  • Set newLineOnEnter to false by default
  • Removed unused Service Worker from Live Demo

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

Version 1.1.2 (Stable)

15 Mar 18:00
Compare
Choose a tag to compare

This release contains a number of improvements:

  • New methods to control input (clearInput, setInput, getInput).
  • Refreshed style for default theme.
  • Tab support (\t), Newline support for Enter key (\n).
  • newLineOnEnter prop, which lets you decide if you want the enter key to input a new line or not. A use case for this might be if you're using the enter key to submit an input or for whatever action that you'll handle in your code.
  • Improved demo, with visual of the entered input.
  • Other minor tweaks.

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

Version 1.1.0 (Stable)

08 Mar 16:24
Compare
Choose a tag to compare

This release contains all the basic features of simple-keyboard.

  • onKeyPress, onChange handles.
  • Ability to target individual or button groups for styling (function buttons, standard buttons, per-button ...).
  • Full customization for layouts.
  • CSS, flexbox and responsive friendly DOM structure (Buttons are regrouped in rows rather than separated by <br /> tags).

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