Skip to content

Releases: adaptlearning/adapt-contrib-media

Release v3.0.1

24 Jul 15:11
Compare
Choose a tag to compare

Fixed

  • player controls disappearing in iOS11 (#2024)
  • "transcript open/closed" button label was being displayed in the wrong HTML element when the inline transcript toggle button was pressed (#2062)
  • null reference causing error in Internet Explorer v11 (#172)

Minimum requirements

Name Version
Framework 3

Release 3.0.0

09 Mar 15:55
e88d436
Compare
Choose a tag to compare
  • Dropped support for legacy versions (v8, 9 & 10) of Internet Explorer (#1600)
  • Changed the way Froogaloop is loaded following update to Modernizr (#1950)
  • Fixed streaming of videos over file protocol (#1926)
  • Updated assets folder path (#1986)
  • Increased Framework dependency to v3 due to (#1986)

Minimum requirements

Name Version
Framework 3

Release v2.1.1

22 Aug 09:06
Compare
Choose a tag to compare
  • Stopped hover state appearing on touch devices (#1714)
  • Fixed queueing of transcript animation (#1718)
  • Updated framework dependency to satisfy future releases (#1704)

Minimum requirements

Name Version
Framework 2.0.13

Release v2.1.0

05 Jul 13:22
Compare
Choose a tag to compare
  • Added the ability to set a starting volume (#1410)
  • Added a media:stop event (#1449)
  • Added _preventForwardScrubbing option
  • Changed _type to SELECT box in authoring tool (#1622)
  • Changed Boolean inputs to Checkbox for authoring tool (#1380)
  • Fixed issue with going in and out of fullscreen mode triggering completion calculations (#1478)

Release v2.0.6

30 Nov 08:32
Compare
Choose a tag to compare
  • Add playsinline option. This allows videos on iPhones to play inline, the same way they do on iPads. Note that this feature is only available in iOS10 and above (#1250)
  • Expose media events. Extensions can now listen to media state changes like _isMediaPlaying and _isMediaEnded (#1209)

Release v2.0.5

14 Sep 11:15
Compare
Choose a tag to compare
  • Bumped mediaelementjs to version 2.21.2
  • Added support for WebM video format
  • Added translatable attribute in preparation for multi-language support
  • Corrected focus rectangle appearing when accessibility was not enabled
  • Resolved issues with Trickle
  • Now hiding poster image when Vimeo is used (this prevented access to the player controls)
  • Added known caveats to documentation
  • Fixed memory leak in IE

Release v2.0.4

26 Apr 09:34
Compare
Choose a tag to compare
  • updated MediaElement to v2.20.1, include the 'unminified' version of the MediaElement code, move styling overrides to media.less (#989)
  • make the 'closed captions' button accessible (#983)
  • fix for component completing when transcript button clicked on iPad regardless of what _setCompletionOn was set to (#898)
  • added support for fullscreen mode (#854)

Release v2.0.3

04 Jan 14:45
Compare
Choose a tag to compare
  • hotfix to ensure controls are always shown when accessibility is active - and are hidden (unless otherwise specified) at other times
  • add config option to allow the user to set the component as completed just by viewing the inline transcript

Release v2.0.2

29 Oct 17:30
Compare
Choose a tag to compare

Headline changes:

  • updated mediaelement.js to v2.18.1
  • update to allow 'play' and 'ended' completion events to work when Vimeo is the source
  • various updates for authoring tool compatibility

Release v2.0.1

09 Oct 10:03
Compare
Choose a tag to compare

Fixes a scoping bug that was preventing the fix for ABU-347 from working when there were multiple videos on the page