Chosen Versions Save

Deprecated - Chosen is a library for making long, unwieldy select boxes more friendly.

v1.6.1

7 years ago
  • #2633 Fixes tagging on chosen-package

v1.6.0

7 years ago

Features

  • #2541 Add option to enable case sensitive search

Bugfixes

  • #2498 Remove IE 6 hack that clobbered user-defined height overrides

Refactor

  • #2560 Update browser support check

Documentation

  • #2582 Broken link!
  • #2553 Add contributing templates

Build process

  • #2550 A new build process that publishes NPM stuff!

v1.5.1

8 years ago

Our bower release process has been broken, but a fix may have landed (#2528). The only way to find out is to publish a new version and see if bower-chosen picks it up.

Documentation Changes

  • #2524 Uses a correct word
  • #2532 Fix a typo

v1.5.0

8 years ago

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

1.4.2

9 years ago

Chosen is now publishing a bower-friendly version of the compiled files at harvesthq/bower-chosen. The compiled files are automatically pushed there thanks to Travis CI magic. See the following commits if you're interested in the specifics:

  • #2264 Add a way to build a public-facing Bower repo
  • #2283 Get a base travis file up and atom
  • #2284 Let Travis publish bower-chosen
  • #2285 Use bundler to install gems
  • #2286 [Travis] Allow detached head when parsing master ref.

Random Bonus Bug Fix

  • #2268 Ensure result-selected is applied immediately when selecting an element

v1.4.1

9 years ago

Bug Fixes

  • #2195 Fix bug when person searches for text that matches placeholder
  • #2217 Show optgroup label in initial setup when include_group_label_in_selected is turned on
  • #2119 Fix touch event propagation
  • #2255 Fix issue with group labels when group_search:false

Build Change

  • #2263 Use grunt-gh-pages to build our github pages branch

v1.4.0

9 years ago

Include Group Title in Selected Text

in action

Set include_group_label_in_selected to true and Chosen will include the Group label (if it exists) in the selected option text. See #1610 for more info.

Bug Fixes and Updates

  • #2155 Fixes a dppx warning in Chrome
  • #2093 Fix Tap-through Bug (tapping an option on a touch-enabled device will no longer tap the element underneath it)
  • #1704 Inherit title attribute from options and optgroups
  • #2254 Fix XSS vulnerability

v1.3.0

9 years ago
  • #2098 Trigger ready event only after full instantiation
  • #2106 Added support for optgroup classes inheritance

Doc updates:

  • None.

v1.2.0

9 years ago
  • #1767 Add a default color to chosen results
  • #1776 Allow submit with Enter if results not showing
  • #1820 Wrap text for too-long options in multiselect
  • #1638 Change search_text to use option.text rather than option.html
  • #1765 Add touch events for chosen-single
  • #1951 Optimize image sizes with ImageOptim
  • #1983 Fixes scrolling with a mouse wheel in Firefox
  • #2009 Specify content-box box-sizing for text inputs
  • #2046 Disable space-bar page scroll when search is disabled
  • #2054 Use border-box everywhere

Doc updates:

  • #1805, #1858, #1986

v1.1.0

10 years ago

New events

  • #1663 Add chosen:close triggerable event to go with chosen:open
  • #1712 Empty search triggers chosen:no_results event

Loads of bug fixes and small improvements

  • #1430 Use document.createElement instead of html string
  • #1461 Single select results in sync
  • #1478 Trigger/Fire Results Showing Event After Winnow
  • #1603 Add support for paste events
  • #1702 Remove use of $.fn.is() in favor of more widely supported methods.
  • #1736 Set sprite source URLs to default, allowing them to be overridden from outside Chosen.
  • #1744 Remove linear-gradient from single select input background
  • #1745 Fix closing selects in pop out windows

Sweet, sweet documentation updates

  • #1429, #1443, #1457, #1470, #1501, #1602, #1741, #1766