diff --git a/CHANGELOG.md b/CHANGELOG.md index f998874..c5c044e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 0b6cac3..5c07592 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.8.0-beta.0 +version: 1.8.0 homepage: https://github.com/nubank/nuvigator