Releases: LordSimal/custom-html-elements
Releases · LordSimal/custom-html-elements
Release 0.2.1
Improves detection of self-closing and non-self-closing custom html tags side by side
Full Changelog: 0.2.0...0.2.1
Release 0.2.0
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
Release 0.1.3
Fix more normal HTML not working 😅
Full Changelog: 0.1.2...0.1.3
Release 0.1.2
remove unnecessary code and adjust visibility of methods and properties to at least protected
Full Changelog: 0.1.1...0.1.2
Release 0.1.1
Fix normal HTML not working 😅
Full Changelog: 0.1...0.1.1
Initial Release
Initial Release