Releases: fummicc1/SimpleRoulette
Releases · fummicc1/SimpleRoulette
1.3.2
1.3.1
1.3.0
v1.2.1
1.2.0
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- Bump cocoapods-downloader from 1.3.0 to 1.6.3 by @dependabot in #31
- Refactor by @fummicc1 in #32
- Remove difference operation between
Double
andCGFloat
- Remove
Accurate
implementation to simplify code. - Remove difference between
HugePart
andAnglePart
- close #30
- Remove difference operation between
Full Changelog: v1.0.1...1.1.0
v1.0.1
v1.0.0
Changes
Refactor
- Symbol name in
SimpleRoulette
is more simplified. - Add convenience initializer for
RouletteModel
. - Other small refactorings.
Show AnyView
on RouletteView.
Since v1.0.0, it is possible to place AnyView
on your Roulette, though we have to pay attention to the size of those AnyView
.
This number is Image, not Text |
---|
To achieve this feature, I added length
parameter to RouletteView
with default-value 320pt
.
Support MacOS with SwiftUI
Before v1.0.0, I'd supported Mac Catalyst
. Since v1.0.0, SimpleRoulette can be also adopted by MacOS apps (which uses SwiftUI
).
Support SwiftUI
RouletteViewSwiftUI
and RouletteViewModel
is ready. You can use RouletteView without UIKit :)
support UserInterfaceStyle change
This version(v0.1.2
) fixes a problem that cgColor does not change according to UIUserInterfaceStyle
though its appearance is compatible with both light and dark mode style.