Releases: hodgef/react-simple-keyboard
Version 1.10.0 (Stable)
Release 1.10.0 moves dependency simple-keyboard
to devDependencies
. All demos have been updated.
If you are using version 1.9.X or prior and would like to upgrade, this is the single change to be made:
From:
import 'simple-keyboard/build/css/index.css';
To:
import 'react-simple-keyboard/build/css/index.css';
Credit goes to Julien Sergent (@MadDeveloper) for proposing this change through PR #29.
Got any improvements to suggest? Please feel free to open an issue or reach out on the community chat:
https://simple-keyboard.com/chat
Or even better, submit a PR :)
https://github.com/hodgef/react-simple-keyboard/pulls
Version 1.9.0 (Stable)
Release 1.9.0 updates the source code to Webpack 4 and Babel 7. Many other devDependencies have also been updated across the board, which means more stable and secure builds.
Got any improvements to suggest? Please feel free to open an issue or reach out on the community chat:
http://franciscohodge.com/simple-keyboard/chat/join
Or even better, submit a PR :)
https://github.com/hodgef/react-simple-keyboard/pulls
Version 1.8.0 (Stable)
Release 1.8.0 brings react-simple-keyboard to the improved functionality of simple-keyboard 2.7.6.
To learn more, check out the release details for [email protected]:
Changelog
- Modules: Simple-keyboard now incorporates a module system
Check out the details here- New autocorrect module (simple-keyboard-autocorrect).
- New swipe to type module (swipe-keyboard).
- Press and Hold: Standard keys can now be held down for fast input.
- Minor fixes and dev-dependency updates.
Got any improvements to suggest? Please feel free to open an issue or reach out on the community chat:
http://franciscohodge.com/simple-keyboard/chat/join
Or even better, submit a PR :)
https://github.com/hodgef/react-simple-keyboard/pulls
Version 1.7.1 (Stable)
Welcome to the 1.7.X branch of releases!
This update is light on news, as it has only one change:
build
directory is now calleddist
.
While technically a breaking change (hence the minor
bump), all demos should still be fit for production.
Got any improvements to suggest? Please feel free to open an issue here:
https://github.com/hodgef/react-simple-keyboard/issues
Or even better, submit a PR :)
https://github.com/hodgef/react-simple-keyboard/pulls
Version 1.6.1 (Stable)
Welcome to react-simple-keyboard 1.6.X.
Release 1.6.1 brings react-simple-keyboard to the improved stability and performance of simple-keyboard 2.6.1.
To learn more, check out the release details for [email protected]:
Changelog
Travis CI integration: In an effort to make every new release of simple-keyboard even more stable, Travis CI will test every released build.
100% code coverage: This goes a bit with the last item, yet it is an important milestone that I'm glad to deliver today. Thanks to full code coverage, you'll enjoy an even more stable and reliable simple-keyboard.
Optimizing source: Some redundant or inefficient functions and variables have been removed for optimization sake. These were undocumented parts that wouldn't be missed by 99.99% of users. (normalizer function, physicalKeyboardHighlight init flag, etc)
Got any improvements to suggest? Please feel free to open an issue or reach out on the community chat:
http://franciscohodge.com/simple-keyboard/chat/join
Or even better, submit a PR :)
https://github.com/hodgef/react-simple-keyboard/pulls
Version 1.5.2 (Stable)
This is a feature release, updating react-simple-keyboard
to the latest features in simple-keyboard
2.5.5
https://github.com/hodgef/simple-keyboard
- Cursor positioning support ! This was a hot request and I'm pleased to deliver it today.
- maxLength option
- tabCharOnTab option
- addButtonTheme method
- removeButtonTheme method
- mergeDisplay option
- onRender method
- onInit method
- getButtonElement method
- physicalKeyboardHighlightTextColor option
- physicalKeyboardHighlightBgColor option
- other minor fixes and tweaks.
And other minor features and style updates.
Got any improvements to suggest? Please feel free to open an issue here:
https://github.com/hodgef/react-simple-keyboard/issues
Or even better, submit a PR :)
https://github.com/hodgef/react-simple-keyboard/pulls
Version 1.4.4 (Stable)
This is a feature release, adapting react-simple-keyboard
to the latest features in simple-keyboard
2.4.0
https://github.com/hodgef/simple-keyboard
-
Multiple keyboard instances support
syncInstanceInputs -
Physical Keyboard Key Highlighting support
physicalKeyboardHighlight
And other minor features and style updates.
Got any improvements to suggest? Please feel free to open an issue here:
https://github.com/hodgef/react-simple-keyboard/issues
Or even better, submit a PR :)
https://github.com/hodgef/react-simple-keyboard/pulls
Version 1.3.2 (Stable)
This is a bugfix release thanks to a pull request by @draperunner.
- Fixed an issue with keyboard initialization.
- Cleanup of class performed.
For more details, please check out:
#2
Got any improvements to suggest? Please feel free to open an issue here:
https://github.com/hodgef/react-simple-keyboard/issues
Or even better, submit a PR :)
https://github.com/hodgef/react-simple-keyboard/pulls
Version 1.2.5 (Stable)
A new feature joins react-simple-keyboard, thanks to a feature request by @tezlopchan.
#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/react-simple-keyboard#using-several-inputs
Got any improvements to suggest? Please feel free to open an issue here:
https://github.com/hodgef/react-simple-keyboard/issues
Or even better, submit a PR :)
https://github.com/hodgef/react-simple-keyboard/pulls
Version 1.2.4 (Stable)
Welcome to version 1.2.4 !
This version is the continuation of the original simple-keyboard project for React in it's new home. Now, "simple-keyboard" is framework and library independent, and "react-simple-keyboard" emerges as the solution for those who love and enjoy React (like me).
Want to try the vanilla JS version? You can install simple-keyboard
here: https://github.com/hodgef/simple-keyboard
I hope this change allows for more possibilities moving forward !
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