Skip to content

Releases: okcoker/taggle.js

1.15.0

08 Jan 09:53
296e89e
Compare
Choose a tag to compare
  • Added keyboard navigation (#139)

1.14.4

03 May 18:20
Compare
Choose a tag to compare
  • Includes minimal css file from JSFiddle link in the readme. (#105)

Sorry, this should have been a feature version bump

1.14.3

29 Apr 19:24
Compare
Choose a tag to compare
  • Properly trim tags when adding a character delimited string (@adamgruber #144)

1.14.2

29 Apr 16:33
Compare
Choose a tag to compare

1.14.1

14 Dec 20:45
Compare
Choose a tag to compare
  • Added TypeScript types (@FranklinWhale #127 #131)
  • Clean up close events when removing tags. This could cause a potential memory leak. (#124)

1.14.0

02 Jun 00:30
Compare
Choose a tag to compare
  • Add edit method (#114)
  • Edit add method to accept an index (#115)
  • Add move method which will probably be the foundation for drag and drop
  • getTagElements() returns a copy of the elements instead of the internal reference
  • Polyfill HTMLElement in IE8 (#120)
  • Fix close button attribute modification for IE8 (#120)

1.13.0

02 Dec 02:37
Compare
Choose a tag to compare
  • Add removeEvents and attachEvents (#104)
  • Fix edge case where input calculations were rounded too early (#98)

1.12.0

18 Aug 11:59
Compare
Choose a tag to compare
  • Add enable/disable methods (#97)
  • Fix "delimiter" typo. This will replace "delimeter" in the next major version as well as throw an error when providing foreign options. (#91)
  • Add getData/setData functions (#78)

1.11.2

02 Feb 04:11
Compare
Choose a tag to compare

Make placeholder reappear when calling removeAll(). We'll see if anyone needs this for remove() later. (#88)

1.11.1

25 Aug 04:11
Compare
Choose a tag to compare

Fix issue where placeholder would reappear when input was not cleared