Releases: sh-khashimov/SwiftFortuneWheel
Releases · sh-khashimov/SwiftFortuneWheel
1.1.2
- SPM macOS support added;
1.1.1
1.1.0
- Added support for macOS 10.11 and above;
- Added support for tvOS 9.0 and above;
TextPreferences
initialize process changed;ImagePreferences
initialize process changed;WheelPreferences
initialize process changed;SpinButtonPreferences
initialize process changed;PinImageViewPreferences
initialize process changed;AnchorImage
initialize process changed;- Fixed image
flipUpsideDown
from not working; - See migration process here: from 1.0.x to 1.x.x;
1.0.3
- When you using
startAnimating
method to start indefinite rotation animation, it’s possible now change optionalrotationTime
andfullRotationCountInRotationTime
parameters to change the rotation speed;
1.0.2
- Fixed memory leak when re-drawing the wheel;
1.0.1
- Fixed layout warnings;
- Fixed incorrect spinButton background image setting;
- Fixed incorrect spinButton isEnabled setting;
- Fixed incorrect content image position;
- Fixed incorrect content line position;
- Fixed incorrect slice border width;
- Fixed incorrect content position after setting circle border height;
- Fixed horizontal position in the vertical text;
- Other small improvements are made;
1.0.0
- Small improvements and bug fixes;
- Updated example project with rotation and animation API example;
- Pull request #4 merged;
- See migration information here: from 0.x.x to 1.0.0;
0.9.0
- Added rotation API:
rotate(toIndex index: Int)
,rotate(rotationOffset: CGFloat)
; - Added parameters full rotations until start deceleration and animation duration to animation API;
startAnimating(fullRotationTimeInSeconds: Int, finishIndex: Int)
changed tostartAnimating(indefiniteRotationTimeInSeconds: Int, finishIndex: Int)
- Internal code refactoring;
0.8.1
0.8.0
- Text now can be separated into
lines
; - Added
line break mode
to theTextPreferences
; - Added
spacing
between lines to theTextPreferences
; - Added
alignment
to theTextPreferences
;