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

Commit

Permalink
Merge pull request #101 from facebook/nscoding/2.0.3
Browse files Browse the repository at this point in the history
Bump version to 2.0.3
  • Loading branch information
Patrick Chamelo committed Jul 20, 2015
2 parents 740e14c + c347121 commit 29bc87a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 2.0.3

- New property added `usesDrawViewHierarchyInRect` to handle cases like `UIVisualEffect` (#70), `UIAppearance` (#91) and Size Classes (#92) (#100)

## 2.0.2

- Fix for retina comparisons (#96)
Expand Down
2 changes: 1 addition & 1 deletion FBSnapshotTestCase.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FBSnapshotTestCase"
s.version = "2.0.2"
s.version = "2.0.3"
s.summary = "Snapshot view unit tests for iOS"
s.description = <<-DESC
A "snapshot test case" takes a configured UIView or CALayer
Expand Down
2 changes: 1 addition & 1 deletion FBSnapshotTestCase/FBSnapshotTestCase.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ FBSnapshotVerifyLayerWithOptions(layer__, identifier__, FBSnapshotTestCaseDefaul
When YES, renders a snapshot of the complete view hierarchy as visible onscreen.
There are several things that do not work if renderInContext: is used.
- UIVisualEffect #70
- UIApperance #91
- UIAppearance #91
- Size Classes #92
@attention If the view does't belong to a UIWindow, it will create one and add the view as a subview.
Expand Down
10 changes: 5 additions & 5 deletions FBSnapshotTestCaseDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- FBSnapshotTestCase (2.0.2):
- FBSnapshotTestCase/SwiftSupport (= 2.0.2)
- FBSnapshotTestCase/Core (2.0.2)
- FBSnapshotTestCase/SwiftSupport (2.0.2):
- FBSnapshotTestCase (2.0.3):
- FBSnapshotTestCase/SwiftSupport (= 2.0.3)
- FBSnapshotTestCase/Core (2.0.3)
- FBSnapshotTestCase/SwiftSupport (2.0.3):
- FBSnapshotTestCase/Core

DEPENDENCIES:
Expand All @@ -13,6 +13,6 @@ EXTERNAL SOURCES:
:path: ..

SPEC CHECKSUMS:
FBSnapshotTestCase: 66f28741d8b0cb52befa989e7aaa087c5f08f101
FBSnapshotTestCase: bfa674b5a5a0a79559c1544e3d2846927d6b6d2a

COCOAPODS: 0.38.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Features
- Supply an optional "identifier" if you want to perform multiple snapshots
in a single test method.
- Support for `CALayer` via `FBSnapshotVerifyLayer`.
- `usesDrawViewHierarchyInRect` to handle cases like `UIVisualEffect`, `UIAppearance` and Size Classes.

Notes
-----
Expand Down

0 comments on commit 29bc87a

Please sign in to comment.