Skip to content

Votice SDK v1.0.18

Choose a tag to compare

@github-actions github-actions released this 07 Nov 13:03
c3051ec

🚀 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:

  1. File → Add Package Dependencies
  2. Enter: https://github.com/ArtCC/votice-sdk.git
  3. Select version: 1.0.18

This release was automatically generated from commit c3051ec