diff --git a/CHANGELOG.md b/CHANGELOG.md index d87fd974..487f1904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 0.7.0 + +- **BREAKING:** `BeamerRouterDelegate.notFoundPage` is now `BeamPage` instead of `Widget` +- **BREAKING:** `BeamGuard.showPage` is now `BeamPage` instead of `Widget` +- **NEW FEATURE:** `beamBack` now goes back through `beamHistory` +- **NEW FEATURE:** `beamTo` can take an optional `beamBackOnPop` boolean +- **NEW FEATURE:** `BeamLocation.builder` can be used to provide something to the entire location +- **NEW EXAMPLE:** location_builder +- **NEW EXAMPLE:** animated_rail +- tweaks and improvements to the documentation + # 0.6.4+1 - **Add** logo image diff --git a/pubspec.yaml b/pubspec.yaml index 097385db..2cc4e4dd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: beamer description: A router that lets you navigate through guarded page stacks and URLs using the Navigator 2.0 API effortlessly. -version: 0.6.4+1 +version: 0.7.0 homepage: https://github.com/slovnicki/beamer repository: https://github.com/slovnicki/beamer