Skip to content

Release - 0.1.5

Latest

Choose a tag to compare

@DrBanshan DrBanshan released this 20 Jun 14:44
· 2 commits to main since this release

πŸ› Bug Fixes

  • Fix modal crash on macOS/iOS where apply/cancel buttons were hidden by clipping Obsidian's modal overflow
  • Resolve onChange is not a function error in color picker by capturing ColorComponent correctly from the
    callback parameter
  • Fix TypeScript strictness warnings β€” eliminated all any types and eslint-disable comments, replaced with
    proper ColorComponent | undefined typing and safe typeof checks