Skip to content

0.4.0

Latest

Choose a tag to compare

@VolodymyrBaydalka VolodymyrBaydalka released this 07 Jul 19:05

!!!BREAKING CHANGE!!!

New h({ }) hook is used in most places to create HTML nodes. It could lead to issues in some edge cases, especially if you use undocumented API.

What's Changed

  • added h({ }) hook to rendering options, to intercept HTML element creation
  • Add support for nested smart tags by @freewaying in #186
  • Fix typo in README by @hjryan in #192

New Contributors

Full Changelog: 0.3.6...0.4.0