Releases: Mathachew/jquery-autotab
Autotab 1.5.3
Addresses an issue with forms not submitting from the on-screen keyboard. Also allows me to push a release to jQuery plugins.
Autotab 1.5.2
Fixes a bug that prevented text altering filters, like uppercase and lowercase, from working.
Autotab 1.5.1
Contains a critical bug fix for Internet Explorer, where a text box would only fill to the max length - 1, causing the last character to appear in the target element. For example, if the max length is three and 123
is typed, 12
would appear in the first box, 3
in the other.
Autotab 1.5.0
Autotab 1.5 fixes a major bug (#17) where the change
event would not trigger when a blur
event occurred. Also includes is a new feature (hence the 1.5 release and not 1.4.1) that allows auto tabbing to occur for specific characters. See README.md for more details.
Autotab 1.4.0
While several bugs with boolean evaluations have been fixed, the biggest bug fix is the inconsistent behavior between Firefox and other browsers. With Autotab 1.4, there is finally consistency between the big three browsers. On top of these updates is the vast improvement of pasting support, which now behaves intelligently.
Autotab 1.3.0
Addressing some minor issues and introducing a few more features, Autotab 1.3 is taking 1.2 and making it better with hexadecimal formatting, improved support for custom format functions, and providing a way to turn Autotab on and off at will. Autotab's settings have been refactored, relying on separate data-*
attributes. This change allows filter formats to be defined using data-autotab-format
.
Autotab 1.2.0
The long awaited, way overdue update to Autotab is finally here. I've rewritten Autotab and made it better than ever. With numerous improvements and new features, I believe this is the best auto tab and filtering script around. See the CHANGELOG for more details.