@1.4.0
- Fixed: The dispatcher issue on the input change event has been fixed: (#11)
- Fixed: The current text selection issue has been fixed: (#19)
- Added: The
maxandmaxlengthattribute controls have been added: (#17) - Added: The
optionsparameter has been added to theRun()function to set the initialize options. =>KioskBoard.Run(selector, options); - Changed: The
selectorparameter has been changed toselectorOrElementthat also can use an element instead of the query selector. =>KioskBoard.Run(selectorOrElement); - Changed: The
Merge()function has been deprecated. - Changed: Code Review.
@1.3.3
- Fixed:
AllowMobileKeyboardoption was not working properly on iOS devices. (#7)
@1.3.2
- Added: Internet Explorer 11 compatibility. (#3)
- Changed: Code Review.
@1.3.1
- Fixed: Fixes on checking the "window.location.protocol". (#4)
- Added: IE polyfill for the CustomEvent constructor. (#3)
- Changed: Code Review.
@1.3.0
- Changed:
kioskboard.css, andkioskboard.jsfiles have been moved fromdistfolder tosrcfolder. - Changed:
kioskboard-aio.jsfile has been moved fromdistfolder tosrc/all-in-onefolder. - Added:
autoScrolloption has been added. Scrolling the document to the top of the input/textarea element can be manageable with this option. The default value istrueas before. - Fixed: Fixes for the input element's
selectionStartmethod to prevent issues if the input element type is number. (#1) - Changed: Code Review.
@1.2.1
- Fixed: Document Object Model definition fixes.
@1.2.0
- Added: Universal Module Definition.
- Code Review
@1.1.1
- Code Review
@1.1.0
-
Added: "allowMobileKeyboard" option is added. Default value is "false" and prevents mobile keyboard.
-
Code Review
@1.0.0
- A pure JavaScript library for using the Virtual Keyboard is ready to use.
@1.0.0-beta.02
- A pure JavaScript library for using the Virtual Keyboard. First Release.
@1.0.0-beta.01
- A pure JavaScript library for using the Virtual Keyboard. Coming Soon.