Skip to content

Commit

Permalink
Merge pull request #99 from nubank/create-1-8-0-beta-0-changelog
Browse files Browse the repository at this point in the history
Add 1.8.0-beta.0 changelog
  • Loading branch information
raapperez authored Jun 1, 2022
2 parents f5d08c9 + f3462d2 commit 94eb457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 1.8.0-beta.0
- [FIX] Make Nuvigator compatible with Flutter 2.10.5

## 1.7.0-beta.0
- [FIX] [POSSIBLY BREAKING] Makes the default behavior of Nuvigator to not re-build itself and it's state when the NuRouter provided instance changes. This allows for fixing some state reloads/resets and navigation lost, specially on nested flows. If for some reason you were relying in the current behavior for some feature, you can provide a `shouldRebuild` property to the `Nuvigator` that should return `true` when you wish to perform the rebuild.

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: nuvigator
description: A powerful routing abstraction over Flutter navigator, providing some new features and an easy way to define routers.
version: 1.7.0-beta.0
version: 1.8.0-beta.0

homepage: https://github.com/nubank/nuvigator

Expand Down

0 comments on commit 94eb457

Please sign in to comment.