Releases: ucfopen/crossword-materia-widget
Releases · ucfopen/crossword-materia-widget
Crossword v1.3.6
- Addresses a lack of boundaries in the "Hint Penalty" and "Free Words" input boxes in the creator. While they only accepted integer values, they allowed empty strings, which had the potential to cause the score module to error out.
Crossword v1.3.5
- Corrects race conditions in score screen that periodically cause it to not properly load.
Crossword v1.3.4
This is a minor maintenance release in preparation for Materia v11.
- Updates MWDK to 3.0.4, with associated webpack changes for MWDK 3.x
- Adds question generation support
- Adds widget management metadata to
install.yaml - Python score module
- Materia icon updated in creator to be an SVG
Crossword v1.3.3
This release includes a comprehensive rewrite and update for player accessibility.
What's Changed
- Issue/52 player accessibility overhaul by @clpetersonucf in #53
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #55
Full Changelog: v1.3.2...v1.3.3
Crossword v1.3.2
- Addressed a bug that allowed users to select a previously entered character space and populate it with invalid characters including whitespace.
- Several dependency updates.