Releases: episphere/quest
Update button order and multi-selection grid
06/07/2024
•Updated button handling: reorder based on screen size.
•Updated casing: sentence casing instead of all CAPS on selectable answers.
•Add handling for input type="checkbox" grids.
•Refresh accessible listeners only when moduleParams.renderObj.activate
is truthy (manage focus in the live environment only).
Full Changelog: v1.1.5...v1.1.6
Update Accessibility
05/29/2024 update:
•Update Accessibility features
•Grid is now a table structure
•Autofocus text input boxes on click
Full Changelog v1.1.4...v1.1.5
Update Safari compatibility and input type='month' handling
03/22/2024 update:
• Update ssn regex for compatibility with older versions of Safari (16.3 and prior).
• Update input type='month' handling text fallback behavior for browsers that don't support the 'month' input type.
Full changelog v1.1.3...v1.1.4
v1.1.3
Feb 1 update:
- fix issue #431 displayif embedding within grids where having issues if there were spaces in the function. The HTML was producing form tags like
<form displayif="exists(ID1)" and="exists(ID2")>
. The issue was resolved by urlencoding the displayif function.
Full Changelog: v1.1.2...v1.1.3
January 2024 Release
- grid styling changes
- typo fixed in buildGrid.js
- updates to dev tool to use previous run, style, url
- updates to valueEquals to check internal objects with same name as parent
- added noneSelected
- bug fix for user-named combo boxes / radio buttons in loops
import math.js into replace2
More fixes do to new grid system.
FIX:
- Pipe variables in grids
- upgrade to Bootstrap 5 caused issues with PWA ... fixed
- load math.js as an esm module to prevent pushing requirements to PWA.
- Update the QUEST dev tools ...
- Accept previous values as get params for testing
- Fix safari "cannot click button" bug
- Adjust CSS font size
v1.1.0
new grids. display if in grids. Many bug fixes
- Complete redesign of grids
- Update bootstrap to version 5.3
but fixes to new grids:
- fix evaluation in grids
- pipe text
Other bug fixes include fixing Center aligment,
v1.0.15
remove the two invalid SSNs 078-05-1120 and 219-09-9999
4 digit SSN validation fix
"0000" are not valid last 4 digits of a SSN.
v1.0.13
Critical fix: SSNsm was not getting rendered.
Also:
Text field in checkboxes.
SSN validation