Skip to content

Commit

Permalink
[bump] v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slovnicki committed Apr 23, 2021
1 parent 00ad898 commit 2315818
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2315818

Please sign in to comment.