Releases: adaptlearning/adapt-contrib-pageLevelProgress
Releases · adaptlearning/adapt-contrib-pageLevelProgress
v5.2.0
Added
Minimum requirements
v5.1.0 - the one that uses the new framework APIs
Changed
- Now uses
Adapt.parentView.renderTo
to ensure content is rendered before scrolling to it (Part of #2760)
- Listens to
view:childAdded
to update status bars and lists when new views are added (Part of #2760)
- Disable PLP items that have
_isLocked: true
(Part of #2760)
Fixed
- Unable to use HTML entities within
aria-label
attribute of PLP entries (#2807).
Minimum requirements
v5.0.2 - destroy with the page
Changed
- Removed with the page rather than the global remove event (#2753)
Minimum requirements
v5.0.1 - bugfix
Fixed
- Progress bars should calculate correctly when used at all content levels (#2740)
Minimum requirements
v5.0.0 - the one with BEM, REM and SMACSS
Changed:
- Updated HTML naming convention to adhere to BEM
- Adopted relative unit measurement (rem) instead of fixed (px)
- Updated CSS to use a SMACSS approach
- Indentation amended to use 2 spaces instead of 4
Framework dependency version has been updated to v5+ due to breaking naming change.
Minimum requirements
v4.1.3 - patch for the new a11y API
Fixed
- drawer aria-label rendering issue when used with the new FW v4.4 a11y API (#2550)
Minimum requirements
v4.1.2 - hotfix
- fixes issue with incorrect argument being passed to
collection.repopulate
- better help text for 'Show page completion' setting
Minimum requirements
v4.1.1 - hotfix
Fixes an issue where a script error would prevent the course from loading (#2399)
Minimum requirements
v4.0.0 - the one with the best accessibility
Significant updates (#107) as part of the Accessibility v4 work, including new features to allow:
- completion indicators to be displayed alongside page elements (#2120)
- articles and blocks to be displayed in the PLP drawer
Framework dependency bumped to v4 due to dependency on latest version of onCloseDrawer
in drawerView.js
Note: this is a re-release of 4.0.0 as the original release (incorrectly) had the FW dependency set to v3.2
Minimum requirements
v4.1.0 - the one that catches the (event) bubbles
- Updated to use the new model event bubbling system added in Framework v4.1.0 (#2314)
- Fixes a bug where an extra progress bar would get added to the page every time the learner changed language (#2368)
- Framework dependency bumped to v4.1+ due to (#2314)
Minimum requirements