# Changelog ### v2.0.0 * Support new `BottomSheetTutorialPage` option to bottom align the tutorial rather than center it. ### v1.1.0 * add support for displaying a 'back' button * update dependencies and build tools (convert to Android X) ### v1.0.4 * update dependencies and build tools ### v1.0.3 * update dependencies and build tools ### v1.0.2 * allow data to flow from page to page. The current page can now get the result of the previous page. ### v1.0.1 * provide optional callback for finishing the tutorial by implementing `TutorialFinishedListener` within the `FloatingTutorialActivity` ### v1.0.0 - Initial Release