Skip to content

0.2.0

Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 04 Oct 19:55
· 137 commits to master since this release

The deck init params for StackedDeck and HorizontalDeck has been changed to a binding.

This gives you better control over the deck, removes UI glitches and helped me remove a bunch of state for visible cards in StackDeck, which means that deck modifications now instantly trigger UI changes.

I have added a shuffle button to the demo to demonstrate how much better the stacked deck performs.

The StackedDeck has been improved in more ways:

  • I have changed the order of how the vertical offset and scale effect are applied, which fixes a UI glitch.
  • I have added swipeLeft/Right/Up/Down actions, which let you trigger actions depending on how a card is swiped off the top.

The DeckContext class is still in the library, but is not used by the library itself.