Releases: zenangst/Spots
Releases · zenangst/Spots
5.5.4
- Fixes a layout bug for views that rely on preferred view height #372
5.5.3
- Fix layout calculation for carousels that have page control enabled #371
5.5.2
- Fixes layout issues for
ListSpot
on iOS8 and prior #370
5.5.1
- Fixes CPU spike when doing mutation because of bogus frame calculation #368 #369
5.5.0
- 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
- 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
- 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
- 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
- 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
- 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