Nanoflow Commons

Content Type: Module
Categories: Mobile

Overview

The Nanoflow Commons module contains commonly used nanoflow actions that are usable across web, hybrid mobile, and native mobile apps, such as: client activities, geo location, local storage, & more.

Documentation

Demo urlhttps://github.com/mendix/native-widgets

Please see Nanoflow Commons in the Mendix documentation for details.

Releases

Version: 4.0.4
Framework Version: 10.6.5
Release Notes: - We've added support for the token-based authentication with the SignIn action. This authentication method allows users to remain signed in until the expiration time of the token. You can read more about this behavior on this documentation page https://docs.mendix.com/refguide/session-management/#2-authentication-token To enable it you can set the new SignIn action parameter `useAuthToken` to `true`.
Version: 4.0.3
Framework Version: 10.6.5
Release Notes: ### Fixes - We have fixed an issue in base64encode action.
Version: 4.0.2
Framework Version: 10.0.0
Release Notes: ### Removed - Removed the constant holding the version number from within the module.
Version: 4.0.1
Framework Version: 10.0.0
Release Notes: ### Fixed - Resolve studio warning CW9503
Version: 4.0.0
Framework Version: 10.0.0
Release Notes: ### Added - We changed the JS actions and widgets icons.
Version: 3.0.2
Framework Version: 9.24.1
Release Notes: ### Removed - Removed the constant holding the version number from within the module.
Version: 3.0.1
Framework Version: 9.24.1
Release Notes: ### Changed - Minimum mx version set to 9.24.1 ### Fixed - Resolve studio warning CW9503
Version: 3.0.0
Framework Version: 9.24.0
Release Notes: ### Breaking - We made the module compatible with React Native 0.70.7
Version: 2.6.1
Framework Version: 9.10.0
Release Notes: ### Fixed - We fixed issue with Base64 actions throwing error
Version: 2.6.0
Framework Version: 9.10.0
Release Notes: ### Breaking - We removed next actions: - SetCookie (will be available in Web Actions module) - ReadCookie (will be available in Web Actions module) - SetFavicon (will be available in Web Actions module) - ScrollToClass - AddMilliseconds - AddTime - "Is connected" action is renamed to "Is connected to server" - Parameter names are changed for next actions: - Base64Decode - Base64DecodeToImage - Base64Encode - GetStraightLineDistance - New "Enum_DistanceUnit" enum is introduce for GetStraightLineDistance action