Skip to content

0.1.6

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jul 17:10
0.1.6
56ad6f8
  • Bump minAppVersion to 1.13.0, the version that introduced the
    getSettingDefinitions()/setControlValue() APIs already used in
    Settings.ts, resolving an obsidianmd/no-unsupported-api finding.
  • Remove the pre-1.13.0 display() method entirely; SettingTab.display()
    already has a concrete, deprecated-but-optional default
    implementation once getSettingDefinitions() is implemented, so
    nothing needs to override it.
  • Use createDiv() instead of createEl("div", ...) per
    obsidianmd/prefer-create-el.