Releases: adaptlearning/adapt-contrib-hotgraphic
Releases · adaptlearning/adapt-contrib-hotgraphic
v5.2.0 - the one with numbered pins
Added
- option to show numbers on the pins (#1570)
Changed
- Converted to ES6 class (part of #2808)
- Switched over to new
Notify
API
- Use
data
attributes for direction instead of relying on CSS classes
Minimum requirements
v5.1.1 - bugfixes
Fixed:
- popup next/back accessibility issue (#2707 )
- component was using
ItemsComponentModel
directly instead of extending it (#2718)
- the
hide-desktop-image
class hiding images for all resolutions instead of just for desktop (#2732)
Minimum requirements
v4.3.1 - various bugfixes for the FW v3-v4 compatible version
Fixed:
- pop back and next buttons accessibility broken (#2707)
- popup controls double click on iOS (#2622)
- always expects graphics to have alt text (#2727)
Minimum requirements
v5.1.0 - the one with the image-zoom effect switched off by default
Added
- Switched off the image-zoom effect by default and added support for enabling it by adding a
"has-img-zoom"
class to the component (#2615)
Fixed
- pins not retaining visited state between pages in the same session (#2599)
- popup controls triggering two clicks when pressed in iOS12 (#2622)
- positioning bug with popup close button when
_hidePagination: true
(#2636)
Minimum requirements
v5.0.0 - the one with BEM, rem and SMACSS
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
- Split popup less into new file
- Added
_isRound
property to component
- Added support for left image alignment in popup
- Indentation amended to use 2 spaces instead of 4
Framework dependency version has been updated to v5+ due to breaking naming change.
Minimum requirements
v4.3.0 - the one that lets you set the popup heading's aria-level
Added
- The popup heading's aria-level can now be set (via config.json) to something other than 1 (#2477) - note that this feature requires FW v4.3.0 (or better)
Fixed
- 'double-click' issue on iOS (#2528)
Removed
- Reference to non-existent setting
_closeOnBackdrop
(#2539)
Minimum requirements
v4.2.2 - minor bug fixes
Fixed
- a11y: Use of
role=list
breaks accessibility (#2450)
- a11y: JAWS not reading out correct popup text (#2451)
- fallback for
popupPagination
property (#2478)
Minimum requirements
v4.2.1 - various bugfixes and documentation improvements
Fixed
- missing/incorrect documentation for
_useGraphicsAsPins
and _classes
(#2367 & #2385)
- removed unused 'title' entry from properties.schema (#2406)
- was failing accessibility validation due to having no child elements with
role="listitem"
(#2426)
- v4.2.0 pin image CSS breaking third party themes (#2445)
Minimum requirements
v4.2.0 - the one that lets you use graphic pins
Adds optional _pin
setting to items in order to specify a graphic (#1728)
Minimum requirements
v4.1.0 - the one that lets AAT users change the completion setting
Makes the _setCompletionOn
property available to authoring tool users (#2384)
Minimum requirements