Skip to content

1.1.0

Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 06 Mar 22:21
· 35 commits to master since this release

This version adds support for visionOS.

This minor update also rolls back the environment changes in 1.0.1.

The configuration is once more init injected and not through the environment. The environment injection will be implemented in a major version instead.

✨ New features

  • DeckView now has a shuffle animation init parameter.
  • DeckViewConfiguration has a new modified function.

💡 Behavior changes

  • DeckItem is now a typalias, not a protocol.

🗑️ Deprecations

  • Deck is no longer needed, you can just use plain arrays instead.
  • DeckContext is no longer needed since Deck is also deprecated.
  • Favoritable is no longer needed, you can just use Identifiable.

💥 Breaking Changes

  • The DeckViewConfiguration environment change has been rolled back.