diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ed1525..f7696bbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ----- diff --git a/README.md b/README.md index 204c8200..71e6994d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.zh.md b/README.zh.md index 08ecfd97..26aa6548 100644 --- a/README.zh.md +++ b/README.zh.md @@ -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)。 diff --git a/Source/Info.plist b/Source/Info.plist index 0cb689e8..3014a4ed 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.1.0 + 5.2.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass