1.1.0
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 newmodified
function.
💡 Behavior changes
DeckItem
is now a typalias, not aprotocol
.
🗑️ Deprecations
Deck
is no longer needed, you can just use plain arrays instead.DeckContext
is no longer needed sinceDeck
is also deprecated.Favoritable
is no longer needed, you can just useIdentifiable
.
💥 Breaking Changes
- The
DeckViewConfiguration
environment change has been rolled back.