Skip to content

Releases: developit/tags-input

1.1.0

29 Apr 19:50
Compare
Choose a tag to compare
  • Support original element values (PR #14) - thanks @tbranyen!

1.0.1

24 Aug 00:34
Compare
Choose a tag to compare
  • Fixes broken sourcemaps in 1.0.0

1.0.0

24 Aug 00:34
Compare
Choose a tag to compare
  • Rewritten in ES6 & LESS
  • Added support for most/all of the remaining HTML input attributes/properties
  • Merged @mikemaccana's CSV paste support

0.8.0

08 Apr 17:04
Compare
Choose a tag to compare

Features

  • Adds support for pasting comma-separated values (#6), generating multiple tags

Changes

  • Various cleanup things
  • License is actually MIT (#7/#8)

0.6.0

24 Feb 13:36
Compare
Choose a tag to compare

Features

  • Adds support for input event (works like a live change event)
  • Saves partially entered text if the user uses the mouse to navigate elsewhere

Bugfixes

  • Fixes incorrect input value on change (was lagging by one character)

Changes

  • Use constants for key codes
  • Switch to proper event registration
  • JSHint fixes