diff --git a/BlueprintUILists.podspec b/BlueprintUILists.podspec index e41ce17f7..3a8a389a4 100644 --- a/BlueprintUILists.podspec +++ b/BlueprintUILists.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'BlueprintUILists' - s.version = '0.14.2' + s.version = '0.15.0' s.summary = 'Declarative list views for iOS apps that deploy back to iOS 11.0.' s.homepage = 'https://github.com/kyleve/Listable' s.license = 'Apache License, Version 2.0' diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b434b4b..0ef730580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,27 +4,33 @@ ### Added -- [Introduce support for layout customization for `Item`, `HeaderFooter`, and `Section`](https://github.com/kyleve/Listable/pull/257) for all `ListLayout` types, not just `.table`. - -- [Add `inserted` and `removed` items to `.onContentChanged`](https://github.com/kyleve/Listable/pull/260), to easily determine what content was added or removed from the list a central location. - ### Removed ### Changed -- [Rename `.list` layout to `.table`](https://github.com/kyleve/Listable/pull/258), which is clearer, and also reduces confusion between `ListLayout` (the base protocol for layouts), and the specific table-type layout. - ### Misc # Past Releases -# [0.14.2] - 2020-01-21 +# [0.15.0] - 2021-01-22 + +### Added + +- [Introduce support for layout customization for `Item`, `HeaderFooter`, and `Section`](https://github.com/kyleve/Listable/pull/257) for all `ListLayout` types, not just `.table`. + +- [Add `inserted` and `removed` items to `.onContentChanged`](https://github.com/kyleve/Listable/pull/260), to easily determine what content was added or removed from the list a central location. + +### Changed + +- [Rename `.list` layout to `.table`](https://github.com/kyleve/Listable/pull/258), which is clearer, and also reduces confusion between `ListLayout` (the base protocol for layouts), and the specific table-type layout. + +# [0.14.2] - 2021-01-21 ### Fixed - `SwipeActionsConfiguration.performsFirstActionWithFullSwipe` is now respected when set to `false`. -# [0.14.1] - 2020-01-06 +# [0.14.1] - 2021-01-06 ### Fixed @@ -279,7 +285,8 @@ 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.14.2...HEAD +[Main]: https://github.com/kyleve/Listable/compare/0.15.0...HEAD +[0.15.0]: https://github.com/kyleve/Listable/compare/0.14.2...0.15.0 [0.14.1]: https://github.com/kyleve/Listable/compare/0.14.1...0.14.2 [0.14.1]: https://github.com/kyleve/Listable/compare/0.13.0...0.14.1 [0.13.0]: https://github.com/kyleve/Listable/compare/0.12.1...0.13.0 diff --git a/ListableUI.podspec b/ListableUI.podspec index bd27a4f1c..8f46fc45b 100644 --- a/ListableUI.podspec +++ b/ListableUI.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'ListableUI' - s.version = '0.14.2' + s.version = '0.15.0' s.summary = 'Declarative list views for iOS apps that deploy back to iOS 11.0.' s.homepage = 'https://github.com/kyleve/Listable' s.license = 'Apache License, Version 2.0' diff --git a/Podfile.lock b/Podfile.lock index c59683520..f4e54cfc5 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -2,15 +2,15 @@ PODS: - BlueprintUI (0.20.0) - BlueprintUICommonControls (0.20.0): - BlueprintUI - - BlueprintUILists (0.14.2): + - BlueprintUILists (0.15.0): - BlueprintUI - ListableUI - - BlueprintUILists/Tests (0.14.2): + - BlueprintUILists/Tests (0.15.0): - BlueprintUI - ListableUI - EnglishDictionary (1.0.0.LOCAL) - - ListableUI (0.14.2) - - ListableUI/Tests (0.14.2): + - ListableUI (0.15.0) + - ListableUI/Tests (0.15.0): - EnglishDictionary - Snapshot - Snapshot (1.0.0.LOCAL) @@ -45,9 +45,9 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: BlueprintUI: d26766f3e006d1f9348cba6a7f15efc64da74cb3 BlueprintUICommonControls: b7b6a10581203f4bd6283c9d2a9b810d513d804b - BlueprintUILists: afcc5b470731c70d1c2952ee4c24e6bcd566a2bd + BlueprintUILists: f18013df0909d82d463c3a18f4c477b2034040c0 EnglishDictionary: f03968b9382ddc5c8dd63535efbf783c6cd45f1c - ListableUI: 40e95b6299084145f04b421353612efbf9f50672 + ListableUI: fc0cb30981776da135ac6e50792c8e1ba9aa6b9f Snapshot: cda3414db426919d09f775434b36289c8e864183 PODFILE CHECKSUM: c1209f66d9213201c70fd26a2f0907a6e29e8cbe diff --git a/docs/BlueprintLists/Extensions.html b/docs/BlueprintLists/Extensions.html index 5f71a7324..696827983 100644 --- a/docs/BlueprintLists/Extensions.html +++ b/docs/BlueprintLists/Extensions.html @@ -208,7 +208,7 @@