Standard Library by Xon

Add-ons Standard Library by Xon 1.20.0

Register & Get access to index
  • Rebuild redistributable to exclude incorrectly included bad class extension.
    The 1.7.1 zip breaks the upload zip functionality! To recover;
    1. Disable the Standard Library by Xon add-on.
    2. Update the add-on
    3. Ensure the Standard Library by Xon add-on is enabled
  • Document features in https://github.com/Xon/XenForo2-StandardLib/blob/master/README.md
  • Extend XF.Tabs to store the ID of the selected tab on submit via a hidden field.
    Field name is set via data-sv-store-selected-tab-input-name added to the data-xf-init="tabs" element
HTML:
<xf:js addon="SV/StandardLib" src="sv/lib/xf/core/structure.js" min="1" />
...
<div class="hScroller"
data-xf-init="h-scroller tabs"
data-panes=".js-categoryTypeTabPanes"
data-sv-store-selected-tab-input-name="category_type">
  • Fix minute value in time-selector not round-tripping as expected
Back
Top Bottom