Skip to content

v1.0.0

Compare
Choose a tag to compare
@fummicc1 fummicc1 released this 20 Mar 03:13
· 72 commits to main since this release

Changes

Refactor

  1. Symbol name in SimpleRoulette is more simplified.
  2. Add convenience initializer for RouletteModel.
  3. 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).