Releases: overhangio/tutor-indigo
Releases · overhangio/tutor-indigo
v19.0.0
v18.3.0
- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @hinakhadim)
- 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz):
- Rename master to release, as this branch runs the latest official Open edX release tag.
- Rename nightly to main, as this branch runs the Open edX master branches, which are the basis for the next Open edX release.
- [Bugfix] Fix dropdown select rendering issue on light theme (by @DawoudSheraz)
- ".wrapper-problem-response" did not need any dark theme variables outside dark-theme class for dropdown problems. This was causing the dropdown to use dark theme variables regardless of the theme that user selected.
- [Bugfix] Add dark-theme for Course Handouts and Course Updates that appears on Learning MFE Course Outline Page (by @hinakhadim)
- [Bugfix] Update dark-theme styles for ORA (Open Response Assessment) so that it becomes readable, usable, beautiful, and appealing (by @hinakhadim)
- The readability of styles in the
scss
file is challenging and will be improved in subsequent releases.
- The readability of styles in the
- [Bugfix] Fix various dark theme issues with Teams tab on LMS. (by @DawoudSheraz)
- [Bugfix] Update dark-theme styles for Notes and Textbook Page (by @hinakhadim)
v18.2.2
- [Feature] Upgrade upstream apps to open-release/redwood.3. In particular, this will resolve serious issues with course creation and language switching. (by @regisb)
v18.2.1
- [Feature] Introduced theme toggle feature with enable/disable option and runtime switch between light and dark modes. (by @hinakhadim)
v18.1.1
- [BugFix] Add the Indigo footer in MFEs via env.config.jsx to resolve display issues on the /account/ page after upgrading to Redwood. (by @hinakhadim)
v18.1.0
-
[Improvement] Instead of forcing users to use Authentication MFe, the platform decides how users should log in. (by @CodeWithEmad)
-
[Feature] Dark theme: the Indigo theme now covers dark theme for LMS pages, including the MFEs, and they are more beautiful! (by @tanveer65 and @hinakhadim)
v18.0.0
- 💥[Feature] Upgrade to Redwood (by @hinakhadim)
v17.4.2
- [BugFix] Add big screen variable of screen responsiveness (by @tanveer65)
v17.4.0
What's Changed
- fix: CMS render scss styling in tutor env by @Talha-Rizwan in #70
- Docs: Add override style section in troubleshooting section by @hinakhadim in #78
- feat: add profile and account styling by @tanveer65 in #80
- fix: container width update by @tanveer65 and @hinakhadim in #85
New Contributors
- @Talha-Rizwan made their first contribution in #70
Full Changelog: v17.3.0...v17.4.0
v17.3.0
- 💥[Improvement] Allow the no_course_image.png image to pull from the current theme, not specifically named indigo (by @misilot)
- [Improvement] Remove mentions of INDIGO_FOOTER_LEGAL_LINKS in docs since it is no longer used by the plugin. (by @misilot)
- [Improvement] Style static pages of About, Contact, Privacy and bookmarks page (by @tanveer65)