DATE:
AUTHOR:
JourneyApps Product Team
Runtime

Runtime 4.89.10 (Latest Stable)

DATE:
AUTHOR: JourneyApps Product Team

We are excited to announce that runtime version 4.89.10 stable has been released.

Runtime version 4.89 adds support for deep links to open apps on a specific view. This improves usability for app users by reducing the number of steps to get to the right place in the app. Additionally, $object or $selection can now be passed as arguments to functions - resolving an inconsistency that previously caused a lot of confusion. There are several other smaller enhancements and improvements - find out more in the Changelog below.

You can use this version of the runtime by selecting it from the list of stable runtime versions under App Settings/Runtime Version in OXIDE.

4.89.10:

Fixed:

  • A regression introduced in Runtime version 4.89.3 that caused view parameters transform-value attribute to break.

  • Dropdown components not being set as the active component when the dropdown dialog was opened. This caused a bug where the view or dialog would scroll to the previously selected dropdown upon selecting an option.

  • A bug where an object-table showed double headers when scrolling on iOS.

  • An issue that would sometimes cause buttons on an object-table to not render.

4.89.9:

Added

Fixed

  • An issue where action icons in object-table columns prevented the action on-press function from being called.

  • An issue where the capture- and display-coordinate components would throw an error upon loading.

  • A bug where using an object-table inside a dialog on a small screen would cause constant and rapid collapsing and expanding.

4.89.8

Improved:

  • Added improvements that should catch most click-through issues on mobile devices. These occurred when clicking inside a component such as actionSheet, dialog and context-menu, triggered a different component behind it.

Fixed

  • A regression where the sort-value attribute of an object-table column threw an error when using $object.

  • An issue with the power-bi component causing the on-interaction action to fail.

  • An issue causing a race-condition with the map component affecting the capture- and display-coordinates components.

  • The font-size attribute being ignored on certain input components

  • ActionSheet popup not being positioned correctly when called from a button-group click.

4.89.7

Improved:

  • Removed the unused searchbar at the top of the object-table filter modal used on mobile devices.

  • Added a search icon to the filter inputs on the object-table filter modal.

Fixed:

  • A memory leak caused by primary buttons and button-groups.

  • The following issues with the object-table UI component:

    • Table button-group and pagination controls not collapsing on smaller screens.

    • Table pagination controls overflowing off-screen. These controls will now render in smaller iterations based on the screen size.

    • Incorrect sorting on columns where no sort-value had been provided.

    • A regression where a table's action icon did not render as expected.

    • An issue affecting iOS, where clicking on a dialog also triggered a click on object-table actions rendered behind the dialog.

    • button height being calculated without accounting for the border, resulting in buttons being slightly too large.

4.89.6

Fixed:

A number of issues with the object-table UI component:

  • Allowing a user to interact with an object-table even when set to be hidden.

  • Theme and padding on an object-table when there are no results to be displayed.

  • Disabled edit- cells not having clear-icon padding.

  • Removed excess padding between edit- cells and their clear-icon.

  • Removed excess padding around edit-boolean cells with icons set on a column.

4.89.5

Added:

  • Support for custom image asset icons on floating action button button-group and navigation general-section items.

Improved:

  • View errors related to UI components are now shown on the affected component instead of in an error dialog.

Fixed:

  • An issue where locked users would not get navigated back to the login screen. This also caused the no enrolled user error when the container was re-opened.

  • An issue where the ActionSheet popup did not show at the click location when called from a card or list component.

  • An issue where an object-table in fullscreen mode would render over its label.

  • Input dialogs (e.g. from BarcodeScanner) missing the bottom padding between the input and the button container.

  • An issue where disabling a floating action button button-group would not disable a child button as expected.

  • An issue where a primary button would not render on the main view after a code update was applied.

  • An issue where a hidden primary button-group created whitespace at the bottom of the screen.

4.89.4

Fixed:

  • An issue where clicking on an object-dropdown while an input was focused would show the list dialog but still have the input focused and the keyboard open on mobile.

  • An issue where the object-dropdown component's empty-message was not center aligned.

  • An issue where users could not select the last item in a dropdown list (e.g. object-dropdown, optionList).

  • An issue where position and alignment attributes relating to icons and labels would not resolve correctly. The issue affected card, list, info, info-table and various input and display- components.

  • An issue where the PDF previewer (in the capture-file / display-file components) would always render in portrait even if the pdf was in landscape.

  • An issue where the toggle component would throw an error when disabled.

  • An issue where long-pressing the back button or floating action button would trigger too early.

  • An issue where long-pressing a floating action button would sometimes throw an error.

Improved:

  • Long-pressing on a disabled button will now show the disabled-message if one has been set.

4.89.3:

Fixed:

  • A regression with view initialization, which would cause the view parameters to be undefined.

  • A number of issues with object-table, namely:

    • Component method setState() not setting fullscreen correctly.

    • Double clicking into an edit-text cell will now remain in edit mode.

    • The on-change event not triggering on mobile devices.

  • An issue with the navigation drawer's background color not applying the style-header-background attribute.

  • An issue with object-dropdown and optionList dialogs preventing users from accessing the last item on some mobile devices.

  • An issue causing the on-long-press action of the back button to not work correctly.

4.89.2:

Added

  • The sub-item-divider-padding-horizontal attribute to the navigation UI component to override a navigation item's left and right padding.

Fixed

  • A regression with date and datetime display values not being formatted correctly.

  • An issue preventing the view from reloading when navigating to the same view.

  • An issue where the navigation component's logo would not update until navigating to a new view.

  • An issue with the section-icon-color and item-divider-color attributes of the navigation component not being applied to collapsable navigation items.

4.89.1:

Fixed

  • A regression with layout UI components, namely columns and grid, that caused nested hidden components to trigger validation.

  • A visual regression with object-table pagination controls overflowing on narrow layouts.

  • An issue where edit-number cells did not add clear icons for 0 values.

  • An issue with object-dropdown dialogs where an option would be selected after scrolling on mobile.

  • An issue where the html UI component would show a scrollbar unexpectedly, specifically on Windows.

  • Right-to-left support for pagination controls in an object-table.

4.89.0:

Added

  • Support for deep links to open apps on a specific view. See the docs here.

  • New transform-value attribute on a view parameter that takes a function, which runs before a view’s init() function. This allows developers to set or transform view parameters from the parameters received from the deep link (since deep link parameters are strings). Learn more in the docs here.

  • The required attribute on a view parameter, to mark parameters as required or optional.

  • The show-search and show-pagination attributes to paginated object-table and list components to show/hide the search box and pagination buttons independently.

    • See reference docs for the object-table component here.

    • See reference docs for the list component here.

  • The clear-button-visibility, clear-icon, clear-icon-color, clear-icon-hover-color and clear-icon-active-color advanced attributes to input components and editable columns in an object-table.

Improved

  • $object, $selection or $value can now be passed as arguments to functions. Before, functions typically supported only one of these arguments, and the distinction of when to use which wasn’t clear. Now, a developer can always use any of these arguments ($object, $selection, or $value) in these functions.

  • actionSheet default padding for option items has been adjusted so that it better indicates scrollability.

Fixed

  • Issues with touch- and long-press event listeners resulting in double-click events.

Powered by LaunchNotes