Releases: nalu-development/nalu
Releases · nalu-development/nalu
8.3.2
🧰 Bugfix
- Fixed a crash on iOS where the temporary file from the background session is not available anymore
👨🏼💻 Contributors
8.3.1
🧰 Bugfix
- Fixed a crash on iOS where the temporary file from the background session is not available anymore
👨🏼💻 Contributors
8.3.0
🧰 Bugfix
- Fixed (for real) a crash when trying to navigate with
AbsoluteNavigation
with intent that results in an empty relative navigation
👨🏼💻 Contributors
8.2.9
🚀 Changes
- Change default timeout of
NSUrlBackgroundSessionHttpMessageHandler
to infinite in order to support long requests (> 100 seconds)
👨🏼💻 Contributors
8.2.8
🧰 Bugfix
- Fixed crash when trying to navigate with
AbsoluteNavigation
with intent that results in an empty relative navigation
👨🏼💻 Contributors
8.2.7
🚀 New Features
- Fix back button press to exit the app on Android by @albyrock87 (#58)
👨🏼💻 Contributors
8.2.6
🚀 New Features
- Disconnect handlers within
ViewBoxBase
(and inheritors) when switching content by @albyrock87 (#56)
👨🏼💻 Contributors
8.2.5
🚀 New Features
- Add automatic handler disconnection when disposing the page by @albyrock87 (#55)
See details on the PR.
👨🏼💻 Contributors
8.2.4
- Add
DefaultTimeout
configuration inNSUrlBackgroundSessionHttpMessageHandler