Releases: sh-khashimov/SwiftFortuneWheel
Releases · sh-khashimov/SwiftFortuneWheel
1.4.3
1.4.2
- Issue #33 Cannot build on Xcode 14: Stored properties cannot be marked potentially unavailable with '@available' fixed;
1.4.1
1.4.0
- Issue #15 removed @IBDesignable;
- Issue #16 added gradient color for a slice;
1.3.3
- Fixed issue when tap to slice can return incorrect slice index;
- Tap gesture recognizer ported to macOS;
1.3.2
- Issue #10 added tap gesture API to detect selected slice index via tap. For more information see API Overview;
- Refactoring;
1.3.1
1.3.0
1.2.0
1.1.3
characterWrap
type added to theTextPreferences.LineBreakMode
;maxWidth
added to theTextPreferences
. WithmaxWdith
possible to set maximum width that will be available for text;- Fixed text margins;
- Fixed when
numberOfLines = 0
may not work properly;