Welcome!
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
Standard Library by Xon 1.22.4
No permission to download
1.22.4 - Maintenance Update
Improve compatibility when using EarlyJoinFinderTrait
and SqlJoinTrait
together
Avoid possible expensive table expression queries being computed multiple times
1.22.3 - Bugfix update
Fix single-select mode could incorrectly have multiple items selected when pre-rendering choices.js widget
1.22.2 - Bugfix Update
Workaround unexpected behavior in \XF::options()
and strongly typed property hints (generated by XF CLI command xf-dev:generate-options-stub
) which may cause bugs in some add-ons
Update choices.js v11.1.0
Remove role="textbox"
from search input, per a11y practices
Add choices.search-kmp.js build, more advanced than a simple prefix match but less complex than using FUSE for search
Support <option label="..." />
HTML (not generated by XF natively)
1.21.15 - Bugfix Update
Update to choices.js v11.0.6
Fix regression where clicking the item would close & then re-open the dropdown instead of expected behavior
Fix regression in setChoices API call (interaction with selected items, does not affect bundled select.js library)
1.21.14 - Bugfix Update
Update to choices.js v11.0.4
Fix selected option being escaped twice (Affects MultiPrefix editing a thread prefix)
Fix reaching maximum item limit notice is not cleared after removing selections
Fix tab => direction keys handling
Fix performance regression when loading options after choices.js object creation (Affects MultiPrefix loading per-forum prefixes)
Fix javascript paginated filtering for XF2.2 support
Used in the Threadmarks Pro add-on