Version 2.4.2 for SharePoint 2013 Released

April 07, 2015

  • Added mddResultAdded event that is triggered when results are loaded with Content Search controls.

    Events can be handled using the following:

    $mddj(document).on("mddResultAdded", function (evt) {
    // access the Content Search control by using $mddj(evt.target);
    });
  • Resolved issue with Content Search Control when building custom queries using Change Query / Advanced mode.
  • Resolved issue with GlobalMenuUrl and displaying List Form Pages and custom list views with spaces in the view name.

View complete release notes