Skip to content

v1.0.7

Choose a tag to compare

@yanqingwang yanqingwang released this 27 Jun 00:52
· 10 commits to main since this release

v1.0.7

  • Replace all innerHTML/insertAdjacentHTML with DOM API (createContextualFragment, createDiv, appendChild)
  • Replace style.display with CSS class toggle
  • Settings heading no longer includes plugin name
  • Remove unsafe type casts in parseYaml/loadSettings
  • All fixes from previous versions included