All Versions
12
Latest Version
Avg Release Cycle
203 days
Latest Release
819 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.13.0 Changes
November 10, 2020 -
v2.12.0 Changes
November 11, 2017- ➕ Adds Carthage compatibility (#204)
- ✂ Removes
setCurrentPageIndex:
andsetCurrentPageIndex:animated:
(see discussion in #213) - 🛠 Fixes
scrollToPageForIndex:animated:
not triggering lifecycle actions foranimated:NO
(#213) - 🛠 Fixes unintended behavior for
pageControl
action while manually swiping pages (#201)
-
v2.11.0 Changes
October 19, 2017- ➕ Adds obj-c lightweight generics
- ➕ Adds autolayout constraints to keep titleIconView inside page frame (#212)
-
v2.10.0 Changes
November 05, 2016- ➕ Adds "Tap to next" support on custom views
- ➕ Adds delegate method
introWillFinish:wasSkipped:
- ➕ Adds delegate method
intro:didScrollWithOffset:
- 🛠 Fixes crash when removing EAIntroView from the view hierarchy (#168)
- 🛠 Fixes bug when tapping a page to advance does not call the delegate method
pageAppeared
(#174) - 🛠 Fixes constraints for
skipButton
andpageControl
(#185) - 🛠 Fixes layout issue on rotation for iPad (#149)
-
v2.9.0 Changes
May 14, 2016- ➕ Adds Cocoapods 1.0.0 support for example project
- ➕ Adds text alignment to title and description labels
- ⚡️ Updates accessibility (better VoiceOver support)
- Replaces delegate call
introDidFinish:
withintroDidFinish:wasSkipped:
to include flag if intro was skipped
-
v2.8.3 Changes
April 15, 2016- 🛠 Fixes scrolling restriction
- Replaces
limitScrollingToPage:
method withlimitPageIndex
property
-
v2.8.2 Changes
April 08, 2016- ➕ Adds exposed
[EAIntroView pageWithCustomViewFromNibNamed:bundle:]
to allow choosing a bundle - 🛠 Fixes black background for pages with custom view
- ➕ Adds exposed
-
v2.8.1 Changes
December 15, 2015- 🛠 Fixes import statement to support swift installation
- ➕ Adds description label side margins property
-
v2.8.0 Changes
December 06, 2015- ➕ Adds rotation support
- ➕ Adds autolayout to page elements
- 🛠 Fixes constraints for custom skip button Y position
- 🛠 Fixes import statement to support manual installation
- 🛠 Fixes delegate method
introDidFinish:
fired too early - 🛠 Fixes
currentPage
property onsetPages:
- 🛠 Fixes
setCurrentPageIndex:
called withanimated:NO
- updates ivar directly - 🚀 Updates pod deployment target to iOS 6
-
v2.7.4 Changes
June 12, 2015- 🛠 Fixes autolayout for custom views
- ⚡️ Updates
EARestrictedScrollView
dependency to fix autolayout crash - ⚡️ Updates custom view bg color to use page bg color