Skip to content

Commit

Permalink
Merge pull request #316 from kyleve/kve/0.25.0
Browse files Browse the repository at this point in the history
Prep 0.25.0
  • Loading branch information
kyleve authored Aug 12, 2021
2 parents 3c09286 + 0b1fafa commit 600ca93
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

### Added

- [Add support for `containerHeader`](https://github.com/kyleve/Listable/pull/315), a header which can be added by the container which is displaying the list. This is useful for, eg, a custom navigation controller to add its large title view to the list's content. This header is not affected by the list's vertical padding.

### Removed

### Changed
Expand All @@ -14,6 +12,12 @@

# Past Releases

# [0.25.0] - 2021-08-12

### Added

- [Add support for `containerHeader`](https://github.com/kyleve/Listable/pull/315), a header which can be added by the container which is displaying the list. This is useful for, eg, a custom navigation controller to add its large title view to the list's content. This header is not affected by the list's vertical padding.

# [0.24.0] - 2021-08-07

### Added
Expand Down Expand Up @@ -436,7 +440,8 @@ listActions.scrolling.scrollToSection(
Earlier releases were ad-hoc and not tracked. To see all changes, please reference [closed PRs on Github](https://github.com/kyleve/Listable/pulls?q=is%3Apr+is%3Aclosed).


[Main]: https://github.com/kyleve/Listable/compare/0.24.0...HEAD
[Main]: https://github.com/kyleve/Listable/compare/0.25.0...HEAD
[0.25.0]: https://github.com/kyleve/Listable/compare/0.24.0...0.25.0
[0.24.0]: https://github.com/kyleve/Listable/compare/0.23.2...0.24.0
[0.23.2]: https://github.com/kyleve/Listable/compare/0.23.1...0.23.2
[0.23.1]: https://github.com/kyleve/Listable/compare/0.23.0...0.23.1
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ PODS:
- BlueprintUI (0.27.0)
- BlueprintUICommonControls (0.27.0):
- BlueprintUI
- BlueprintUILists (0.24.0):
- BlueprintUILists (0.25.0):
- BlueprintUI
- ListableUI
- BlueprintUILists/Tests (0.24.0):
- BlueprintUILists/Tests (0.25.0):
- BlueprintUI
- ListableUI
- EnglishDictionary (1.0.0.LOCAL)
- ListableUI (0.24.0)
- ListableUI/Tests (0.24.0):
- ListableUI (0.25.0)
- ListableUI/Tests (0.25.0):
- EnglishDictionary
- Snapshot
- Snapshot (1.0.0.LOCAL)
Expand Down Expand Up @@ -45,9 +45,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
BlueprintUI: 0fe7dfb34d43c8ff1b6b69ca1bce853fa1eda084
BlueprintUICommonControls: e228bcd0a6918d52465d300a0dbce0bceaab4674
BlueprintUILists: b6777fb64735fea0e3b1df932f4bc9c14681c1ee
BlueprintUILists: 709adce711ee932f03e718623b5638abd75713fc
EnglishDictionary: f03968b9382ddc5c8dd63535efbf783c6cd45f1c
ListableUI: acc59e973bbb4e3224a83f7c820528e064b30a17
ListableUI: a4c89778dee682f73977bf467dddb6a08fde6bce
Snapshot: cda3414db426919d09f775434b36289c8e864183

PODFILE CHECKSUM: c1209f66d9213201c70fd26a2f0907a6e29e8cbe
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# frozen_string_literal: true

LISTABLE_VERSION ||= '0.24.0'
LISTABLE_VERSION ||= '0.25.0'

0 comments on commit 600ca93

Please sign in to comment.