Skip to content

Releases: zenangst/Spots

5.5.4

23 Nov 15:59
Compare
Choose a tag to compare
  • Fixes a layout bug for views that rely on preferred view height #372

5.5.3

22 Nov 17:49
Compare
Choose a tag to compare
  • Fix layout calculation for carousels that have page control enabled #371

5.5.2

22 Nov 17:24
Compare
Choose a tag to compare
  • Fixes layout issues for ListSpot on iOS8 and prior #370

5.5.1

22 Nov 08:15
Compare
Choose a tag to compare
  • Fixes CPU spike when doing mutation because of bogus frame calculation #368 #369

5.5.0

18 Nov 18:22
Compare
Choose a tag to compare
  • Features a compare closure for reloadIfNeeded with [Component] #367
  • Refactors reload on Spotable to be linear #365
  • Refactors != to not include [Item] when comparing Component #367
  • Improves use of self when dispatching #367
  • Cleans up redundant code #367
  • Fixes regression on with UICollectionViewDelegateFlowLayout #367

5.4.0

17 Nov 08:03
Compare
Choose a tag to compare
  • Fixes layout order bug in SpotsScrollView #362
  • Fixes layout warnings when using CarouselSpot #364
  • Improves queuing when doing mutation on Spotable objects #363
  • Improves KVO in `SpotsScrollView #362
  • Increases the performance and responsiveness when performing mutation #363

5.3.1

16 Nov 09:24
Compare
Choose a tag to compare
  • Adds a new closure on Controller called spotsDidReloadComponents #360
  • Adds new functionality on ViewState to clear all cached files #361
  • clearCache on Controller has been marked as deprecated #361

5.3.0

14 Nov 12:38
Compare
Choose a tag to compare
  • Fixes bug in reloadWithComponents #359
  • Internal refactoring to reduce code duplication #358
  • Improves indexing of Components when parsing JSON #359
  • Improves reliability of mutating methods #358
  • Improves test coverage by reducing the amount of duplicate code #358

5.2.0

09 Nov 14:01
Compare
Choose a tag to compare
  • Improves mapping of Int's on Component #349
  • Fixes broken examples #350
  • Overall improvements to the macOS implementation #351
  • Features collection view based RowSpot #352
  • Features a data and delegate abstraction that reduces code duplication internally #353
  • Improves code coverage #353

5.1.3

01 Nov 08:16
Compare
Choose a tag to compare
  • Improves CarouselSpot related functionality such as additional delegate methods and fixes some internal bugs when laying out carousel based views. #346
  • Fixes Segfault in SpotsScrollView that surfaced with Swift 3.0.1. #348
  • Improves test coverage and source code documentation #348