Skip to content

v5.3.1

Compare
Choose a tag to compare
@keithamus keithamus released this 12 Mar 12:02
· 111 commits to main since this release

This release guarantees the order of events. The order will now always be:

  • loadstart
  • include-fragment-replace
  • include-fragment-replaced
  • load
  • loadend

This release also guarantees that during the loadstart dispatch, the <include-fragment> element will still exist and be connected to the DOM.