Releases: nubank/nuvigator
Releases · nubank/nuvigator
v2.0.0-beta.6
What's Changed
- Make analyzer be a transitive dependency by @raapperez in #118
Full Changelog: v2.0.0-beta.5...v2.0.0-beta.6
v2.0.0-beta.5
What's Changed
- Migrate to compatible with Dart 3 by @joaobracaioli in #108
- Fix analysis and pipeline by @obraca in #109
- Add nuvigator maybeOf by @raapperez in #117
New Contributors
- @joaobracaioli made their first contribution in #108
- @obraca made their first contribution in #109
Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5
v2.0.0-beta.4
What's Changed
- Add needed parameters in the readme use case by @WladmirJunior in #105
- fix #103 by @realshovanshah in #104
New Contributors
- @WladmirJunior made their first contribution in #105
- @realshovanshah made their first contribution in #104
Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4
v2.0.0-beta.3
2.0 Major Beta Release 🎉
This beta release includes the so-awaited support for Sound Null Safety and the removal of the Legacy API
What's Changed
- Removal of Nuvigator Legacy API by @leoiacovini in #101
- Add support for sound null safety by @leoiacovini in #102
Full Changelog: v1.8.0...v2.0.0-beta.3
v1.8.0
What's Changed
- Mob plat/bump flutter 2.10 by @RaqG in #98
- Add 1.8.0-beta.0 changelog by @raapperez in #99
- Bump analyzer due to flutter 3.0.2 by @renatoaugustofranca in #100
New Contributors
- @RaqG made their first contribution in #98
- @raapperez made their first contribution in #99
- @renatoaugustofranca made their first contribution in #100
Full Changelog: v1.7.0-beta.0...v1.8.0
v1.8.0-beta.1
What's Changed
- Bump analyzer due to flutter 3.0.2 by @renatoaugustofranca in #100
New Contributors
- @renatoaugustofranca made their first contribution in #100
Full Changelog: v1.8.0-beta.0...v1.8.0-beta.1
v1.8.0-beta.0
1.8.0-beta.0
- [FIX] Make Nuvigator compatible with Flutter 2.10.5
New Contributors
- @RaqG made their first contribution in #98
- @raapperez made their first contribution in #99
Full Changelog: v1.7.0-beta.0...v1.8.0-beta.0
v1.7.0-beta.0
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.
Version 0.7.2
Merge pull request #54 from nubank/fix-analyzer-bump Fix problems when using recent versions of analyzer
Version 0.7.1
Merge pull request #52 from nubank/readme-fix Fix Readme to be compliant with latest 0.7 changes