Skip to content

MyLA 2023.01.02 Release

Compare
Choose a tag to compare
@jonespm jonespm released this 10 Apr 14:22
5c57e16

MyLA-2023.01.02 Release Notes

Overview

This release includes improvements to accessibility as well as security updates and bug fixes.

New & Improved

  • Make Resources Accessed bar chart keyboard accessible (#1190)
  • Add improved detailed narrative text to the Resources Accessed and Grade Distribution views for screen readers (#1479)
  • Add an option for MyLA Django Administrators to set a default limit on the number of resources in a course that display in the Resources Accessed View (#1466)

Fixes

  • Correct time zone imports for local time zones (#1484)
  • Fix console error about an invalid prop name of class (as opposed to className) (#1494)

Configuration & Operations Changes

  • Bump django from 3.2.16 to 3.2.18 (#1481)
  • Bump webpack from 5.72.0 to 5.76.0 (#1498)
  • Remove Cypress Tests (#1418)
  • Remove unused development dependencies to reduce security impacts (#1482)
  • Update Google Analytics to support GA4 (#1371)

Configuration updates needed for release:

Google Analytics 4

  • If you had previously configured Google Analytics you'll have to get a GA4 account and set the GA_ID config value. The only value won't work.
  • You also need to set new CSP values if using GA4.
  • Refer to this wiki page for more information.

Time zone

  • The value of TZ in the .env or TIME_ZONE in the env.hjson should be set to match your Canvas instance's default time zone. The value of TZ is the time the container is set to, which is what the application defaults to unless TIME_ZONE is set.

Full Changelog: 2023.01.01...2023.01.02