Jump to: navigation, search

Changes


Version 4.8 (Xamarin)

743 bytes added, 12 September
= Release Notes =
 
== Extra version related notes ==
* Currently, there is a planned major update later for the 4.8 release. It will include the following additional features.
** [[Managed_App_Configuration|Managed app configs]] for iOS.
** Native platform push.
** NFC four eyes acceptance tasks.
 
== Release ==
=== 4.8.61 on 2024-09-?? 12 {{key press|Android: Store}}{{key press|iOS: Store}}{{key press|UWP: App Center}} ===
* Fixed an issue where the filtered result list doesn't get updated until it's presented again in certain custom link property editor UI.
== Known issues ==
* When editing Guid Link properties, you can no longer further edit the filtering if there are predefined filter parameters (such as the [[Dynamic_Selective_List_(Client)#Dependency_property_values|dependency property values in dynamic selective lists]]). This is because those parameters are to be enforced by design and should not be changed by users. In the future, we might consider a finer level of control over which parameters can be edited in such cases.
* Currently, the Samsung keyboard doesn't show {{key press|,}} at all, regardless of the current language/locale setting of the device. Please use a different virtual keyboard (e.g. Gboard from Google) instead if {{key press|.}} is unacceptable.
* The periodic execution of background pushes is not guaranteed on iOS.
= ⚠️ XAML Notes =
 
* Refactoring of edit templates (In/Direct and both UWP and Xamarin) was done to avoid replication of complex xaml code required for 'MinNormMax' properties in regular editors. The UBIKPropertyTextLengthHint was moved from the UBIKEditString template to the UBIKEditDialogHeader.
** ⚠️ Customization of UBIKEditString / UBIKEditInt / UBIKEditDouble done during 4.7 should be updated accordingly (hosting of ValueItem listview in edit templates removed).