Skip to content

1.5.0 An overdue bump

Compare
Choose a tag to compare
@pfiller pfiller released this 06 Feb 01:41
· 181 commits to master since this release

Features

  • #2440 Extend mobile browser detection
  • #2362 Added option max_shown_results

Documentation

  • #2378 More accurate disable_search_threshold docs
  • #2436 Add docs for destroying Chosen

Bug Fixes

  • #1994 Fixes focus highlighting on disabled Chosen – thanks @oriondean
  • #1705 Properly toggle default class on multi-Chosen
  • #2364 Fix incorrect "top" linear-gradient syntax
  • #2446 Calling chosen('destroy') on a non-Chosen element no longer wrongly initializes a new Chosen instance
  • #2475 Don't open Chosen on option/alt keyup
  • #2456 Remove unused CSS attribute
  • #2455 Removes some IE hacks

Build system stuff

  • #2287 basic test harness in place – thanks @adunkman!
  • #2306 Update bower-chosen to use unminified versions
  • #2358 Reduce the size of the description for Bower
  • #2449 Try to keep Bower versions consistent