All Versions
20
Latest Version
Avg Release Cycle
71 days
Latest Release
2075 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.4.1 Changes
May 14, 2019✨ Enhancements
- ➕ Adds support for Swift 5.0
- ✂ Removes Nimble dependency
-
v3.4.0
May 14, 2019 -
v3.3.1 Changes
December 22, 20173.3.1 (2017-12-21)
✨ Enhancements
- 🔄 Changes license from GNU to Apache 2.0 (Big thanks to chrisballinger)
🐛 Bug Fixes
- 🛠 Fixes content inset adjustment in the example project. This will not affect your projects.
-
v3.3.0 Changes
December 04, 2017✨ Enhancements
- ➕ Adds support for Swift 4.0
-
v3.2.2 Changes
October 26, 2017🐛 Bug Fixes
- 🛠 Fixes bug when rotation occurs on first image and content is offset, or header display causing last page to be scrolled to during that rotation
- 🛠 Fixes issue for isViewFirstAppearing not being called in certain conditions
- 👌 Improves accuracy and efficiency of revolving carousel when header or footer is reached
- Implements fix to prevent infinite scrolling when only one image is present
- 🛠 Fixes unit tests
-
v3.2.1 Changes
October 19, 2017🐛 Bug Fixes
- 🛠 Fixes issue with loading the first image when a page isn't specified in the presentation completion block
- 🛠 Fixes unit tests
-
v3.2.0 Changes
October 18, 2017✨ Enhancements
- ⬇️ DROPS SUPPORT FOR IOS 8
- ➕ Adds revolving gallery carousel. Swipe through last image to get to the first image. (enabled by default)
- Opens up imageView and scrollView access level
- ⚡️ Updates Nimble to 7.0.2 for unit tests on the example project.
- ⚡️ Updates README.md
-
v3.1.3 Changes
August 04, 2017🐛 Bug Fixes
- 💅 cancels swipe to close when dismissing with custom presentation style
-
v3.1.2 Changes
August 04, 2017✨ Enhancements
- Example project: Converted to a more common collection view
- Example project: adds presenting and dismissing animators using UIPresentationController and UIViewControllerAnimatedTransitioning
- General code cleanup
- ⚡️ Updates README.md
🐛 Bug Fixes
- 🛠 Fixes image flash when loading gallery to a specific page
-
v3.1.1 Changes
August 01, 2017✨ Enhancements
- 🔄 Changes access level of collection view cell's imageView to public