Skip to content

Releases: LordSimal/custom-html-elements

Release 0.2.1

13 Aug 14:45
Compare
Choose a tag to compare

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

11 Aug 12:19
Compare
Choose a tag to compare

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

14 Oct 08:45
Compare
Choose a tag to compare

Fix more normal HTML not working 😅

Full Changelog: 0.1.2...0.1.3

Release 0.1.2

14 Oct 07:57
Compare
Choose a tag to compare

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

14 Oct 06:42
Compare
Choose a tag to compare

Fix normal HTML not working 😅

Full Changelog: 0.1...0.1.1

Initial Release

13 Oct 16:25
Compare
Choose a tag to compare

Initial Release