Skip to content

Commit

Permalink
[Release] Version 8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gillams committed Apr 15, 2019
1 parent d58dd6d commit a32b8a3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Backpack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Pod::Spec.new do |s|
s.name = 'Backpack'
s.version = "8.6.0"
s.version = "8.7.0"
s.summary = "Skyscanner's Design System Backpack for iOS"

s.description = <<-DESC
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

[Unreleased changes](./UNRELEASED.md).

### 8.7.0

**Added:**

- Backpack/Theme:
- `BPKThemeContainerController` now returns `self.rootViewController` for `forwardingTargetForSelector:` this improves code that makes assumptions about the specific methods available on `keyWindow.rootViewController` when the previous `rootViewController` is wrapped in a `BPKThemeContainerController`. In debug builds this will cause an assertion error as it is not a behaviour we encourage relying on.

**Fixed:**
- Backpack/Calendar:
- Added accessibility labels to `BPKCalendar` cells to provide month and year context to screen-readers.

### 8.6.0

**Changed:**
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Backpack (8.6.0):
- Backpack (8.7.0):
- FSCalendar (~> 2.8)
- FSCalendar (2.8.0)
- iOSSnapshotTestCase/Core (4.0.0)
Expand All @@ -21,7 +21,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Backpack: 91c822545a8c76cba72172a049f15d1eec183f2a
Backpack: fd24d7b58bf142b971f4541064bf14a0ef658ebd
FSCalendar: 3a5ed3636e2ba1b83ebebfcf0c2603105a6f5efe
iOSSnapshotTestCase: 711379b19f69a22c131527df862352c877c2773c
SwiftLint: 7a0227733d786395817373b2d0ca799fd0093ff3
Expand Down
8 changes: 0 additions & 8 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
# Unreleased

**Added:**

- Backpack/Calendar:
- Added accessibility labels to `BPKCalendar` cells to provide month and year context to screen-readers.

- Backpack/Theme:
- `BPKThemeContainerController` now returns `self.rootViewController` for `forwardingTargetForSelector:` this improves code that makes assumptions about the specific methods available on `keyWindow.rootViewController` when the previous `rootViewController` is wrapped in a `BPKThemeContainerController`. In debug builds this will cause an assertion error as it is not a behaviour we encourage relying on.

0 comments on commit a32b8a3

Please sign in to comment.