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.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
Version: 2.5.0
Framework Version: 9.10.0
Release Notes: ## Added - We introduced a new set of actions: - AddMilliseconds - AddTime - Base64Decode - Base64DecodeToImage - Base64Encode - ClearLocalStorage - FindObjectWithGUID - GetCurrentLocation - GetRemoteUrl - GetStraightLineDistance - IsConnected - ReadCookie - ScrollToClass - SetCookie - SetFavicon - TimeBetween