Skip to content

Latest commit

 

History

History
149 lines (103 loc) · 3.97 KB

CHANGELOG.md

File metadata and controls

149 lines (103 loc) · 3.97 KB

Change log

Released on 2019-05-27.

Swift 5 supports

Released on 2018-11-18.

  • [ADD] location button style

Released on 2018-09-23.

Swift 4.2 supports

Released on 2018-08-21.

  • [FIX] style with rounded tips (#21)

Released on 2017-09-20.

Swift 4 supports

Released on 2017-04-02.

Swift 3.1 supports

  • [REFACTORING] The DynamicButtonStyle is now an enum
  • [ADD] Each style must now adopt the DynamicButtonBuildableStyle protocol
  • [ADD] The DynamicButtonPathVector struct
  • [ADD] styleByName property in the DynamicButtonStyle
  • The default buildable style access controls are now internal

Released on 2016-11-05.

  • [ADD] horizontalMoreOptions button style
  • [ADD] verticalMoreOptions button style

Released on 2016-10-10.

  • [FIX] contentEdgeInsets is now take into account.

Released on 2016-09-21.

  • [ADD] New designated init

Released on 2016-09-14.

Swift 3 supports

  • [REFACTORING] Puts all constants in lowerCamelCase
  • [ADD] Swift Package Manager supports

Released on 2016-05-03.

  • [ADD] Reload button style

Released on 2016-04-21.

  • [REFACTORING] Replace the DynamicButton.Style enum with the DynamicButtonStyle class.
  • [ADD] Custom symbols are now allowed.

Released on 2016-03-25.

  • [ADD] Play button style
  • [ADD] Stop button style

Released on 2016-03-23.

  • [FIX] Center of gravity of caret symbols

Released on 2016-03-22.

  • Swift 2.2 supports

Released on 2016-02-10.

  • [ADD] bounceButtonOnTouch property

Released on 2016-02-04.

  • [ADD] highlightBackgroundColor property

Released on 2016-02-04.

  • [ADD] None button style

Released on 2016-02-03.

  • [ADD] Dot button style

Released on 2015-11-02.

  • [ADD] tvOS 9 support

Released on 2015-10-12.

  • [FIX] iOS 8.x support

Released on 2015-10-10.

  • Initialize with style
  • Available button styles:
    • ArrowDown
    • ArrowLeft
    • ArrowRight
    • ArrowUp
    • CaretDown
    • CaretLeft
    • CaretRight
    • CaretUp
    • CheckMark
    • CircleClose
    • CirclePlus
    • Close
    • Download
    • FastForward
    • Hamburger
    • HorizontalLine
    • Pause
    • Plus
    • Rewind
    • VerticalLine
  • lineWidth property
  • strokeColor property
  • highlightStokeColor property
  • Cocoapods support
  • Carthage support