From f3462d2d639754b8681113725b854c5aa1e8be68 Mon Sep 17 00:00:00 2001 From: Rodrigo Perez Date: Wed, 1 Jun 2022 09:57:35 -0300 Subject: [PATCH] Add 1.8.0-beta.0 changelog --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bce317..c7b1834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 56bff7d..f03b2ca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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