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
a button that, when accessibility is active, gives the user the ability to skip over navigation elements and straight into the content #1388
logging module to allow for logging via Adapt.log (rather than console.log), this allows for several different levels of logging (debug/info/warn/error/fatal) as well as allowing for control over level of logging via config.json as well as allowing for creation of error reporting plugins that can hook into the logging module. Started using new logging module in app.js #1399
support for enumeration (ENUMs) so that we can stop using 'magic strings' and 'magic numbers' within the code and use proper datatypes instead #1429
Fixed
The $ grunt server command sometimes wouldn't open the course in the browser on Windows #1227
sporadic issue with scrolling to components (via Page Level Progress, for example) where the component would be scrolled to the vertical centre of the viewport as opposed to the top #1400
Changed
formatting & syntax tidy up of some of the core code #1436
various amends to the default course content that is contained in the framework .json following feedback from our QA team #1411