Popup: Correctly pass position data through to popupbeforeposition handler. (2b23833)
Popup: Set visibility: hidden instead of display: none to remove the need for un-hiding before height calculation. (c5fdf04)
keyboard does not disappear when after the pop-up is closed. (#5974, 143e4ba)
Popup: Blur any focused elements inside container, including the container itself, upon closing. Fixes #5974 keyboard does not disappear when after the pop-up is closed.
Popup Widget Events Passed as init Options are Immediately Executed. (#5958, 1d575ba)
Popup: Performance improvements. Fixes #5958. Found with git bisect.
loadPage Cannot read property "prefetch" of undefined (#5877, 3c53106)
Prefetch: Check for existance of options object before checking prefetch property Fixes #5877 - loadPage Cannot read property 'prefetch' of undefined and addresses execption from #5951
Navigating back is broken with autoInitializePage = false (Cannot call method 'trigger' of undefined) (#5284, )
resolve the nav ready deferred after the page container has been created Fixes #5284