Skip to content

3.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 17:55
· 13 commits to develop since this release
3.2.0
c7c00ed

Added

  • Added the sprig.swapOob(selector, template, variables) function that swaps a template out-of-band.
  • Added the sprig.triggerRefresh(selector, variables) function that triggers a refresh on a Sprig component.

Changed

  • The sprig.triggerRefreshOnLoad(selector) function now appends output to the end of the body and should be called using {% do sprig.triggerRefreshOnLoad(selector) %}.