• Your Files, Your Rules – Upgrade Today! Exciting news! With our new ownership, you’re no longer limited—upload files from here to any website without getting Banned. 🚀 Why wait? Upgrade your account now
Xon - Standard Library

Free Xon - Standard Library 1.22.4

XFdownloadStore

Virtual Assistant

Administrator
XFDownload submitted a new resource:

Xon - Standard Library - A number of helper utilities designed to ease add-on development

A number of helper utilities designed to ease add-on development, does not have any direct user-facing changes. See README.md for additional details.

Uploaded to the resource manager to aid dependency tracking and allow updating without updating every individual add-on.

Read more about this resource...
 
XFDownload updated Xon - Standard Library with a new update entry:

1.18.2

Note; The 1.18.x branch will be the last branch to support XenForo 2.1.x
  • Deprecate getContentPermissions function, as the 2nd string argument was not actually used, with a replacement function getPerContentPermissions added.
  • Add \SV\StandardLib\Helper::isAddOnActive() helper function. Similar to \XF::isAddonActive(), except it understands version strings
  • Shim template funciton is_addon_active code to understand version strings

Read the rest of this update entry...
 
XFDownload updated Xon - Standard Library with a new update entry:

1.19.0

  • Only add phrase_dynamic template method in XF2.1
  • Add various strongly typed helpers to automatically type hint returns based on using ::class argument instead of magic strings.


    PHP:
    $obj = Helper::repository(\XF\Repository\User::class);

    For static analysis and IDE, $obj will have the type \XF\Repository\User


    While XF2.3 intends to implement this, adding this functionality to this add-on allows migrating before hand and simplifies migrating as the...

Read the rest of this update entry...
 
XFDownload updated Xon - Standard Library with a new update entry:

1.20.0

  • Require php 7.2+
  • php 8.4+ compatibility fix
  • Improve custom AJAX pagination and AJAX pagination with filter bar javascript. Includes admincp option helper option rendering code
    See Who Replied for an implementation of the feature allowing selectable pagination styles
  • Add Helper::Plugin for type-safe plugin creation

Read the rest of this update entry...
 
XFDownload updated Xon - Standard Library with a new update entry:

1.21.1

  • 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...

Read the rest of this update entry...
 
XFDownload updated Xon - Standard Library with a new update entry:

1.21.2

  • Fix ajax pagination & ajax filtered pagination code did not dynamically loading css/js
  • Update choices.js
    • Various performance fixes when used with large number of options (ie hundreds of prefixes when using Multi-Prefix)
    • Fix filtering/search could return unstable search results
    • Fix possible empty aria-label generation on remove item button
    • Fix enter could cause accidental form submit instead of open/closing the choices list in all cases

Read the rest of this update entry...
 
XFDownload updated Xon - Standard Library with a new update entry:

1.21.7

  • Update choices.js integration
    • Cleanup font-size handling (on average slightly larger, but works on more styles)
    • Convert CSS (generated from SCSS) into LESS
    • Fix adding classes to choices.js via data-class-* attributes did not work as expected
    • Fix a number of performance issues with very large number of options (ie hundreds to thousands), not fully resolved but better.

Read the rest of this update entry...
 
XFDownload updated Xon - Standard Library with a new update entry:

1.21.9

  • Update choices.js
    • Adjust font-size css to be more inline with standard XF
    • Fix select did not reset correct after a form submit.
      • Noticeable with Threadmarks Pro add-on on replying to a thread
    • Fix "no choices to choose from"/"no results found" notice did not reliably trigger
    • Fix options loader would unexpectedly clear options. This impacts the move thread function.
  • Update count down timer to only show seconds in the last 2 minutes by...

Read the rest of this update entry...
 
XFDownload updated Xon - Standard Library with a new update entry:

1.21.10

  • Update choices.js to v11.0.3
    • Fix accessibility around tab/shift//esc key handling
    • Fix "No choices to choose from" was displayed when it shouldn't be
    • Fix max item notice handling would stop displaying when it shouldn't
    • Fix HTML comments could be displayed as part of a item's text label when they shouldn't be.

Read the rest of this update entry...
 
XFDownload updated Xon - Standard Library with a new update entry:

1.21.14

  • 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)

Read the rest of this update entry...
 
Similar threads Most view View more
Back
Top