Skip to content

1.12.0

Compare
Choose a tag to compare
@mbenadda mbenadda released this 23 Oct 14:18
· 2187 commits to master since this release

Added

  • Add a variant option for course glimpses.
  • Richie dependents can now run their own frontend build and override components through command line arguments and a dedicated settings file.

Changed

  • Rename {% block title %} to {% block head_title %} to avoid collision with H1 title,
  • Wrap each section of the course detail template in a block to allow partial overrides,
  • Rename course-detail__aside__run selector to course-detail__aside__runs in course_detail.html template to better reflect its content.

Fixed

  • HTML validation warnings and errors,
  • In the sandbox, make API calls work behind an htaccess by removing Basic Auth fallback,
  • Adding person/organization plugins to a new blank course,
  • Remove multiple "h1" tags on homepage, section template will always have a default level title of 2.