Releases: koenpunt/chosen
Releases · koenpunt/chosen
Version 1.8.3
1.8.3
Bugfixes
- harvesthq#2939 Remove
clip
property by moving chosen-single’s search input. (harvesthq#2816)
Documentation
- harvesthq#2897 Add docs for
group_search
option
1.8.2
Bugfixes
- harvesthq#2881: Escape optgroup label when appending to HTML.
1.8.1
Bugfixes
- harvesthq#2879: Fix escaping in group names, no results message.
- harvesthq#2877: Fix Chosen for non-ASCII languages (harvesthq#2821)
- harvesthq#2880: Only trim input_width to container_width when calculable. (harvesthq#2480)
1.8.0
Bugfixes
- harvesthq#2844 Don't search HTML escaped text
- harvesthq#2867 Clear search input value, reset results when using hide_results_on_select option (harvesthq#2809)
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
v1.5.1
1.4.2 Bower Publishing
Not really Bower Publishing, but that was the name of the original release
New `chosen:close` and `chosen:no_results` events... plus bug fixes!
New events
- harvesthq#1663 Add
chosen:close
triggerable event to go withchosen:open
- harvesthq#1712 Empty search triggers
chosen:no_results
event
Loads of bug fixes and small improvements
- harvesthq#1430 Use
document.createElement
instead of html string - harvesthq#1461 Single select results in sync
- harvesthq#1478 Trigger/Fire Results Showing Event After Winnow
- harvesthq#1603 Add support for paste events
- harvesthq#1702 Remove use of
$.fn.is()
in favor of more widely supported methods. - harvesthq#1736 Set sprite source URLs to default, allowing them to be overridden from outside Chosen.
- harvesthq#1744 Remove linear-gradient from single select input background
- harvesthq#1745 Fix closing selects in pop out windows
Sweet, sweet documentation updates
Officially Going to 1.0
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 achosen-
root. - All custom Chosen events starting with
liszt
are now prefaced with achosen:
See harvesthq#1412 for more details.
Removing Generated Files From Repository
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:
- Make all changes in CoffeeScript files, not JavaScript files.
- Use Grunt to build the JavaScript files.