Skip to content

Releases: nalu-development/nalu

3.0.4

06 May 10:25
7e06f56
Compare
Choose a tag to compare

🚀 New Features

Solve concurrency issues by @albyrock87 (#31)
Smooth handling of concurrent navigation requests.

🧰 Maintenance

  • Bump actions/upload-artifact from 4.3.1 to 4.3.3 by @dependabot (#29)
  • Bump actions/download-artifact from 4.1.4 to 4.1.7 by @dependabot (#30)

👨🏼‍💻 Contributors

@albyrock87, @dependabot and @dependabot[bot]

3.0.3

09 Apr 11:15
152fef2
Compare
Choose a tag to compare

🐛 Bug Fixes

👨🏼‍💻 Contributors

@albyrock87

3.0.2

27 Mar 13:27
95595d0
Compare
Choose a tag to compare

🐛 Bug Fixes

👨🏼‍💻 Contributors

@albyrock87

3.0.1

21 Mar 11:30
b802f57
Compare
Choose a tag to compare

🚀 New Features

  • Capture navigation exceptions on shell controlled navigation by @albyrock87 (#22)

👨🏼‍💻 Contributors

@albyrock87

3.0.0

18 Mar 17:18
481cbf2
Compare
Choose a tag to compare

🚀 New Features

Nalu v3 by @albyrock87 (#21)

  • Nalu.Maui has been split into multiple packages to prepare for future additions
  • When the navigation spans across multiple pages, it is not compressed to a single navigation (except for modal pages)

BREAKING CHANGE: xmlns for navigation has been changed

👨🏼‍💻 Contributors

@albyrock87

2.0.4

13 Mar 18:01
Compare
Choose a tag to compare

Fixes intent not always propagated via Absolute navigation.

👨🏼‍💻 Contributors

@albyrock87

2.0.3

12 Mar 18:29
Compare
Choose a tag to compare

Fixes another crash on default configuration

👨🏼‍💻 Contributors

@albyrock87

2.0.2

12 Mar 17:25
Compare
Choose a tag to compare

Fixes crash due to Android back button

👨🏼‍💻 Contributors

@albyrock87

2.0.1

10 Mar 15:12
faec14b
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix crash at startup due to different way of handling await/async by @albyrock87 (#20)

👨🏼‍💻 Contributors

@albyrock87

2.0.0

10 Mar 14:25
367e234
Compare
Choose a tag to compare

🚀 New Features

Nalu Navigation v2 by @albyrock87 (#19)

  • Supports multiple ShellSection navigation stacks
  • Supports custom dispose behaviors
  • Improved fluent API
  • Support non-MVVM patterns
  • Updated documentation

⚠️ Breaking changes

  • Navigation intents must be passed via WithIntent(...) fluent method instead of providing them via .Absolute() or .Relative() method
  • disposeShellContents feature introduced with 1.3.0 has been removed due to being not generic enough to cover all usage patterns

👨🏼‍💻 Contributors

@albyrock87