Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Releases: dragonofmercy/Tokenize2

v1.3.5

Choose a tag to compare

@dragonofmercy dragonofmercy released this 02 Jun 09:27

Release notes

Added features

  • Support of CTRL+A to mark all tokens for delete (input search must be empty)

Bug fix

  • [#85][#88] Fix escaping functions

v1.3.4

Choose a tag to compare

@dragonofmercy dragonofmercy released this 02 Jun 09:07

Release notes

Broken release, do not use it !

v1.3.3

Choose a tag to compare

@dragonofmercy dragonofmercy released this 30 Nov 09:06
0983536

Release notes

Bug fix

  • [Issue #72] Add new option dropdownSelectFirstItem
  • [Issue #74] Add missing trim function

v1.3.2

Choose a tag to compare

@dragonofmercy dragonofmercy released this 27 Jan 08:58

Release notes

Bug fix

  • [Issue #71] Fix dropdown fill with remote source

v1.3.1

Choose a tag to compare

@dragonofmercy dragonofmercy released this 05 Nov 10:09

Release notes

Features

  • [Issue #64] Implement feature (searchMaxLength option)

v1.3

Choose a tag to compare

@dragonofmercy dragonofmercy released this 31 Dec 05:58

Release notes

Features

  • [Issue #62] Remove the Jquery UI requirement for Tokenize2

v1.2

Choose a tag to compare

@dragonofmercy dragonofmercy released this 10 Sep 11:22

Release notes

Bug fixes

  • [Issue #46] Add missing css
  • [Issue #48] Add new event tokenize:focus workaround
  • [Issue #50] Add new event "tokenize:tokens:added"

v1.1

Choose a tag to compare

@dragonofmercy dragonofmercy released this 15 Feb 08:09

Release notes

Bug fixes

  • [Issue #26] The alternatives are only visible if the user enters a valid first character
  • [Issue #44] Cannot read property 'find' of undefined

Improvements

  • [Issue #36] Option to support empty values
  • [Issue #41] Add enable/disable methods

v1.0

Choose a tag to compare

@dragonofmercy dragonofmercy released this 01 Jun 05:32

Release notes

Tokenize2 is not more in beta.

Bug fixes

  • [Issue #16] TypeError when text is missing
  • [Issue #17] Overflow to css if option is longer than the select
  • Fix shift tab shortcut

Improvements

  • [Issue #18] Add support for Material-Kit framework
  • [Issue #19] Add auto z-index for dropdown
  • [Issue #21] displayNoResultsMessage and noResultsMessageText options

v0.5-beta

Choose a tag to compare

@dragonofmercy dragonofmercy released this 28 Mar 12:56

Release notes

Bug fixes

  • Fix for jQuery 3
  • Fix #5 IE 11 or old browser
  • Added css according #5
  • Fix event trigger example
  • Fix #3 Returns 'undefined'
  • Fix #11 scroll event keeps firing after dropdown is closed
  • Fix positionning error of dropdown when using negative margin-top in the document #14