Skip to content

Commit

Permalink
add 1.8.0 version release
Browse files Browse the repository at this point in the history
  • Loading branch information
leoiacovini committed Aug 15, 2022
1 parent 4eb750c commit 40e6818
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# CHANGELOG

## 1.8.0
- [FIX] Make Nuvigator compatible with Flutter 2.10.5
- [FIX] Make Nuvigator compatible with Flutter 3.0.2
- [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.

## 1.8.0-beta.1
- [FIX] Make Nuvigator compatible with Flutter 3.0.2
-

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

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.8.0-beta.0
version: 1.8.0

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

Expand Down

0 comments on commit 40e6818

Please sign in to comment.