Releases: JJJ/chosen
Releases · JJJ/chosen
3.0.0
What's Changed
- Fix search field announced as expanded on focus by @juanolalla in #43
- Add role="button" to chosen-single class link by @juanolalla in #53
- Fix disabled input by @peterserfozo in #57
- Chosen remove item X is not accessible by @juanolalla in #49
- Fix SyntaxError from overly long search queries by @Copilot in #62
- Update aria-haspopup to match latest aria documentation by @neclimdul in #50
- Update jQuery plugin so aria-label and aria-labelledby are copied to the search box correctly by @srook-sterling in #44
- Fix width control of select box for short values by @Copilot in #67
- Add normalize_search_text callback for accent-insensitive search by @Copilot in #65
- Fix double-encoding of HTML entities in placeholder text by @Copilot in #63
- Fix dropdown position to adjust dynamically on viewport scroll by @Copilot in #66
- Add missing visually-hidden CSS class for remove button accessibility by @Copilot in #70
- Add /dist directory for compiled assets by @Copilot in #71
- Add CHANGELOG and configure npm publishing as chosen-jjj by @Copilot in #72
- Include SCSS source files in npm package with organized directory structure by @Copilot in #73
- Fix GitHub Actions CI failure - Puppeteer launch configuration by @Copilot in #75
- Fix Jasmine test failures in headless browser environment by @Copilot in #77
- Fix 2 failing Jasmine tests: scroll position and normalized text highlighting by @Copilot in #79
- Enable Chosen initialization on mobile devices by @Copilot in #80
New Contributors
- @juanolalla made their first contribution in #43
- @peterserfozo made their first contribution in #57
- @Copilot made their first contribution in #62
- @neclimdul made their first contribution in #50
- @srook-sterling made their first contribution in #44
Full Changelog: 2.2.1...3.0.0