Skip to content

Releases: LordSimal/custom-html-elements

0.3.0

18 May 09:47

Choose a tag to compare

This release contains performance improvements, an extra RegexException if the regex returns null and singleton pattern feature

Full Changelog: 0.2.3...0.3.0

0.2.3

25 Apr 15:34

Choose a tag to compare

Fix a problem with parsing attributes (like CSS classes) which contain a > (like Tailwind does)

Full Changelog: 0.2.2...0.2.3

0.2.2

31 Mar 18:31

Choose a tag to compare

What's Changed

Add PHPUnit 12 Support

Full Changelog: 0.2.1...0.2.2

Release 0.2.1

13 Aug 14:45

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

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

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

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

Choose a tag to compare

Fix normal HTML not working 😅

Full Changelog: 0.1...0.1.1

Initial Release

13 Oct 16:25

Choose a tag to compare

Initial Release