Install
Works with Drupal: ^9.3Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
1.5 MB
MD5: f017fc965e9abdf3c04859d8b7a680eb
SHA-1: 7561969c0a96bd364cfaf530f1da6d609d1b92ba
SHA-256: 7e985a3bf3c12fac5e272f0a170a5fab7eae1e3e1a69f97e174bdfb41132eced
Download zip
1.79 MB
MD5: 1bc57b16a3a86c398dc7e25d6d345e31
SHA-1: 554b733f73415ddfc04b40dc2ae557757786c22a
SHA-256: 329e347f8910618b2ba852baf8c0d6a2b540fbfa9f59914b6f7cca7e7f374af1
Release notes
What's Changed
- Added the sticky top navigation for lessons and quizzes
- Changed styles and labels for navigation buttons
- Added lesson title into section above lesson content
- Improved styles for disabled buttons
- Removed toggleable "Hide modules" / "Show modules" course navigation link. Now the navigation is static
- Removed custom hook useLocalStorage() since it's not used anywhere in the code anymore
- Changed css "position" of the course navigation from absolute to static since it does not have to be absolute anymore
- Changed styles of an active lesson / quiz item in the course navigation
- The mobile navigation moved to "Top navigation" section and got new style
- Added "Page number" and "total amount of pages" to "Top navigation"
- Added "Progress bar" to "Top navigation"
- Renamed "Sections" to "Pages" in Admin UI
- Removed ability to modify label of the Finish button
- Restored Pathauto dev dependency for running tests (testLessons test).
- Migrated to Drupal.org Gitlab CI.