Skip to content

Commit

Permalink
[bump] v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slovnicki committed May 16, 2021
1 parent 05fbd15 commit 0b3043b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.13.0

- **BREAKING:** renamed `BeamerRouterDelegate` to `BeamerDelegate`
- **BREAKING:** renamed `BeamerRouteInformationParser` to `BeamerParser`
- **BREAKING:** renamed `pagesBuilder` to `buildPages`
- **BREAKING:** renamed `Beamer.of(context).currentLocation` to `Beamer.of(context).currentBeamLocation`
- **Add:** `BeamPage.popToNamed` and `BeamPage.onPopPage` for fine control of popping
- **Add:** `BeamPage.title` for setting the browser tab title
- **Add:** `SimpleLocationBuilder` can now mix `BeamPage`s and `Widget`s
- **Add:** `BeamerParser.onParse` for intercepting the parsed state on app load
- **Add:** encoding the `data` into browser history
- **Add:** blocking capability to `BeamGuard`s
- **Add:** slide and scale transitions to `BeamPageType`
- **Add:** optional `transitionDelegate` for beaming
- **Fix:** cascade guarding
- **Fix:** delegate listener not being called always
- All examples improved and migrated to null-safety
- Improved documentation

# 0.12.4

- **Add** `Beamer.setPathUrlStrategy()` for removing `#` from URL
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.4
version: 0.13.0
homepage: https://github.com/slovnicki/beamer
repository: https://github.com/slovnicki/beamer

Expand Down

0 comments on commit 0b3043b

Please sign in to comment.