Skip to content

Commit

Permalink
Prep 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleve committed Jun 3, 2020
1 parent 21498ea commit 3bab80f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BlueprintLists.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'BlueprintLists'
s.version = '0.6.0'
s.version = '0.6.1'
s.summary = 'Declarative list views for iOS apps that deploy back to iOS 10.0.'
s.homepage = 'https://github.com/kyleve/Listable'
s.license = { type: 'Proprietary', text: "© 2020 Square, Inc." }
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@

### Changed

- Change `Item`'s `onSelect` and `onDeselect` [to be performed asynchronously](https://github.com/kyleve/Listable/pull/155) after a single runloop spin, to give `UICollectionView` time to schedule animations if these callbacks are slow. Add improved signpost logging for selection and deselection.

### Misc

# Past Releases

## 0.6.1

### Changed

- Change `Item`'s `onSelect` and `onDeselect` [to be performed asynchronously](https://github.com/kyleve/Listable/pull/155) after a single runloop spin, to give `UICollectionView` time to schedule animations if these callbacks are slow. Add improved signpost logging for selection and deselection.

## 0.6.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Listable.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'Listable'
s.version = '0.6.0'
s.version = '0.6.1'
s.summary = 'Declarative list views for iOS apps that deploy back to iOS 10.0.'
s.homepage = 'https://github.com/kyleve/Listable'
s.license = { type: 'Proprietary', text: "© 2020 Square, Inc." }
Expand Down

0 comments on commit 3bab80f

Please sign in to comment.