Skip to content

Releases: sailkit/sailkit

v0.3.5

03 Nov 11:00

Choose a tag to compare

Added

  • Support cid: and data: URL schemes for images (#15)

Changed

  • Updated dependencies

v0.3.4

28 Oct 10:53

Choose a tag to compare

Changed

  • Improved plain text pipeline to operate on final HTML
  • Migrated from pnpm to bun as package manager
  • Migrated from husky to simple-git-hooks for pre-commit hooks
  • Improved Vite configuration
  • Improved pre-commit hook setup
  • Updated GitHub Actions workflow
  • Added missing tests
  • General maintenance & improvements

Fixed

  • Fixed local image/icon paths issue during development
  • Fixed deprecated base usage, now using resolve instead
  • Fixed OWA attribute handling to only pass valid values

v0.3.3

18 Jun 14:32

Choose a tag to compare

Changed

Added

  • Pre-commit linting & testing (lint-staged, husky)
  • CI/CD pipeline (GitHub Actions)

v0.3.2

17 Jun 16:40

Choose a tag to compare

Changed

  • Updated dependencies
  • General maintenance & improvements

v0.3.0

25 Apr 17:33

Choose a tag to compare

Added

  • [BREAKING CHANGE] New Head styles API for better readability, flexibility and type safety (docs)
  • Custom error handling infrastructure
  • Custom logging for better DX and debugging
  • Formatting utilities for MJML validation errors

Changed

  • Updated and improved documentation
  • Improved tests
  • Updated dependencies

v0.2.3

19 Apr 16:37

Choose a tag to compare

Added

  • Documentation website application is now part of the package repository

v0.2.2

23 Feb 08:47

Choose a tag to compare

Fixed

  • Fixed local image/icon paths issue during development

Changed

  • General maintenance

v0.2.0

08 Feb 16:05

Choose a tag to compare

Added

  • new theming API 🎨:
    • createTheme utility for defining reusable themes
    • theme prop for applying themes using the Head component

Changed

  • [BREAKING CHANGE] Head styles prop got a new structure for better readability, flexibility and type safety
  • Improved internal code structure and formatting consistency
  • General maintenance & improvements

v0.1.12

03 Feb 13:51

Choose a tag to compare

Changed

  • Linting & formatting

v0.1.11

03 Feb 13:45

Choose a tag to compare

Added

  • Head component now accepts a Raw component as a child (useful for injecting custom meta tags)

Changed

  • General maintenance & improvements