Releases: chicio/RangeUISlider
Releases · chicio/RangeUISlider
4.0.0
Adding
- New slider delegate methods signature.
3.1.0
Fixed
Increased Package.swift supported version
3.0.3
Fixed
- Merged fix for valid knob range
3.0.2
Fixed
- Merged fix for valid knob range
3.0.0
Added
- new public api to read all the UI components of RangeUISlider
- new knobs label UI components
2.0.2
Fixed
defaultValueLeftKnob
and defaultValueRightKnob
now are setted when changed programmatically
2.0.1
Fixed
rangeNotSelectedColor
was not working. Added guard on gradient colors to avoid the creation of useless layers.
2.0.0
Added
- SwiftUI support: new
RangeSlider
SwiftUI component
- Unit test + UI Tests: safer refactoring.
- Test plans: UI test for multiple devide configuration (e.g. test RTL)
- Added SwiftLint: introduced code style standards.
- Added Codebeat: start to measure code quality
- Refactoring to improve internal structure (code quality and ability to introduct new features)
1.13.0
Added
- New UI Test target to check custom behaviour of RangeUISlider
- Added UI Test plans to CI
- New Unit test target to test classes that contains extracted logic from RangeUISlider main class
- Added unit test target to CI
- Added support for RTL