Standard Library xenforo 2

Standard Library xenforo 2 1.22.3

No permission to download
  • Author Author AdminAdmin is verified member.
  • Creation date Creation date
  • Fix single-select mode could incorrectly have multiple items selected when pre-rendering choices.js widget
  • Workaround unexpected behavior in \XF::eek:ptions() 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)
  • 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)
Back
Top