Skip to content

Releases: koenpunt/chosen

Version 1.8.3

05 Feb 21:49
Compare
Choose a tag to compare

1.8.3

Bugfixes

Documentation

1.8.2

Bugfixes

1.8.1

Bugfixes

1.8.0

Bugfixes

Enhancements

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

Packaging

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

v1.7.0

07 Apr 22:16
Compare
Choose a tag to compare
fix issue with undefined variable

v1.5.1

10 Mar 20:07
Compare
Choose a tag to compare
Merge tag 'v1.5.1' into option_adding

1.4.2 Bower Publishing

08 Oct 09:20
Compare
Choose a tag to compare

Not really Bower Publishing, but that was the name of the original release

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

06 Mar 22:39
Compare
Choose a tag to compare

New events

Loads of bug fixes and small improvements

Sweet, sweet documentation updates

Officially Going to 1.0

07 Sep 13:27
Compare
Choose a tag to compare

Just over 2 years after Harvest announced Chosen, we decided to pull the trigger on a 1.0 release. This is long overdue as Chosen has been used in production sites for all of the two years it's existed, but ... here we are.

Notable Changes for 1.0

  • All CSS class names have been renamed from a chzn- root to a chosen- root.
  • All custom Chosen events starting with liszt are now prefaced with a chosen:

See harvesthq#1412 for more details.

Removing Generated Files From Repository

03 Jul 00:05
Compare
Choose a tag to compare

This release removes all generated JS and CSS from Chosen's git repository. A bundled zip file will now be made available using Grunt.

This change will help reenforce Chosen's code conventions for a PR:

  1. Make all changes in CoffeeScript files, not JavaScript files.
  2. Use Grunt to build the JavaScript files.