Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 29bc87a

Browse files
author
Patrick Chamelo
committed
Merge pull request #101 from facebook/nscoding/2.0.3
Bump version to 2.0.3
2 parents 740e14c + c347121 commit 29bc87a

5 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 2.0.3
6+
7+
- New property added `usesDrawViewHierarchyInRect` to handle cases like `UIVisualEffect` (#70), `UIAppearance` (#91) and Size Classes (#92) (#100)
8+
59
## 2.0.2
610

711
- Fix for retina comparisons (#96)

FBSnapshotTestCase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "FBSnapshotTestCase"
3-
s.version = "2.0.2"
3+
s.version = "2.0.3"
44
s.summary = "Snapshot view unit tests for iOS"
55
s.description = <<-DESC
66
A "snapshot test case" takes a configured UIView or CALayer

FBSnapshotTestCase/FBSnapshotTestCase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ FBSnapshotVerifyLayerWithOptions(layer__, identifier__, FBSnapshotTestCaseDefaul
9898
When YES, renders a snapshot of the complete view hierarchy as visible onscreen.
9999
There are several things that do not work if renderInContext: is used.
100100
- UIVisualEffect #70
101-
- UIApperance #91
101+
- UIAppearance #91
102102
- Size Classes #92
103103
104104
@attention If the view does't belong to a UIWindow, it will create one and add the view as a subview.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
2-
- FBSnapshotTestCase (2.0.2):
3-
- FBSnapshotTestCase/SwiftSupport (= 2.0.2)
4-
- FBSnapshotTestCase/Core (2.0.2)
5-
- FBSnapshotTestCase/SwiftSupport (2.0.2):
2+
- FBSnapshotTestCase (2.0.3):
3+
- FBSnapshotTestCase/SwiftSupport (= 2.0.3)
4+
- FBSnapshotTestCase/Core (2.0.3)
5+
- FBSnapshotTestCase/SwiftSupport (2.0.3):
66
- FBSnapshotTestCase/Core
77

88
DEPENDENCIES:
@@ -13,6 +13,6 @@ EXTERNAL SOURCES:
1313
:path: ..
1414

1515
SPEC CHECKSUMS:
16-
FBSnapshotTestCase: 66f28741d8b0cb52befa989e7aaa087c5f08f101
16+
FBSnapshotTestCase: bfa674b5a5a0a79559c1544e3d2846927d6b6d2a
1717

1818
COCOAPODS: 0.38.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Features
7575
- Supply an optional "identifier" if you want to perform multiple snapshots
7676
in a single test method.
7777
- Support for `CALayer` via `FBSnapshotVerifyLayer`.
78+
- `usesDrawViewHierarchyInRect` to handle cases like `UIVisualEffect`, `UIAppearance` and Size Classes.
7879
7980
Notes
8081
-----

0 commit comments

Comments
 (0)