From 2315818e0cc8e4d231aa0b0076ac195483a14496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Lovni=C4=8Dki?= Date: Fri, 23 Apr 2021 21:27:39 +0200 Subject: [PATCH] [bump] v0.12.2 --- package/CHANGELOG.md | 8 ++++++++ package/pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index b94d952a..7dde9d31 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.12.2 + +- **Add** `listener` attribute to `BeamerRouterDelegate` +- **Add** `root` attribute to `BeamerRouterDelegate` and `{bool root = false}` attribute to `Beamer.of` +- **Add** `canHandle(Uri uri)` method to `BeamLocation` +- **Fix** Updating parent on nested navigation +- **Fix** README typos + # 0.12.1 - **Fix** updating browser history diff --git a/package/pubspec.yaml b/package/pubspec.yaml index 4391007c..12e32864 100644 --- a/package/pubspec.yaml +++ b/package/pubspec.yaml @@ -1,6 +1,6 @@ name: beamer description: A routing package that lets you navigate through guarded page stacks and URLs using the Router and Navigator's Pages API, aka "Navigator 2.0". -version: 0.12.1 +version: 0.12.2 homepage: https://github.com/slovnicki/beamer repository: https://github.com/slovnicki/beamer