Skip to content

Commit

Permalink
Release 2.1.0 prep
Browse files Browse the repository at this point in the history
Summary:
Prepping for `2.1.0`

- [x] Bump version numbers
- [x] Rebase this branch after remaining PRs are closed
- [ ] Run `pod install` (**must be done internally**)
- [x] Re-gen docs
Closes #380

Reviewed By: rnystrom

Differential Revision: D4381222

Pulled By: jessesquires

fbshipit-source-id: 04646168d3c84d0dd2c08f0a357836b9326f8963
  • Loading branch information
jessesquires authored and Facebook Github Bot committed Jan 4, 2017
1 parent 5fa588e commit c19379e
Show file tree
Hide file tree
Showing 54 changed files with 152 additions and 83 deletions.
10 changes: 5 additions & 5 deletions Examples/Examples-iOS/Podfile.lock
@@ -1,9 +1,9 @@
PODS:
- IGListKit (2.0.0):
- IGListKit/Default (= 2.0.0)
- IGListKit/Default (2.0.0):
- IGListKit (2.1.0):
- IGListKit/Default (= 2.1.0)
- IGListKit/Default (2.1.0):
- IGListKit/Diffing
- IGListKit/Diffing (2.0.0)
- IGListKit/Diffing (2.1.0)

DEPENDENCIES:
- IGListKit (from `../../IGListKit.podspec`)
Expand All @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:path: ../../IGListKit.podspec

SPEC CHECKSUMS:
IGListKit: 1e4431e4fb647943a3d839918d56625c597e93ff
IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e

PODFILE CHECKSUM: 55363d0329e656c259d9b9982b162afd8d8904c6

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Examples/Examples-iOS/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Examples/Examples-macOS/Podfile.lock
@@ -1,9 +1,9 @@
PODS:
- IGListKit (2.0.0):
- IGListKit/Default (= 2.0.0)
- IGListKit/Default (2.0.0):
- IGListKit (2.1.0):
- IGListKit/Default (= 2.1.0)
- IGListKit/Default (2.1.0):
- IGListKit/Diffing
- IGListKit/Diffing (2.0.0)
- IGListKit/Diffing (2.1.0)

DEPENDENCIES:
- IGListKit (from `../../IGListKit.podspec`)
Expand All @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:path: ../../IGListKit.podspec

SPEC CHECKSUMS:
IGListKit: 1e4431e4fb647943a3d839918d56625c597e93ff
IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e

PODFILE CHECKSUM: 1c6e95fa41b8dad60a4f701a82d85b3b49e979b8

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Examples/Examples-macOS/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Examples/Examples-tvOS/Podfile.lock
@@ -1,9 +1,9 @@
PODS:
- IGListKit (2.0.0):
- IGListKit/Default (= 2.0.0)
- IGListKit/Default (2.0.0):
- IGListKit (2.1.0):
- IGListKit/Default (= 2.1.0)
- IGListKit/Default (2.1.0):
- IGListKit/Diffing
- IGListKit/Diffing (2.0.0)
- IGListKit/Diffing (2.1.0)

DEPENDENCIES:
- IGListKit (from `../../IGListKit.podspec`)
Expand All @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:path: ../../IGListKit.podspec

SPEC CHECKSUMS:
IGListKit: 1e4431e4fb647943a3d839918d56625c597e93ff
IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e

PODFILE CHECKSUM: 1c6e95fa41b8dad60a4f701a82d85b3b49e979b8

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Examples/Examples-tvOS/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion IGListKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'IGListKit'
s.version = '2.0.0'
s.version = '2.1.0'
s.summary = 'A data-driven UICollectionView framework.'
s.homepage = 'https://github.com/Instagram/IGListKit'
s.documentation_url = 'https://instagram.github.io/IGListKit'
Expand Down
2 changes: 1 addition & 1 deletion Source/IGListAdapter.h
Expand Up @@ -74,7 +74,7 @@ IGLK_SUBCLASSING_RESTRICTED
@property (nonatomic, nullable, weak) id <UIScrollViewDelegate> scrollViewDelegate;

/**
The updater that this list adapter was created with.
The updater for this list adapter.
*/
@property (nonatomic, strong, readonly) id <IGListUpdatingDelegate> updater;

Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion docs/Categories.html
Expand Up @@ -283,7 +283,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2016 <a class="link" href="https://twitter.com/fbOpenSource" target="_blank" rel="external">Instagram</a>. All rights reserved. (Last updated: 2016-12-29)</p>
<p>&copy; 2017 <a class="link" href="https://twitter.com/fbOpenSource" target="_blank" rel="external">Instagram</a>. All rights reserved. (Last updated: 2017-01-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes.html
Expand Up @@ -728,7 +728,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2016 <a class="link" href="https://twitter.com/fbOpenSource" target="_blank" rel="external">Instagram</a>. All rights reserved. (Last updated: 2016-12-29)</p>
<p>&copy; 2017 <a class="link" href="https://twitter.com/fbOpenSource" target="_blank" rel="external">Instagram</a>. All rights reserved. (Last updated: 2017-01-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
34 changes: 31 additions & 3 deletions docs/Classes/IGListAdapter.html
Expand Up @@ -423,6 +423,34 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:objc(cs)IGListAdapter(py)updater"></a>
<a name="//apple_ref/objc/Property/updater" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)IGListAdapter(py)updater">updater</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>The updater for this list adapter.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readonly</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">)</span>
<span class="n">id</span><span class="o">&lt;</span><span class="n"><a href="../Protocols/IGListUpdatingDelegate.html">IGListUpdatingDelegate</a></span><span class="o">&gt;</span> <span class="n">_Nonnull</span> <span class="n">updater</span><span class="p">;</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -487,7 +515,7 @@ <h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight"><code><span class="k">-</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span>
<span class="nf">initWithUpdater</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n">id</span><span class="o">&lt;</span><span class="n"><a href="../Protocols/IGListUpdatingDelegate.html">IGListUpdatingDelegate</a></span><span class="o">&gt;</span><span class="p">)</span><span class="nv">updatingDelegate</span>
<span class="nf">initWithUpdater</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n">id</span><span class="o">&lt;</span><span class="n"><a href="../Protocols/IGListUpdatingDelegate.html">IGListUpdatingDelegate</a></span><span class="o">&gt;</span><span class="p">)</span><span class="nv">updater</span>
<span class="nf">viewController</span><span class="p">:(</span><span class="n">nullable</span> <span class="n">UIViewController</span> <span class="o">*</span><span class="p">)</span><span class="nv">viewController</span>
<span class="nf">workingRangeSize</span><span class="p">:(</span><span class="n">NSInteger</span><span class="p">)</span><span class="nv">workingRangeSize</span><span class="p">;</span></code></pre>

Expand All @@ -500,7 +528,7 @@ <h4>Parameters</h4>
<tr>
<td>
<code>
<em>updatingDelegate</em>
<em>updater</em>
</code>
</td>
<td>
Expand Down Expand Up @@ -1365,7 +1393,7 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2016 <a class="link" href="https://twitter.com/fbOpenSource" target="_blank" rel="external">Instagram</a>. All rights reserved. (Last updated: 2016-12-29)</p>
<p>&copy; 2017 <a class="link" href="https://twitter.com/fbOpenSource" target="_blank" rel="external">Instagram</a>. All rights reserved. (Last updated: 2017-01-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
43 changes: 42 additions & 1 deletion docs/Classes/IGListAdapterUpdater.html
Expand Up @@ -291,6 +291,47 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:objc(cs)IGListAdapterUpdater(py)allowsBackgroundReloading"></a>
<a name="//apple_ref/objc/Property/allowsBackgroundReloading" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)IGListAdapterUpdater(py)allowsBackgroundReloading">allowsBackgroundReloading</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>A flag indicating whether this updater should skip diffing and simply call
<code>reloadData</code> for updates when the collection view is not in a window. The default value is <code>YES</code>.</p>

<div class="aside aside-note">
<p class="aside-title">Note</p>
<p>This will result in better performance, but will not generate the same delegate
callbacks. If using a custom layout, it will not receive <code>prepareForCollectionViewUpdates:</code>.</p>

</div>

<div class="aside aside-warning">
<p class="aside-title">Warning</p>
<p>On iOS &lt; 8.3, this behavior is unsupported and will always be treated as <code>NO</code>.</p>

</div>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">assign</span><span class="p">,</span> <span class="n">readwrite</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">)</span> <span class="n">BOOL</span> <span class="n">allowsBackgroundReloading</span><span class="p">;</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -323,7 +364,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2016 <a class="link" href="https://twitter.com/fbOpenSource" target="_blank" rel="external">Instagram</a>. All rights reserved. (Last updated: 2016-12-29)</p>
<p>&copy; 2017 <a class="link" href="https://twitter.com/fbOpenSource" target="_blank" rel="external">Instagram</a>. All rights reserved. (Last updated: 2017-01-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/IGListBatchUpdateData.html
Expand Up @@ -558,7 +558,7 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2016 <a class="link" href="https://twitter.com/fbOpenSource" target="_blank" rel="external">Instagram</a>. All rights reserved. (Last updated: 2016-12-29)</p>
<p>&copy; 2017 <a class="link" href="https://twitter.com/fbOpenSource" target="_blank" rel="external">Instagram</a>. All rights reserved. (Last updated: 2017-01-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/IGListGridCollectionViewLayout.html
Expand Up @@ -318,7 +318,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2016 <a class="link" href="https://twitter.com/fbOpenSource" target="_blank" rel="external">Instagram</a>. All rights reserved. (Last updated: 2016-12-29)</p>
<p>&copy; 2017 <a class="link" href="https://twitter.com/fbOpenSource" target="_blank" rel="external">Instagram</a>. All rights reserved. (Last updated: 2017-01-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down

0 comments on commit c19379e

Please sign in to comment.