Releases: ucfopen/enigma-materia-widget
Enigma v2.3.0
v2.3.0 includes two important bug fixes for player height recalculation and tutorial dismissal. It also adds metadata to the widget's install.yaml
to support AI question generation.
Enigma v2.2.4
This is a hotfix to address an issue with MWDK3 that prevented the widget's -build-info.yml
from being generated. The MWDK dependency has been updated to v3.0.1.
Enigma v2.2.3
v2.2.3 implements several accessibility and quality-of-life enhancements to the player, including:
- Tweaked focus styles for several elements
- Several adjustments to lightbox layout and formatting. Removed the zoom in/out option.
- Some not-insignificant accessibility changes to reduce confusion and redundancy, including the lightbox change above and focus of the expand media button for questions. Removed the tabindex for images in both the lightbox and question view, and tied descriptions to the focusable elements associated with expanding/closing the lightbox.
- Added alt text descriptions to the demo.json
- Added tutorial dialog in player
Additionally, this update migrates Enigma to MWDK v3.0.0 and incorporates several dependabot updates to address vulnerabilities and deprecation.
What's Changed
- Adds accessibility metadata to install.yaml file. by @FrenjaminBanklin in #44
- Style and accessibility tweaks by @clpetersonucf in #46
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #50
- Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #49
Full Changelog: v2.2.2...v2.2.3
Enigma v2.2.2
Enigma v2.2.2 brings additional keyboard and screenreader accessibility improvements to the player.
What's Changed
- Player accessibility improvements. by @FrenjaminBanklin in #42
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #43
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #40
Full Changelog: v2.2.1...v2.2.2
Enigma v2.2.1
- Minor style adjustments based on feedback.
Enigma v2.2.0
Change Log:
- Added media support, including images, audio, and video. Use the new "Add Media" button to select a media option to accompany each question.
- Accessibility improvements to the Enigma Player.
- Minor bug fixes and styling tweaks.
Contributors:
- Cay Henning @cayb0rg
- Corey Peterson @clpetersonucf