Skip to content

v10.0.0

Compare
Choose a tag to compare
@cnrudd cnrudd released this 27 Jul 16:58
· 4155 commits to develop since this release

πŸ’₯ Breaking Changes

  • 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.

πŸ“š Libraries

  • MobX 4.2.x -> 5.0.x

:octocat: Commit Log