Releases: ucfopen/matching-materia-widget
Matching v1.2.1
This is a hotfix to address two recently reported issues with Matching:
- Resolved a bug associated with scoring when word pairs contained duplicate strings on the left side.
- Resolved an issue where the qset could contain a number of word pairs used for the question bank feature that's larger than the total number of word pairs.
Matching v1.2.0
Matching v1.2.0 includes the new Question Bank feature, updated dependencies including the Materia Widget Development Kit (MWDK), and several bug fixes.
- Adds Question Bank support, allowing the player to only use a subset of the total word pairs that are randomly selected with each play (#46)
- Updates MWDK to 3.x, including associated changes to webpack configs (#42)
- Modest style fixes and updates in the creator, including a fix for the audio playback button that decided to go on a little adventure (#41)
- Replaces supported audio format with the generic
audio
type instead ofmp3
exclusively. Matching will now support all audio formats currently allowed by Materia. - Fixes the demo Qset to address a deprecated null reference in the score module.
Full Changelog: v1.1.7...v1.2.0
Matching v1.1.7
This release focuses on significant updates to player accessibility.
What's Changed
- Accessibility updates by @clpetersonucf in #39
Full Changelog: v1.1.6...v1.1.7
Matching v1.1.6
This is a bug fix release. We've identified an issue where old Matching qsets may have an empty assets
property instead of the current default assets
object, a 3-index array. Certain parts of the Creator and Player were making an implicit assumption that the assets
object was an array, causing the Player to error out. This release adds additional checks to make sure assets
objects are handled properly when null
.
In addition, this release incorporates a large number of dependabot vulnerability updates.