Votice SDK v1.0.18
🚀 Votice SDK v1.0.18
Changes in this release:
- Merge pull request #50 from ArtCC/develop
- Adjust progress calculation in inProgressTagView to include next character
- Refactor StatusBadge view to improve in-progress status display
- Refactor StatusBadge view to support progress display with gradient and adaptive backgrounds
- Add progress parameter to StatusBadge and update its usage in multiple views
- Update SwiftLintPlugins dependency to version 0.62.2
- Update version from 1.0.17 to 1.0.18 across project
Latest commit:
Merge pull request #50 from ArtCC/develop
feature: deploy v1.0.18 to main branch
Installation
Swift Package Manager
Add this to your Package.swift:
dependencies: [
.package(url: "https://github.com/ArtCC/votice-sdk.git", from: "1.0.18")
]Or add it through Xcode:
- File → Add Package Dependencies
- Enter:
https://github.com/ArtCC/votice-sdk.git - Select version:
1.0.18
This release was automatically generated from commit c3051ec