Releases: spacenation/swiftui-sliders
Releases · spacenation/swiftui-sliders
2.1.0
What's Changed
- Update README.md by @masamichiueta in #56
- Range slider minimum and maximum distance by @ay42 in #58
- Create swift.yml by @ay42 in #57
- Update README.md by @ay42 in #59
New Contributors
- @masamichiueta made their first contribution in #56
Full Changelog: 2.0.0...2.1.0
2.0.0
2.0.0-beta.4
value clamping (#48)
2.0.0-beta.3
Update Package.swift (#42)
2.0.0-beta.2
platforms (#24)
2.0.0-beta.1
negative frame fix (#23)
Release 1.0.0
Update README.md (#17)
Integer types
It's now possible to use integers as values without type casting in binding.
Works for value, range and point sliders.
@State var integer: UInt8 = 128
ValueSlider(value: $integer)
Inlinable styles
Merge pull request #12 from spacenation/update Inlinable styles