Skip to content

Swift HTML v0.6.0

Choose a tag to compare

@coenttb coenttb released this 01 Sep 17:04

Release v0.6.0 🚀

What's New

HTMLWebsite Module Enhancement

  • CalloutModule: New component for creating highlighted content sections with customizable styling
  • Favicons: Comprehensive favicon support including multiple sizes and formats for modern web requirements
  • Enhanced exports: Proper module exports for cleaner API surface

HTML Core Improvements

  • HTMLColor utilities: New color management utilities for theme support
  • String interpolation: Enhanced HTML string handling capabilities
  • Border styling: Improved border style APIs

Architecture Improvements

  • Modular targets: Expanded Package.swift with better target organization
  • Swift 6.0 compatibility: Updated Package@swift-6.0.swift with comprehensive target definitions
  • Improved integration: Better EmailMarkdown and HTMLMarkdown integration

Breaking Changes

  • None in this release - fully backward compatible

Installation

dependencies: [
    .package(url: "https://github.com/coenttb/swift-html", from: "0.6.0")
]

What's Next

  • Continued expansion of website components
  • Enhanced theme system
  • More utility functions for common patterns

Support

For issues or questions, please visit the GitHub repository.