You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access to the router API has changed with the XH global now exposing router and routerState properties and a navigate() method directly.
ToastManager has been deprecated. Use XH.toast instead.
Message is no longer a public class (and its API has changed). Use XH.message/confirm/alert instead.
Export API has changed. The Built-in grid export now uses more powerful server-side support. To continue to use local AG based export, call method GridModel.localExport(). Built-in export needs to be enabled with the new property on GridModel.enableExport. See GridModel for more details.
π Enhancements
New Mobile controls and AppContainer provided services (impersonation, about, and version bars).
Full-featured server-side Excel export for grids.
π Bug Fixes
Prevent automatic zooming upon input focus on mobile devices (#476).
Clear the selection when showing the context menu for a record which is not already selected (#469).
Fix to make lockout script readable by Compatibility Mode down to IE5.