Skip to content

0.15.1: address Obsidian plugin review warnings

Choose a tag to compare

@ObsidianTTRPGProject ObsidianTTRPGProject released this 29 May 03:50
· 19 commits to main since this release

0.15.1: address Obsidian plugin review warnings

  • Replace text-decoration shorthand with longhand properties for
    broader Obsidian-version compatibility (styles.css lines 292, 1285)
  • Remove !important on .conlang-modal-derive-row input by increasing
    selector specificity (styles.css)
  • Replace builtin-modules npm package with Node's native
    module.builtinModules (esbuild.config.mjs, package.json)
  • Upgrade esbuild from 0.17.3 to ^0.25.0 to clear dev-time CVE
    GHSA-67mh-4wv8-2f99
  • Commit package-lock.json for reproducible builds (.gitignore)

No user-facing changes. 109 tests still passing.