Skip to content

Releases: overhangio/tutor-indigo

v20.0.0

27 Jun 10:30
976ac89
Compare
Choose a tag to compare
  • 💥[Feature] Upgrade to teak. (by @HammadYousaf01)

  • [Bugfix] Remove reference to old account toggles. (by @ahmed-arb)

  • [BugFix] Bump Indigo Header and Footer versions to fix image build failure due to React 18 upgrades in upstream MFEs (by @HammadYousaf01)

v19.0.3

05 Jun 11:10
cc38e95
Compare
Choose a tag to compare
  • [Improvement] Fix multiple accessibility issues across the platform including screen reader compatibility, keyboard navigation, focus visibility, and WCAG compliance improvements. (by @arbirali and @zubairshakoorarbisoft)
    • Add visible titles to image-based links for better screen reader support (#150)
    • Make "Learn More" links accessible to screen readers (#151)
    • Improve "Open Responses" table headers for keyboard accessibility (#152)
    • Add accessible names to social media icons (#155)
    • Enhance theme toggle with descriptive labels (#156)
    • Increase focus visible thickness for better visibility (#158)
    • Fix "Skip to main content" link display (#159)
    • Resolve accessibility and reflow issues in Wiki, Teams, and Instructor Dashboard (#163)
    • General accessibility fixes reported during review (#147)

v19.0.2

29 May 11:00
Compare
Choose a tag to compare
  • [Improvement] Migrate from setup.py (setuptools) to pyproject.toml (hatch). (by @ahmed-arb)

  • [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @DawoudSheraz)

  • [BugFix] Fix runtime footer import error in env.config.jsx for unsupported MFEs. (by @ahmed-arb)

  • [BugFix] Maintain selected emoji color in survey xblock. (by @mlabeeb03)

  • [Improvement] Change color of headings and list items in dark mode to improve readability. (by @mlabeeb03)

v19.0.1

26 Jan 16:42
Compare
Choose a tag to compare
  • [BugFix] Fix env.config.jsx for dark theme and Indigo footer by including the patches folder in MANIFEST.in for python pypi package. (by @hinakhadim)

v19.0.0

16 Dec 19:33
fc4f231
Compare
Choose a tag to compare

v18.3.0

11 Dec 07:56
Compare
Choose a tag to compare
  • 💥 [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.
  • [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

29 Oct 11:54
Compare
Choose a tag to compare

v18.2.1

11 Oct 11:36
Compare
Choose a tag to compare
  • [Feature] Introduced theme toggle feature with enable/disable option and runtime switch between light and dark modes. (by @hinakhadim)

v18.1.1

27 Aug 11:30
Compare
Choose a tag to compare
  • [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

23 Jul 14:41
Compare
Choose a tag to compare
  • [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)