1.63.0 Release Notes
Bug Fixes
HD-7316 Lang file entries where {MyUnit:myVariable} resolves to null are padded with an empty space
HD-7317 Automatically "hide" tooltips from view if content is a blank string or null
HD-7363 Code widget not displaying
HD-7352 Non-submit buttons resulting in submit behaviour
- NOTE! The above bug fix has a potential impact on backwards compatibility.
- HD-7352 fixes a bug where normal buttons act as submit buttons when the view that contains them also contains a select widget.
- If any apps currently have functionality that relies on the fact that non-submit buttons sometimes behave as if they are submit buttons, this fix will introduce potential runtime issues for these apps.
BETA Deployment | 2025-02-07 |
---|---|
Production Deployment | 2025-02-13 |
Functional Requirements & Improvements
HD-7291 RAW Code Edit Widget *
HD-7295 Update the notifications to stack *
HD-7303 Implement default marshalling (through assignment) from object to json
HD-7304 Implement default marshalling (through assignment) from object[] to jsonarray
HD-7305 Implement persistence support for jsonarray
HD-7306 Implement a jsonContains built-in function
HD-7307 Implement a jsonRemove built-in function
HD-7308 Implement a jsonKeys built-in function
HD-7326 Updating the filebrowser widget to support row actions
HD-7350 More detail required for DSL view parse errors
HD-7361 Support Inbound SMSes from SMS Service to Helium Rapid
HD-7249 Inbound API log should be shown on app logs
HD-6811 ISO 8601 Support for timestamps in Helium
HD-1830 RAW Calendar Widget
HD-7240 RAW ID Input Widget
HD-7342 Add address search to gps widget
HD-7355 Add street map to geoserver widget
*already deployed as minor upgrade for Helium Rapid 1.62
Documentation & Notes
- See here for additional functionality for json and jsonarray types including
- Ability to create json value from objects and jsonarray values from object collections
- New jsonContains, jsonRemove and jsonKeys built-in functions
- Persistence support for jsonarray
- Support for converting ISO-8601 date / time strings to native date and datetime values.
- Using new built-in functions for conversion: Date Functions#ConvertfromStringtoDate
- Implicitly for inbound API body fields that represent date and datetime object fields: Inbound API#FormatforAPIFunctionBodyArguments
- The file browser widget now supports additional custom row actions similar to those in the data table widget: