diff --git a/CHANGELOG.md b/CHANGELOG.md index 4688805..51003b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.10.0 +- Added `showPage` method, allowing direct navigation to any page by page type and optional criteria for more flexible and dynamic in-modal navigation. [#351](https://github.com/woltapp/wolt_modal_sheet/pull/351) by [gazialankus](https://github.com/gazialankus) + - Fixes: + - [#346](https://github.com/woltapp/wolt_modal_sheet/issues/346) Other ways of specifying the page to go to ## 0.9.4 - Fix modalDecorator context wrapping in WoltModalSheet [#340](https://github.com/woltapp/wolt_modal_sheet/pull/340) by [ulusoyca](https://github.com/ulusoyca) ## 0.9.3 diff --git a/pubspec.yaml b/pubspec.yaml index 78ac512..ec5bfc2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wolt_modal_sheet description: This package provides a responsive modal with multiple pages, motion animation for page transitions, and scrollable content within each page. -version: 0.9.4 +version: 0.10.0 repository: https://github.com/woltapp/wolt_modal_sheet topics: - modal