Skip to content

Releases: nalu-development/nalu

8.1.0

08 Oct 15:39
67e16a1
Compare
Choose a tag to compare

🚀 New Features

🧰 Maintenance

  • Bump actions/upload-artifact from 4.4.0 to 4.4.1 by @dependabot (#45)

👨🏼‍💻 Contributors

@albyrock87, @dependabot and @dependabot[bot]

8.0.1

26 Sep 10:09
Compare
Choose a tag to compare

Require MAUI 8.0.82 instead of 8.0.90.

👨🏼‍💻 Contributors

@albyrock87

8.0.0

25 Sep 13:24
Compare
Choose a tag to compare

📚 Documentation

Updated Nalu Documentation website with additional documentation.
Streamlined README.md to simply include a preview of Nalu libraries.

⚠️ Breaking changes

  • MAUI 8.0.90 is the minimum requirement for this version of Nalu (in 8.0.1 we brought minimum requirement back to 8.0.82)
  • Included back button images have been removed and with them WithAndroidBackImage and WithAppleBackImage configuration methods
    • If no custom images are specified, the system will use default ones
  • OnAppearingAsync / OnEnteringAsync invocation behavior when an intent is present has changed
    • When an intent is passed to the view model, the OnEnteringAsync and OnAppearingAsync parameterless methods will be invoked only if the intent-specific method is not implemented
    • You can use the previous behavior by configuring .WithNavigationIntentBehavior(NavigationIntentBehavior.Strict)

🚀 New Features

  • Nalu major version number now matches MAUI one
  • Introduced Nalu.Maui.Layouts with useful components like ToggleTemplate (see more on the documentation website)

👨🏼‍💻 Contributors

@albyrock87

3.1.1

30 May 14:37
0b293d0
Compare
Choose a tag to compare

🚀 New Features

  • Delay navigation by 60ms to let user animation run on the screen when pressing buttons / doing actions by @albyrock87 (#36)

👨🏼‍💻 Contributors

@albyrock87

3.1.0

24 May 11:57
6842f56
Compare
Choose a tag to compare

🚀 New Features

👨🏼‍💻 Contributors

@albyrock87

3.0.9

23 May 08:29
Compare
Choose a tag to compare

Fix Navigation.SetPageType method, and add support for generic type pages

👨🏼‍💻 Contributors

@albyrock87

3.0.8

22 May 15:07
Compare
Choose a tag to compare

Fixes

  • Fix issue when using INavigationServiceProvider from the constructor of a child page

👨🏼‍💻 Contributors

@albyrock87

3.0.7

09 May 08:07
0f079ba
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixes regression while pushing the same page type for the second time by @albyrock87 (#34)

👨🏼‍💻 Contributors

@albyrock87

3.0.6

08 May 17:54
5928583
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Add support for recursive navigation and fix bug when replacing a page by @albyrock87 (#33)

👨🏼‍💻 Contributors

@albyrock87

3.0.5

08 May 11:15
88b77d1
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix crash when navigating to the same page type used on a different Route by @albyrock87 (#32)

👨🏼‍💻 Contributors

@albyrock87