selectize.js v0.12.2 Release Notes

Release Date: 2016-06-23 // almost 8 years ago
    • ๐Ÿ›  Fix issue preventing build ("Cannot assign to read only property
      'subarray'") because of bug in uglifyjs. (#1072)

    @jaridmargolin

    • ๐Ÿ›  Fix tabbing issue (#877) on IE11. (#997)

    @bwilson-ux

    • ๐Ÿ›  Fix jQuery initialization for jQuery >= 1.9 (#1045)

    @mpokrywka

    • ๐Ÿšš Make remove_button work for single-option usage (#848)

    @ChoppyThing

    • ๐Ÿ›  Fixed bug that made allowEmptyOption: true useless (#739)

    @mcavalletto

    • Functions in option render can now return a DOM node in addition to
      text. (#617)