Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@LordSimal LordSimal released this 11 Aug 12:19
· 8 commits to main since this release

This completely replaces the previous HTML parsing logic (which was done by a separate package) with a regex based logic.

This also includes:

  • passing down variables to custom elements
  • caching the HTML result
  • the component_prefix can be set so you don't have to use <c-mycomp> if you don't want to