Skip to content

Releases: cgkineo/adapt-submitAll

v3.2.0

15 Jul 17:31
Compare
Choose a tag to compare

3.2.0 (2024-07-15)

New

  • Switched to ES6 module syntax and jsx template added (fixes #12) (bd5f2df), closes #12

v3.1.0

12 Feb 15:45
Compare
Choose a tag to compare

3.1.0 (2024-02-12)

New

  • Add automated releases, update readme (fix #13) (be25452), closes #13

v3.0.1 - bugfix

10 Mar 16:46
9c847cb
Compare
Choose a tag to compare

Fixed

An instance of spread syntax in an object literal was stopping the code from compiling due to a bug in the Esprima compiler used by v5.5 of the Adapt Framework. As that bug still hasn't been fixed, bumping the FW dependency to v5.8+ is the quickest/easiest fix.

v3.0.0 - the one with Adapt v5 compatibility

02 Mar 14:47
4039c8b
Compare
Choose a tag to compare

Changed:

  • Updated HTML naming convention to adhere to BEM
  • Adopted relative unit measurement (rem) instead of fixed (px)
  • Updated CSS to use a SMACSS approach
  • Indentation amended to use 2 spaces instead of 4
  • Updated code to ES6 syntax
  • Use aria-disabled instead of disabled on the submit button
  • Allow for use of HTML entities in the submit button ARIA label

Framework dependency version has been updated to v5.3+ due to use of ES6

Minimum requirements

Name Version
Framework 5.3

v2.1.0 - the one with support for TextInput questions

31 Jan 17:41
21998c5
Compare
Choose a tag to compare

Added

  • Support for TextInput questions (#4)

Fixed

  • Wasn't notifying assistive technology (e.g. Jaws) when the 'submit all' button was disabled (#6)

Changed

  • Tidied up and modernised code
  • Add JSDoc comments where appropriate
  • Improve AAT help text

v2.0.1

27 Jul 13:27
Compare
Choose a tag to compare

First release (so that it works with the new adapt-cli)