Skip to content

Releases: harvesthq/chosen

Minor Package Bump

22 Jun 21:06
Compare
Choose a tag to compare
  • #2633 Fixes tagging on chosen-package

Case sensitive search option

22 Jun 20:50
Compare
Choose a tag to compare

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!

Minor Bump to Satisfy Bower Build

18 Feb 21:40
Compare
Choose a tag to compare

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

1.5.0 An overdue bump

06 Feb 01:41
Compare
Choose a tag to compare

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 Bower Publishing

28 Mar 03:57
Compare
Choose a tag to compare

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

1.4.1 Bug Fixes and Build Change

11 Mar 04:04
Compare
Choose a tag to compare

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

1.4.0 Option to include group name in selected results

03 Mar 22:02
Compare
Choose a tag to compare

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

1.3.0

17 Dec 16:31
Compare
Choose a tag to compare
  • #2098 Trigger ready event only after full instantiation
  • #2106 Added support for optgroup classes inheritance

Doc updates:

  • None.

1.2.0

23 Sep 09:17
Compare
Choose a tag to compare
  • #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:

1.1.0 New `chosen:close` and `chosen:no_results` events... plus bug fixes!

07 Feb 03:26
Compare
Choose a tag to compare

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