Skip to content

Commit c19379e

Browse files
jessesquiresFacebook Github Bot
authored and
Facebook Github Bot
committed
Release 2.1.0 prep
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
1 parent 5fa588e commit c19379e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+152
-83
lines changed

Examples/Examples-iOS/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- IGListKit (2.0.0):
3-
- IGListKit/Default (= 2.0.0)
4-
- IGListKit/Default (2.0.0):
2+
- IGListKit (2.1.0):
3+
- IGListKit/Default (= 2.1.0)
4+
- IGListKit/Default (2.1.0):
55
- IGListKit/Diffing
6-
- IGListKit/Diffing (2.0.0)
6+
- IGListKit/Diffing (2.1.0)
77

88
DEPENDENCIES:
99
- IGListKit (from `../../IGListKit.podspec`)
@@ -13,7 +13,7 @@ EXTERNAL SOURCES:
1313
:path: ../../IGListKit.podspec
1414

1515
SPEC CHECKSUMS:
16-
IGListKit: 1e4431e4fb647943a3d839918d56625c597e93ff
16+
IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e
1717

1818
PODFILE CHECKSUM: 55363d0329e656c259d9b9982b162afd8d8904c6
1919

Examples/Examples-iOS/Pods/Local Podspecs/IGListKit.podspec.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Examples-iOS/Pods/Manifest.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Examples-iOS/Pods/Target Support Files/IGListKit/Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Examples-macOS/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- IGListKit (2.0.0):
3-
- IGListKit/Default (= 2.0.0)
4-
- IGListKit/Default (2.0.0):
2+
- IGListKit (2.1.0):
3+
- IGListKit/Default (= 2.1.0)
4+
- IGListKit/Default (2.1.0):
55
- IGListKit/Diffing
6-
- IGListKit/Diffing (2.0.0)
6+
- IGListKit/Diffing (2.1.0)
77

88
DEPENDENCIES:
99
- IGListKit (from `../../IGListKit.podspec`)
@@ -13,7 +13,7 @@ EXTERNAL SOURCES:
1313
:path: ../../IGListKit.podspec
1414

1515
SPEC CHECKSUMS:
16-
IGListKit: 1e4431e4fb647943a3d839918d56625c597e93ff
16+
IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e
1717

1818
PODFILE CHECKSUM: 1c6e95fa41b8dad60a4f701a82d85b3b49e979b8
1919

Examples/Examples-macOS/Pods/Local Podspecs/IGListKit.podspec.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Examples-macOS/Pods/Manifest.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Examples-macOS/Pods/Target Support Files/IGListKit/Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Examples-tvOS/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- IGListKit (2.0.0):
3-
- IGListKit/Default (= 2.0.0)
4-
- IGListKit/Default (2.0.0):
2+
- IGListKit (2.1.0):
3+
- IGListKit/Default (= 2.1.0)
4+
- IGListKit/Default (2.1.0):
55
- IGListKit/Diffing
6-
- IGListKit/Diffing (2.0.0)
6+
- IGListKit/Diffing (2.1.0)
77

88
DEPENDENCIES:
99
- IGListKit (from `../../IGListKit.podspec`)
@@ -13,7 +13,7 @@ EXTERNAL SOURCES:
1313
:path: ../../IGListKit.podspec
1414

1515
SPEC CHECKSUMS:
16-
IGListKit: 1e4431e4fb647943a3d839918d56625c597e93ff
16+
IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e
1717

1818
PODFILE CHECKSUM: 1c6e95fa41b8dad60a4f701a82d85b3b49e979b8
1919

Examples/Examples-tvOS/Pods/Local Podspecs/IGListKit.podspec.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Examples-tvOS/Pods/Manifest.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Examples-tvOS/Pods/Target Support Files/IGListKit/Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IGListKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'IGListKit'
3-
s.version = '2.0.0'
3+
s.version = '2.1.0'
44
s.summary = 'A data-driven UICollectionView framework.'
55
s.homepage = 'https://github.com/Instagram/IGListKit'
66
s.documentation_url = 'https://instagram.github.io/IGListKit'

Source/IGListAdapter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ IGLK_SUBCLASSING_RESTRICTED
7474
@property (nonatomic, nullable, weak) id <UIScrollViewDelegate> scrollViewDelegate;
7575

7676
/**
77-
The updater that this list adapter was created with.
77+
The updater for this list adapter.
7878
*/
7979
@property (nonatomic, strong, readonly) id <IGListUpdatingDelegate> updater;
8080

Source/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.0</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

docs/Categories.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h4>Declaration</h4>
283283
</section>
284284
</section>
285285
<section id="footer">
286-
<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>
286+
<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>
287287
<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>
288288
</section>
289289
</article>

docs/Classes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ <h4>Declaration</h4>
728728
</section>
729729
</section>
730730
<section id="footer">
731-
<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>
731+
<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>
732732
<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>
733733
</section>
734734
</article>

docs/Classes/IGListAdapter.html

+31-3
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,34 @@ <h4>Declaration</h4>
423423
</section>
424424
</div>
425425
</li>
426+
<li class="item">
427+
<div>
428+
<code>
429+
<a name="/c:objc(cs)IGListAdapter(py)updater"></a>
430+
<a name="//apple_ref/objc/Property/updater" class="dashAnchor"></a>
431+
<a class="token" href="#/c:objc(cs)IGListAdapter(py)updater">updater</a>
432+
</code>
433+
</div>
434+
<div class="height-container">
435+
<div class="pointer-container"></div>
436+
<section class="section">
437+
<div class="pointer"></div>
438+
<div class="abstract">
439+
<p>The updater for this list adapter.</p>
440+
441+
</div>
442+
<div class="declaration">
443+
<h4>Declaration</h4>
444+
<div class="language">
445+
<p class="aside-title">Objective-C</p>
446+
<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>
447+
<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>
448+
449+
</div>
450+
</div>
451+
</section>
452+
</div>
453+
</li>
426454
<li class="item">
427455
<div>
428456
<code>
@@ -487,7 +515,7 @@ <h4>Declaration</h4>
487515
<div class="language">
488516
<p class="aside-title">Objective-C</p>
489517
<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>
490-
<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>
518+
<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>
491519
<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>
492520
<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>
493521

@@ -500,7 +528,7 @@ <h4>Parameters</h4>
500528
<tr>
501529
<td>
502530
<code>
503-
<em>updatingDelegate</em>
531+
<em>updater</em>
504532
</code>
505533
</td>
506534
<td>
@@ -1365,7 +1393,7 @@ <h4>Return Value</h4>
13651393
</section>
13661394
</section>
13671395
<section id="footer">
1368-
<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>
1396+
<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>
13691397
<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>
13701398
</section>
13711399
</article>

docs/Classes/IGListAdapterUpdater.html

+42-1
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,47 @@ <h4>Declaration</h4>
291291
</section>
292292
</div>
293293
</li>
294+
<li class="item">
295+
<div>
296+
<code>
297+
<a name="/c:objc(cs)IGListAdapterUpdater(py)allowsBackgroundReloading"></a>
298+
<a name="//apple_ref/objc/Property/allowsBackgroundReloading" class="dashAnchor"></a>
299+
<a class="token" href="#/c:objc(cs)IGListAdapterUpdater(py)allowsBackgroundReloading">allowsBackgroundReloading</a>
300+
</code>
301+
</div>
302+
<div class="height-container">
303+
<div class="pointer-container"></div>
304+
<section class="section">
305+
<div class="pointer"></div>
306+
<div class="abstract">
307+
<p>A flag indicating whether this updater should skip diffing and simply call
308+
<code>reloadData</code> for updates when the collection view is not in a window. The default value is <code>YES</code>.</p>
309+
310+
<div class="aside aside-note">
311+
<p class="aside-title">Note</p>
312+
<p>This will result in better performance, but will not generate the same delegate
313+
callbacks. If using a custom layout, it will not receive <code>prepareForCollectionViewUpdates:</code>.</p>
314+
315+
</div>
316+
317+
<div class="aside aside-warning">
318+
<p class="aside-title">Warning</p>
319+
<p>On iOS &lt; 8.3, this behavior is unsupported and will always be treated as <code>NO</code>.</p>
320+
321+
</div>
322+
323+
</div>
324+
<div class="declaration">
325+
<h4>Declaration</h4>
326+
<div class="language">
327+
<p class="aside-title">Objective-C</p>
328+
<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>
329+
330+
</div>
331+
</div>
332+
</section>
333+
</div>
334+
</li>
294335
<li class="item">
295336
<div>
296337
<code>
@@ -323,7 +364,7 @@ <h4>Declaration</h4>
323364
</section>
324365
</section>
325366
<section id="footer">
326-
<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>
367+
<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>
327368
<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>
328369
</section>
329370
</article>

docs/Classes/IGListBatchUpdateData.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ <h4>Return Value</h4>
558558
</section>
559559
</section>
560560
<section id="footer">
561-
<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>
561+
<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>
562562
<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>
563563
</section>
564564
</article>

docs/Classes/IGListGridCollectionViewLayout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ <h4>Declaration</h4>
318318
</section>
319319
</section>
320320
<section id="footer">
321-
<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>
321+
<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>
322322
<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>
323323
</section>
324324
</article>

0 commit comments

Comments
 (0)