### Changelog

- **3.2.0** - 21.04.2026
  - Added some initial ARIA attributes to improve accessability
  - Added support for disabled select options
  - Fixed regression bug with setDataUrl
  - Search is cleared when closing select

  Note: More changes to css files, remember to port them if you have modified dist css file

- **3.1.0** - 16.04.2026
  - Added destroy API method
  - Added support for disabled state
  - Added keyboard input debounce (default 100ms)
  - Improved demo page + small improvements to keyboard navigation
  - Plugin is now also tested with jQuery 4

  Note: Also CSS file has changes, so if you have modified the dist css file, remember to port the changes.

- **3.0.2** - 12.04.2026
  - Update dev dependencies
  - Replaced grunt with esbuild

- **3.0.1** - 20.10.2025
  - Added dev container support
  - Replace grunt-qunit with puppeteer script
  - Updated dev dependencies

- **3.0.0** - 13.7.2025
  - Dropped support for jquery 2
  - Updated eslint from 8 to 9 + dev dependency updates

- **2.0.1** - 1.8.2024
  - Added 'setDataUrl' command for the plugin
  - Updated (dev)dependencies
  - Dropped jquery 3.5 from tests and replaced it with jquery 3.7
  - Updated pipeline to use latest node version / actions

- **2.0.0** - 30.11.2022
  - Code cleanup:

  - Dropped support for jquery 1
  - All var definitions have been change to either const or let
  - Added qunit test for latest jquery 3.6 and previous 3.5
  - Updated grunt & qunit packages
  - Replaced jshint with eslint
  - Migrated from travis to github actions
  - Updated node version used in automated testing from 8 to 14
  - Added http-server page so that demo can be easily started
  - Moved source files to src directory

- **1.0.6** - 16.7.2018
  - Code cleanup:

  - Updated dev package versions
  - Recompiled with newer js uglify (this in turn reduced filesize by 7 bytes.. Yay)
  - Replaces tabs from source

- **1.0.5** - 9.7.2016
  - Bug fixes:

  - Text filtering can now be set as case sensitive or insensitive
  - tinySelect main div is now given id, if original select has id. The new id is original + \_ts
  - Updated qunit from 1.x to 2.x and added some basic tests against jquery 1.x , 2.x and 3.x
