Skip to content

Releases: harvesthq/chosen

Version 1.8.7

Choose a tag to compare

@tjschuck tjschuck released this 08 Jun 18:47

Security Bugfixes

  • #2997 Escape the group_label β€”Β fixes XSS issue in #2996

Version 1.8.6

Choose a tag to compare

@tjschuck tjschuck released this 06 Jun 19:41

Packaging

  • #2988 Chosen is now available via Composer on packagist.org

Bugfixes

  • #2989 Revert previous clip-deprecation fixes in favor of hybrid clip and clip-path

Version 1.8.5

Choose a tag to compare

@adunkman adunkman released this 11 Apr 20:09
5e11af9

Bugfixes

  • #2970 Update publish-package.sh to include LICENSE file. (#2945)

Version 1.8.4

Choose a tag to compare

@adunkman adunkman released this 11 Apr 19:23
f28f21c

Bugfixes

  • #2966 Copy license to build output directory. (#2945)
  • #2910 Do not highlight first result or clear search input when holding control/meta key. (#2888)
  • #2943 Remove forgotten usage of css clip. (#2942)
  • #2962 Use two inputs for Chosen’s focus and search. (#2953)
  • #2950 Do not apply empty style attributes. (#2949)

Version 1.8.3

Choose a tag to compare

@tjschuck tjschuck released this 22 Jan 16:46
f86fa9b

Bugfixes

  • #2939 Remove clip property by moving chosen-single’s search input. (#2816)

Documentation

  • #2897 Add docs for group_search option

Version 1.8.2

Choose a tag to compare

@adunkman adunkman released this 05 Sep 20:05
520d432

Bugfixes

  • #2881: Escape optgroup label when appending to HTML.

Version 1.8.1

Choose a tag to compare

@adunkman adunkman released this 05 Sep 18:42
908b0bf

Bugfixes

  • #2879: Fix escaping in group names, no results message.
  • #2877: Fix Chosen for non-ASCII languages (#2821)
  • #2880: Only trim input_width to container_width when calculable. (#2480)

Version 1.8.0

Choose a tag to compare

@tjschuck tjschuck released this 24 Aug 19:47
736b429

Bugfixes

  • #2844 Don't search HTML escaped text
  • #2867 Clear search input value, reset results when using hide_results_on_select option (#2809)

Enhancements

  • #1483 Use word boundary matching to better match user expectations for searches.
  • #2860 Remove deprecation warnings on jQuery 3

Packaging

  • #2813 All compiled source files (including minified) are now included in the package for bower and npm.
  • #2859 Update dev dependencies to use up-to-date packages

Version 1.7.0

Choose a tag to compare

@koenpunt koenpunt released this 24 Mar 20:32

From this version on, until further notice, no new features will be added, so pull requests for features will not be accepted. However, pull requests for bugfixes are still very much appreciated.

Bugfixes

Features

  • #2687 Add option to keep results open for multi-select (#1546)
  • #2483 Use node-sass for building sass
  • #1510 Right to Left initialisation option (#1485)
  • #2704 Bye bye simulate
  • #2723 Update implementation regarding Content-Security-Policy (#2423)

Documentation

  • #2634 Update README to reflect npm support
  • #2719 Update the version of jQuery in the docs to the latest 1.X (#2557)

View all changes since v1.6.2

Add images to npm package

Choose a tag to compare

@koenpunt koenpunt released this 02 Aug 23:46

Packaging

  • #2643 Add PNG files to npm package