All Versions
23
Latest Version
Avg Release Cycle
116 days
Latest Release
336 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.0.0 Changes
July 05, 2017๐ Released on 2017-07-05.
No changes.
-
v1.0.0-beta.1 Changes
June 04, 2017๐ Released on 2017-06-04.
โ Added
- ๐ Support for Swift 3.
- Ability to choose the
UIWindowLevel
for the overlay. - Ability to prepare Instructions for frame changes manually.
๐ Changed
- ๐ Renamed a number of methods to make them conform to the [API Design Guidelines]
๐ Fixed
- ๐ Fix #74 possible build failure on Carthage due to unneeded build dependency (PR #76).
- ๐ Fix inability to detect if user has skipped the flow (PR #81).
- ๐ Fix blur effect on iOS 10 #80.
๐ [API Design Guidelines]: https://swift.org/documentation/api-design-guidelines/
-
v0.5.0 Changes
๐ Released on 2016-09-06.
๐ Fixed
- ๐ Fix #63 dataSource methods wrongly called during idle state.
- ๐ Fix #58 inability to restart the flow.
๐ Changed
- ๐ Deprecate calling helper methods directly from
CoachMarkController
, methods are now available through theCoachMarkController.helper
object. - ๐ Deprecate calling flow state properties directly from
CoachMarkController
, properties are now available through theCoachMarkController.flow
object. - ๐ Deprecate settings overlay parameters directly from
CoachMarkController
, properties are now available through theCoachMarkController.overlay
object.
โ Added
- ๐ Full support of App Extensions.
-
v0.4.2 Changes
๐ Released on 2016-07-07.
๐ Fixed
- ๐ Fix an issue where the
skipped
parameter was not set properly ondidFinishShowingAndWasSkipped
. - ๐ Fix most timing issues, leading to multiple coach marks being displayed.
- ๐ Fix an issue where the
-
v0.4.1 Changes
๐ Released on 2016-07-04.
โ Removed
- โ Remove partial support for App Extensions (will be added back in full for 0.5.0).
๐ Fixed
- ๐ Fix a bug caused by always-enabled touch inside the cutout path.
- ๐ Fix a crash occurring during background fetches.
- ๐ Fix the shift of cutout paths occurring when toggling the in-call status bar.
๐ Changed
- ๐ Change completion method signature in delegate; it now provides a boolean notifying whether the flow was skipped by the user.
-
v0.4.0 Changes
๐ Released on 2016-02-21.
๐ Changed
- ๐ Change
datasource
todataSource
.
โ Added
- โ Add ability to manually specify where the coach should sit.
- โ Add ability to pilot the transitions/the flow from the code.
- โ Add ability to skip coach marks.
- ๐ Change
-
v0.3.0 Changes
๐ Released on 2015-10-31.
โ Added
- โ Add ability to skip a tour.
-
v0.2.1 Changes
๐ Released on 2015-10-03.
๐ Fixed
- Wrap unavailable method into
if #available
block.
- Wrap unavailable method into
-
v0.2.0 Changes
๐ Released on 2015-10-03. โ ๏ธ Defective version
โ Added
- โ Add full size transition support
- โ Add full right-to-left language support