Skip to content

Releases: chicio/RangeUISlider

4.0.0

15 Jul 12:30
Compare
Choose a tag to compare

Adding

  • New slider delegate methods signature.

3.1.0

25 Mar 08:16
Compare
Choose a tag to compare

Fixed

Increased Package.swift supported version

3.0.3

02 Dec 17:00
Compare
Choose a tag to compare

Fixed

  • Merged fix for valid knob range

3.0.2

02 Dec 16:59
Compare
Choose a tag to compare

Fixed

  • Merged fix for valid knob range

3.0.1

06 Oct 07:41
Compare
Choose a tag to compare

Added

  • Xcode 13 support

3.0.0

04 Mar 09:53
Compare
Choose a tag to compare

Added

  • new public api to read all the UI components of RangeUISlider
  • new knobs label UI components

2.0.2

17 Feb 11:55
Compare
Choose a tag to compare

Fixed

  • defaultValueLeftKnob and defaultValueRightKnob now are setted when changed programmatically

2.0.1

17 Feb 11:51
Compare
Choose a tag to compare

Fixed

  • rangeNotSelectedColor was not working. Added guard on gradient colors to avoid the creation of useless layers.

2.0.0

04 Feb 21:04
Compare
Choose a tag to compare

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

03 Jan 12:00
Compare
Choose a tag to compare

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