Releases: cgkineo/adapt-submitAll
Releases · cgkineo/adapt-submitAll
v3.2.0
v3.1.0
v3.0.1 - bugfix
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
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 ofdisabled
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
v2.0.1
First release (so that it works with the new adapt-cli)