Releases: dscyrescotti/ShuffleIt
Releases · dscyrescotti/ShuffleIt
Version 2.1.3
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
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
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
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
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
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
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
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
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.
- ShuffleIt provides the official documentation to clarify API usage to developers by reducing learning curves.
https://dscyrescotti.github.io/ShuffleIt/documentation/shuffleit