Skip to content

Releases: dscyrescotti/ShuffleIt

Version 2.1.3

05 Aug 03:52
e0e7073
Compare
Choose a tag to compare

What's included in Version 2.1.3?

  • Fix visual glitch of stack view when its child view contains vertical or horizontal stack with conditional views (#74)
  • Bump up ViewInspector version to 0.9.7
  • Clean up warnings

Version 2.1.2

26 Dec 16:35
1c564cc
Compare
Choose a tag to compare

What's included in Version 2.1.2?

  • Fix the programmatic scroll behavior of CarouselStack to be smooth like the user interaction.

Version 2.1.1

26 Dec 12:51
b1b963c
Compare
Choose a tag to compare

What's included in Version 2.1.1?

  • Fix the warning of updating multiple times per frame in CarouselStack (#56)
  • Refactor ShuffleStack and CarouselStack (no changes on API usage)
  • Update README by replacing gifs with new ones

Version 2.1.0

25 Dec 17:42
c104540
Compare
Choose a tag to compare

What's new in Version 2.1.0?

  • In this version, ShuffleIt introduces a new stack view called ShuffleDeck which is similar to the photo collections from Messages App.
  • It includes the test cases to cover the new user interface element.

Version 2.0.1

16 Dec 11:48
e3c2cb0
Compare
Choose a tag to compare

What's included in Version 2.0.1?

  • It contains the bug fix for Carousel Stack to render properly if its child view contains Button inside any kind of Stack views. (Issue - #46)

Version 2.0.0

02 Oct 05:56
601a1f3
Compare
Choose a tag to compare

What's new in Version 2.0.0?

  • In Version 2.0.0, ShuffleIt provides a new stack view called CarouselStack with carousel sliding behavior which also supports the customization to its appearance.
  • As there is a new stack view, some modifiers and types for ShuffleStack are renamed to get rid of naming conflicts. Please check out the documentation to migrate to Version 2.0.0 if you are using Version 1.

Version 1.0.2

18 Sep 07:52
e7f7206
Compare
Choose a tag to compare

What's new in Version 1.0.2?

  • It contains the fix of generating wrong index for previous and upcoming element from data source.

Version 1.0.1

11 Sep 12:36
a0e9324
Compare
Choose a tag to compare

What's new in Version 1.0.1?

  • This version includes the fix for build failure when integrating ShuffleIt into the project as it accidentally contained XCTest framework in the source.

Version 1.0.0

10 Sep 14:00
5207783
Compare
Choose a tag to compare

What's new in Version 1.0.0?

  • In Version 1.0.0, the very first roll-out of ShuffleIt, it introduces ShuffleStack - a stack view being capable of shuffling its child contents which supports multi-platform development. The uniqueness of ShuffleStack is that it only renders three child content that are visible on the screen and shuffle the data when shuffling contents.

    To check out more about ShuffleStack, please head to the documentation or test out the demo project.

  • ShuffleIt already includes unit test cases which covers 99% of code base so that it is reliable to be added in other projects.

    https://app.codecov.io/gh/dscyrescotti/ShuffleIt

  • ShuffleIt provides the official documentation to clarify API usage to developers by reducing learning curves.

    https://dscyrescotti.github.io/ShuffleIt/documentation/shuffleit