Skip to content

Releases: jdevalk/emdash-plugin-lettermint

v0.3.0

06 Apr 20:04

Choose a tag to compare

Changes

  • Switch from raw HTTP requests to the official Lettermint SDK (lettermint ^1.0.0)

v0.2.3

06 Apr 19:55

Choose a tag to compare

Fixes

  • Add repository URL to package.json to fix npm provenance publishing
  • Add JSX compiler flag to tsconfig.json to fix TypeScript compilation of .tsx files

v0.2.1

06 Apr 19:47

Choose a tag to compare

Fixed

  • Changed settings page heading to h1 for proper document structure.

v0.2.0

06 Apr 19:05

Choose a tag to compare

Added

  • Admin settings page with React UI for API token and from address.
  • Settings API routes for loading and saving configuration.
  • Test email button to verify Lettermint integration from the admin panel.

v0.1.0

06 Apr 18:53

Choose a tag to compare

Initial Release

Added

  • Email delivery via Lettermint's email:deliver hook.
  • Admin settings panel for API token and sender address configuration.
  • GitHub Actions workflows for CI, linting, security audit, and npm publishing.