Skip to content

Releases: djhvscf/autoTab

v2.0.16

10 Feb 18:56
Compare
Choose a tag to compare
  • Deleted a variable never used
  • Re-define the parameters for filterInputValue function
  • Added try catch block
  • Deleted consfused formats
  • Code refactor
  • Added logic to restore function when the plugin is already enabled
  • Added some code consistency
  • Added sprintf function for better replace logic

v2.0.8

07 Feb 04:03
Compare
Choose a tag to compare
  • Added a function that returns all the elements that corresponding with a tag name
  • Delete the addstyle option
  • Added the deleteExceedCharacter option
  • Added more key codes
  • Fixed the issue #2

v2.0.3

18 Jan 20:00
Compare
Choose a tag to compare
  • Added support to input disabled
  • Added support for select element
  • Deleted the deleteEvents function because is so heavy for the browsers delete and bind events
  • Added support for button element

v2.0.0

10 Jan 08:38
Compare
Choose a tag to compare
  • Added data-upper tag
  • Added data-lower tag
  • Added data-nospace tag
  • Added data-format tag
  • Added data-pattern tag
  • Changed the Index page
  • Added restore method
  • Added the enable variable to know if the plugin is enable or not
  • Modified the validation parameters function
  • Changed the ReadMe

v1.6.0

02 Jan 21:03
Compare
Choose a tag to compare
  • Deleted the version with jQuery dependency
  • Added the destroy method
  • Default value of addStyle option changed to false
  • Added the onComplete event
  • Added the onChanged event
  • Order the functions in logical order
  • Function that validates the parameters passed
  • Added the recursive option
  • Change the parameters section to table
  • Added new variable emptyFunction

v1.5.0

30 Dec 17:16
Compare
Choose a tag to compare
  • Added the version of autoTab plugin in pure JavaScript

v1.4.2

29 Dec 16:29
Compare
Choose a tag to compare
  • Change the initialization of style variables
  • Delete a .append unnecessary

v1.4.0

29 Dec 04:00
Compare
Choose a tag to compare
  • Added the option addStyle to apply or not the default style to inputs and textareas
  • Code clean up

v1.3.0

24 Dec 20:56
Compare
Choose a tag to compare
  • Added the function each and inArray
  • Best management of maxLength property
  • Making an array with the input elements found
  • Added the variables dataTab and dataLength to prevent incorrect words
  • Added the function searchNextElement to search the next input element

v1.2.0

24 Dec 18:35
Compare
Choose a tag to compare
  • Fix the auto focus to element with data-tab="0"
  • Added options. It includes the autofocus option with false as default value