Skip to content

Commit 40e6818

Browse files
committed
add 1.8.0 version release
1 parent 4eb750c commit 40e6818

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# CHANGELOG
22

3+
## 1.8.0
4+
- [FIX] Make Nuvigator compatible with Flutter 2.10.5
5+
- [FIX] Make Nuvigator compatible with Flutter 3.0.2
6+
- [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.
7+
38
## 1.8.0-beta.1
49
- [FIX] Make Nuvigator compatible with Flutter 3.0.2
5-
-
10+
611
## 1.8.0-beta.0
712
- [FIX] Make Nuvigator compatible with Flutter 2.10.5
813

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nuvigator
22
description: A powerful routing abstraction over Flutter navigator, providing some new features and an easy way to define routers.
3-
version: 1.8.0-beta.0
3+
version: 1.8.0
44

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

0 commit comments

Comments
 (0)