Releases: sailkit/sailkit
Releases · sailkit/sailkit
v0.3.5
v0.3.4
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
baseusage, now usingresolveinstead - Fixed OWA attribute handling to only pass valid values
v0.3.3
Changed
- SailKit now lives in the official SailKit organization on GitHub
- Documentation website was extracted from the package project and now lives in a separate repository
Added
- Pre-commit linting & testing (lint-staged, husky)
- CI/CD pipeline (GitHub Actions)
v0.3.2
v0.3.0
Added
- [BREAKING CHANGE] New
Headstyles 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
v0.2.2
v0.2.0
Added
- new theming API 🎨:
createThemeutility for defining reusable themesthemeprop for applying themes using theHeadcomponent
Changed
- [BREAKING CHANGE]
Headstyles prop got a new structure for better readability, flexibility and type safety - Improved internal code structure and formatting consistency
- General maintenance & improvements