Releases: hodgef/simple-keyboard
Version 2.3.7 (Stable)
This is a bugfix release, thanks to an issue by @jantuitman !
- Disabled double-tap to zoom on simple-keyboard, as this caused unexpected behavior in iOS10+.
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.3.0 (Stable)
This is a feature release, thanks to an issue by @capndave !
- Added customization for single and multiple buttons (buttonTheme).
- Refreshed the look of the demo.
- Updated dependencies.
- Updated all CodeSandbox demos (https://codesandbox.io/u/hodgef/sandboxes).
- Updated franciscohodge.com demo (https://franciscohodge.com/project-pages/simple-keyboard/demo/).
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)
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)
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)
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)
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)
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)
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