Releases: adaptlearning/adapt-contrib-hotgraphic
Releases · adaptlearning/adapt-contrib-hotgraphic
v4.0.0 - the one with the best accessibility
- Updated to use new ComponentView
inview
functionality (#2269) - Updated to Accessibility v4 (requires framework v4+)
- Framework dependency bumped to v3.3+ due to (#2269)
Minimum requirements
Name | Version |
---|---|
Framework | 3.3 |
Narrative | 3 |
v3.0.1 - the one with the correct framework dependency
v3.0.0 - the one with DRY code
Changed
- major refactor to split code into view and model (using the new
ItemsComponentModel
that was introduced in Adapt v3) (#1178) and to generally tidy up the code and bring it up to modern standards - switched to using new
Adapt.getViewClass
method for fetching a view from the component store (#2073) - switched to using Notify for displaying popup content (#1525)
Added
- an
aria-has-popup
attribute and editable pinaria-label
prefix (#2051) - popup 'pagination' label is now dynamic so can be set via course.json/authoring tool and translated properly
Fixed
- path to 'visited'
aria-label
wasn't correct
Minimum requirements
Name | Version |
---|---|
Framework | 3.2 |
Narrative | 3 |
Release v2.1.2
Release v2.1.1
Updated framework dependency to satisfy future releases (#1704)
Release v2.1.0
- images can now have attribution (#1537)
- Changed Boolean inputs to Checkbox for authoring tool (#1380)
- remove
required
setting from the_graphic.src
property in properties.schema as this was preventing it from passing validation when_useGraphicsAsPins
is set totrue
(#1401)
Release v2.0.8
Corrects a typo in properties.schema
Release v2.0.7
- allow popup to be dismissed via the Escape key (#938)
- update properties.schema with
translatable
properties in preparation for localisation support - remove
default
text on thestrapline
property in properties.schema
Release v2.0.6
Fix for issue where the dependency on contrib-narrative in bower.json was stopping the Adapt CLI from downloading any of the plugins (#1043)