Skip to content

v1.0.8

Choose a tag to compare

@yanqingwang yanqingwang released this 27 Jun 00:58
· 9 commits to main since this release

v1.0.8

  • Pure DOM API throughout: no innerHTML, insertAdjacentHTML, or createContextualFragment
  • All template rendering uses createEl/createDiv/createSpan with textContent
  • Settings heading uses 'Display' instead of 'Settings'
  • All fixes from previous versions included