XF2.3 support
Various .js files should work with XF2.1/XF2.2/XF2.3
Fix hasDesiredAddOnVersion could error if the target addon was in a processing state
Fix Standard Lib: Log parse_less_func debug info option not working
Backport <xf:macro name="template::macro syntax to to XF2.1
Update parse_less_color to not return CSS variables where possible
Bundle choices.js as a near drop-in replacement for select2
Enrich a select box with choices.js.
HTML:
<xf:macro template="svStandardLib_macros" name="choices_setup" />
<xf:selectrow label="Select row example" name="select_row_example"
multiple="multiple"
data-xf-init="sv-choices"
data-placeholder="{{ phrase('example')|for_attr }}"
data-max-item-count="2">
<xf

ption value="1">Option 1</xf

ption>
<xf

ption value="2" selected="true">Option 2</xf

ption>
<xf

ption value="3">Option 3</xf

ption>
</xf:selectrow>