Skip to content

Releases: adaptlearning/adapt-contrib-hotgraphic

v4.0.0 - the one with the best accessibility

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

28 Jun 15:33
Compare
Choose a tag to compare

Framework dependency was incorrect, this requires #2071 which was released in framework v3.2.0 (#2147)

Minimum requirements

Name Version
Framework 3.2
Narrative 3

v3.0.0 - the one with DRY code

26 Jun 11:16
Compare
Choose a tag to compare

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 pin aria-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

19 Mar 15:38
Compare
Choose a tag to compare
  • removed class .accessible-text-block (#833)
  • fixed issue with inview listener not being removed (#1877)

Minimum requirements

Name Version
Framework 2

Release v2.1.1

21 Aug 09:07
Compare
Choose a tag to compare

Updated framework dependency to satisfy future releases (#1704)

Release v2.1.0

11 Jul 16:25
Compare
Choose a tag to compare
  • 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 to true (#1401)

Release v2.0.8

20 Jan 13:15
Compare
Choose a tag to compare

Corrects a typo in properties.schema

Release v2.0.7

12 Jul 09:48
Compare
Choose a tag to compare
  • 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 the strapline property in properties.schema

Release v2.0.6

09 May 10:24
Compare
Choose a tag to compare

Fix for issue where the dependency on contrib-narrative in bower.json was stopping the Adapt CLI from downloading any of the plugins (#1043)

Release v2.0.5

28 Apr 14:07
Compare
Choose a tag to compare
  • various CSS fixes to do with pin overlay offset and the 'use graphics as pins' option
  • fixes for compatibility with the contrib-trickle plugin (#844 & #875)