Skip to content

Release 0.7.0

Choose a tag to compare

@coenttb coenttb released this 01 Sep 18:21
· 111 commits to main since this release

What's New

✨ New Features

  • CSS Enhancements: Added AlignItems and VerticalAlign properties for better layout control
  • Input Component: New form input component with comprehensive type support
  • TranslatedString Component: Built-in internationalization support for Dutch/English translations
  • Module Exports: Now exports PointFreeHTMLTranslating and Translating modules for translation support

🐛 Improvements

  • Fixed PageModule formatting and improved code structure
  • Updated HTMLComponents.Paragraph namespace usage for consistency
  • Updated package dependencies for Swift 6.0 compatibility

📦 Dependencies

  • Added support for translation modules from Point-Free

Installation

Add to your Package.swift:

.package(url: "https://github.com/coenttb/swift-html.git", from: "0.7.0")