Skip to content

v2.2.8: Enables dynamic snippet redrawing for sections

Choose a tag to compare

@thorewi thorewi released this 23 Oct 12:16
· 37 commits to main since this release
Allows sections to be dynamically redrawn based on user interactions
by introducing a 'watchForSubmit' method to track submit events
and trigger snippet updates.

This change simplifies the redraw logic within the Latte template,
making it more efficient and easier to manage.