DynamicButton/CHANGELOG.md

150 lines
4.0 KiB
Markdown

# Change log
## [Version 6.2.0](https://github.com/yannickl/DynamicButton/releases/tag/6.2.0)
Released on 2019-05-27.
**Swift 5 supports**
## [Version 6.1.0](https://github.com/yannickl/DynamicButton/releases/tag/6.1.0)
Released on 2018-11-18.
- [ADD] `location` button style
## [Version 6.0.0](https://github.com/yannickl/DynamicButton/releases/tag/6.0.0)
Released on 2018-09-23.
**Swift 4.2 supports**
## [Version 5.0.1](https://github.com/yannickl/DynamicButton/releases/tag/5.0.1)
Released on 2018-08-21.
- [FIX] style with rounded tips (#21)
## [Version 5.0.0](https://github.com/yannickl/DynamicButton/releases/tag/5.0.0)
Released on 2017-09-20.
**Swift 4 supports**
## [Version 4.0.0](https://github.com/yannickl/DynamicButton/releases/tag/4.0.0)
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`
## [Version 3.1.0](https://github.com/yannickl/DynamicButton/releases/tag/3.1.0)
Released on 2016-11-05.
- [ADD] `horizontalMoreOptions` button style
- [ADD] `verticalMoreOptions` button style
## [Version 3.0.2](https://github.com/yannickl/DynamicButton/releases/tag/3.0.2)
Released on 2016-10-10.
- [FIX] `contentEdgeInsets` is now take into account.
## [Version 3.0.1](https://github.com/yannickl/DynamicButton/releases/tag/3.0.1)
Released on 2016-09-21.
- [ADD] New designated `init`
## [Version 3.0.0](https://github.com/yannickl/DynamicButton/releases/tag/3.0.0)
Released on 2016-09-14.
**Swift 3 supports**
- [REFACTORING] Puts all constants in lowerCamelCase
- [ADD] Swift Package Manager supports
## [Version 2.1.0](https://github.com/yannickl/DynamicButton/releases/tag/2.1.0)
Released on 2016-05-03.
- [ADD] `Reload` button style
## [Version 2.0.0](https://github.com/yannickl/DynamicButton/releases/tag/2.0.0)
Released on 2016-04-21.
- [REFACTORING] Replace the DynamicButton.Style enum with the DynamicButtonStyle class.
- [ADD] Custom symbols are now allowed.
## [Version 1.8.0](https://github.com/yannickl/DynamicButton/releases/tag/1.8.0)
Released on 2016-03-25.
- [ADD] `Play` button style
- [ADD] `Stop` button style
## [Version 1.7.1](https://github.com/yannickl/DynamicButton/releases/tag/1.7.1)
Released on 2016-03-23.
- [FIX] Center of gravity of caret symbols
## [Version 1.7.0](https://github.com/yannickl/DynamicButton/releases/tag/1.7.0)
Released on 2016-03-22.
- Swift 2.2 supports
## [Version 1.6.0](https://github.com/yannickl/DynamicButton/releases/tag/1.6.0)
Released on 2016-02-10.
- [ADD] `bounceButtonOnTouch` property
## [Version 1.5.0](https://github.com/yannickl/DynamicButton/releases/tag/1.5.0)
Released on 2016-02-04.
- [ADD] `highlightBackgroundColor` property
## [Version 1.4.0](https://github.com/yannickl/DynamicButton/releases/tag/1.4.0)
Released on 2016-02-04.
- [ADD] `None` button style
## [Version 1.3.0](https://github.com/yannickl/DynamicButton/releases/tag/1.3.0)
Released on 2016-02-03.
- [ADD] `Dot` button style
## [Version 1.2.0](https://github.com/yannickl/DynamicButton/releases/tag/1.2.0)
Released on 2015-11-02.
- [ADD] tvOS 9 support
## [Version 1.1.0](https://github.com/yannickl/DynamicButton/releases/tag/1.1.0)
Released on 2015-10-12.
- [FIX] iOS 8.x support
## [Version 1.0.0](https://github.com/yannickl/DynamicButton/releases/tag/1.0.0)
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