Skip to content

Commit

Permalink
[bump] v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slovnicki committed Feb 24, 2021
1 parent c9384d8 commit 87f2421
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 87f2421

Please sign in to comment.