Skip to content

1.3.1

Choose a tag to compare

@gibsonchan-5 gibsonchan-5 released this 21 Aug 11:53
· 2 commits to main since this release

v1.3.1: Fix community review warnings

  • Replace style.setProperty with direct assignment (standard CSS properties)
  • Add eslint-disable comments for custom CSS variables
  • Replace localStorage with plugin.settings
  • Replace vault.delete with vault.trash
  • Add .fleur-underline-wavy and .fleur-underline-solid CSS classes (fix missing underline styles)
  • Add void to unhandled Promises
  • Add eslint-disable comment for fetch (SSE streaming)
  • All setTimeout → window.setTimeout
  • All as any → proper type checks