Resources
Changelog
Track all changes, new features, improvements, and bug fixes across SwiftDS versions. We follow semantic versioning (MAJOR.MINOR.PATCH) for all releases.
v1.2.0
MinorMarch 10, 2026
Comprehensive Accessibility Implementation
✨New Features
- •DSAccessibility.swift with helpers for consistent accessibility
- •Full VoiceOver support across 30+ components
- •Keyboard navigation for interactive components
- •Dynamic Type support for all text elements
🔧Improvements
- •Refactored typography system to use native SwiftUI styles
- •Added semantic traits to all components
- •Complete accessibility documentation
v1.1.0
MinorMarch 10, 2026
New Components & Enhancements
✨New Features
- •DSFloatingTabBar with 3 styles (capsule, rounded, standard)
- •DSProgressRing with gradient support
- •DSColor.Category with 7 thematic categories
- •Enhanced DSMessageBubble with AnyView content
- •Enhanced DSChatInputBar with multi-line support
- •Enhanced DSBadge with gradients and sizes
🐛Bug Fixes
- •Fixed DSTypography → DSFont/DSTextStyle usage across 14 files
v1.0.0
MajorInitial Release
Initial Release
🎉Features
- •118+ production-ready components
- •Complete design token system
- •Support for iOS 17+, macOS 14+, watchOS 10+, tvOS 17+, visionOS 1+
- •Comprehensive documentation
- •Xcode code snippets
- •6 showcase apps
About Versioning
SwiftDS follows Semantic Versioning (MAJOR.MINOR.PATCH). Major versions include breaking changes, minor versions add new features in a backward-compatible manner, and patch versions include backward-compatible bug fixes.