Skip to content

1.3.0

Choose a tag to compare

@digikid digikid released this 19 Jun 01:18
· 12 commits to main since this release

Features

  • Methods for performant event handling: resizeDebounce, scrollDebounce, resizeThrottle, scrollThrottle

Bug Fixes

  • Fixed bug in trigger method when called with eventData parameter
  • Fixed bugs in the outerHtml and replaceWith methods, now the methods return a collection of updated elements
  • Code refactoring, minor bug fixes

Updates

  • Improved algorithm for adding event handlers through delegation
  • Updated documentation, added description of new methods