Skip to content

Latest commit

 

History

History
95 lines (67 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

95 lines (67 loc) · 2.68 KB

Change log

Released on 2018-10-16.

  • Swift 4.2 supports

Released on 2016-09-09.

  • [ADD] Vertical Layout

Released on 2016-06-09.

  • Swift Package Manager
  • [ADD] hint property
  • [ADD] Custom shape customization

Released on 2016-03-22.

  • Swift 2.2 supports

Released on 2016-03-12.

  • [REFACTORIGNG] minus symbol with the unicode one.

Released on 2015-10-21.

  • [REFACTORIGNG] fontColor to symbolFontColor
  • [REFACTORIGNG] font to symbolFont
  • [REFACTORING] thumbColor to thumbBackgroundColor
  • [ADD] thumbWidthRatio property
  • [ADD] thumbText property
  • [ADD] thumbTextColor property
  • [ADD] thumbFont property

Released on 2015-09-17.

  • [UPDATE] Swift 2 compatibility
  • [ADD] Carthage support
  • [ADD] Changelog

Released on 2015-05-31.

  • [FIX] value should always be into the bounds [minimumValue:maximumValue]

Released on 2015-05-30.

  • [ADD] valueChangedBlock property

Released on 2015-05-29.

  • [ADD] fontColor property
  • [ADD] New logo
  • [ADD] Test cases
  • [UPDATE] Improve the slider behavior
  • [FIX] Minimum <> Maximum range values

Released on 2015-05-28.

  • [FIX] Non autorepeat slider behavior

Released on 2015-05-18.

  • [ADD] thumbColor property
  • [FIX] Background color of the stepper

Released on 2015-05-03.

  • [FIX] Public variable accessors

Initial Version 1.0.0

Released on 2015-05-02.

  • continuous property
  • autorepeat property
  • wraps property
  • minimumValue property
  • maximumValue property
  • stepValue property
  • value property
  • font property
  • fontColor property
  • Cocoapods support