mirror of
https://github.com/Instagram/IGListKit
synced 2026-04-21 13:37:19 +00:00
Updated the version numbers in all of the documentation
This commit is contained in:
parent
2a2cca4c02
commit
060f920f85
4 changed files with 9 additions and 9 deletions
|
|
@ -10,17 +10,17 @@ The changelog for `IGListKit`. Also see the [releases](https://github.com/instag
|
|||
|
||||
### Enhancements
|
||||
|
||||
- Added a more defensive check for NaN values in item bounds when applying layout attributes in `- [IGListCollectionViewLayout layoutAttributesForItemAtIndexPath:]`. Minqi Ma [(358fe894)](https://github.com/Instagram/IGListKit/commit/358fe894f2c66a14ac1eda7ba09a2de158373cd5)
|
||||
- Added a more defensive check for NaN values in item bounds when applying layout attributes in `-[IGListCollectionViewLayout layoutAttributesForItemAtIndexPath:]`. Minqi Ma [(358fe894)](https://github.com/Instagram/IGListKit/commit/358fe894f2c66a14ac1eda7ba09a2de158373cd5)
|
||||
|
||||
- Improved assert details in `IGListAdapter+UICollectionView.m`. [Maxime Ollivier](https://github.com/maxolls) [(7240131c)](https://github.com/Instagram/IGListKit/commit/7240131ceaa7784bfed60fdb9a623e3b7f4cdf5b)
|
||||
- Improved assertion details in `IGListAdapter+UICollectionView.m`. [Maxime Ollivier](https://github.com/maxolls) [(7240131c)](https://github.com/Instagram/IGListKit/commit/7240131ceaa7784bfed60fdb9a623e3b7f4cdf5b)
|
||||
|
||||
- Formalize assertion that `IGListAdapterDelegateAnnouncer` is main-thread confined. Andrew Cuneo [(7dddb0d4)](https://github.com/Instagram/IGListKit/commit/7dddb0d4c83c14a3cade15a24a9df5b61f7a6836)
|
||||
- Formalized assertions that `IGListAdapterDelegateAnnouncer` is main-thread confined. Andrew Cuneo [(7dddb0d4)](https://github.com/Instagram/IGListKit/commit/7dddb0d4c83c14a3cade15a24a9df5b61f7a6836)
|
||||
|
||||
### Fixes
|
||||
|
||||
- An `EXC_BAD_ACCESS` crash in `IGListSectionMap.m` during `IGListAdapter` deallocation. [Hoà V. DINH](https://github.com/dinhvh) [(d1ddab8e)](https://github.com/Instagram/IGListKit/commit/d1ddab8e20fe8b3effc70dc878697e0f421f9a25)
|
||||
|
||||
- A crash where an index value provided to `- [IGListBindingSectionController sizeForItemAtIndex:]` was out of bounds. Kaur Ishnoor [(0a0b11bd)](https://github.com/Instagram/IGListKit/commit/0a0b11bdc81d96aa6525d558715bc46d91393711)
|
||||
- A crash where an index value provided to `-[IGListBindingSectionController sizeForItemAtIndex:]` was out of bounds. Kaur Ishnoor [(0a0b11bd)](https://github.com/Instagram/IGListKit/commit/0a0b11bdc81d96aa6525d558715bc46d91393711)
|
||||
|
||||
5.1.0
|
||||
-----
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ We use the open source version `main` branch in the Instagram app.
|
|||
The preferred installation method is with [CocoaPods](https://cocoapods.org). Add the following to your `Podfile`:
|
||||
|
||||
```ruby
|
||||
pod 'IGListKit', '~> 5.1.0'
|
||||
pod 'IGListKit', '~> 5.2.0'
|
||||
```
|
||||
|
||||
### Carthage
|
||||
|
|
@ -56,7 +56,7 @@ pod 'IGListKit', '~> 5.1.0'
|
|||
For [Carthage](https://github.com/Carthage/Carthage), add the following to your `Cartfile`:
|
||||
|
||||
```ogdl
|
||||
github "Instagram/IGListKit" ~> 5.1.0
|
||||
github "Instagram/IGListKit" ~> 5.2.0
|
||||
```
|
||||
|
||||
### Swift Package Manager
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
推荐使用[CocoaPods](https://cocoapods.org)来进行安装,只需添加如下语句到你的`Podfile`文件中:
|
||||
|
||||
```ruby
|
||||
pod 'IGListKit', '~> 5.1.0'
|
||||
pod 'IGListKit', '~> 5.2.0'
|
||||
```
|
||||
|
||||
### Carthage
|
||||
|
|
@ -55,7 +55,7 @@ pod 'IGListKit', '~> 5.1.0'
|
|||
对于[Carthage](https://github.com/Carthage/Carthage), 添加如下到`Cartfile`文件中:
|
||||
|
||||
```ogdl
|
||||
github "Instagram/IGListKit" ~> 5.1.0
|
||||
github "Instagram/IGListKit" ~> 5.2.0
|
||||
```
|
||||
|
||||
> 对于高级用法, 查阅 [安装指南](https://instagram.github.io/IGListKit/installation.html)。
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>5.1.0</string>
|
||||
<string>5.2.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
|
|
|||
Loading…
Reference in a new issue