Skip to content

Releases: episphere/quest

Update button order and multi-selection grid

07 Jun 13:24
ec22434
Compare
Choose a tag to compare

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

29 May 21:08
3438314
Compare
Choose a tag to compare

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

22 Mar 15:27
10ca3bf
Compare
Choose a tag to compare

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

01 Feb 19:17
Compare
Choose a tag to compare

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

23 Jan 18:52
Compare
Choose a tag to compare
  • 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

18 Dec 16:46
Compare
Choose a tag to compare

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

12 Dec 19:40
Compare
Choose a tag to compare

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

17 Sep 15:02
Compare
Choose a tag to compare

remove the two invalid SSNs 078-05-1120 and 219-09-9999

4 digit SSN validation fix

14 Sep 20:48
Compare
Choose a tag to compare

"0000" are not valid last 4 digits of a SSN.

v1.0.13

13 Sep 16:01
Compare
Choose a tag to compare

Critical fix: SSNsm was not getting rendered.
Also:
Text field in checkboxes.
SSN validation