Releases: adaptlearning/adapt-contrib-pageLevelProgress
Releases · adaptlearning/adapt-contrib-pageLevelProgress
Release v3.1.0
Release v3.0.0
- removed references to
accessible-text-block
(#833) - update the template to allow it compile 'handlebars expressions' (#1879)
- amend call to
Adapt.scrollTo
to pass a selector rather than a reference to an element (2004) - code tidy - updating to latest coding standards, dropping support for legacy Microsoft browsers.
Release v2.0.9
Release v2.0.8
Global change to observe _isComplete
rather than _isInteractionComplete
to prevent cross-session completion bug (adaptlearning/adapt_framework#1327)
Release v2.0.7
Release v2.0.6
Fixes an error with indexOf()
not being supported in IE 8.
Release v2.0.5
- fix for progress completion calculations being slightly off under certain circumstances (#1138)
- update to allow page to be marked as complete when articles/blocks/components have the
_isAvailable
flag set tofalse
(#1030) - update properties.schema with
translatable
properties in preparation for localisation support (#1066)
Release v2.0.4
Release v2.0.3
- updates to LESS variable names
Release v2.0.2
Headline changes:
- added
pageLevelProgress:update
event to allow for dynamic updates to PLP contents - various screenreader accessibility fixes
- updated to v2-style LESS variables
- updates for authoring tool compatibility
- IE8 compatibility & scrolling bugfixes