Skip to content

Releases: technowledgy/vue-h5p

v0.8.1

22 Feb 11:12
8d21793
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

Updated dependencies and fixed package.json's exports.

v0.8.0

05 Apr 13:06
189b224
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

vue-h5p now emits a @height-changed event with the new content height, allowing parent components to resize dynamically.

v0.7.1

05 Apr 10:22
9c4033f
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

When the fullscreen prop is false (the default) the h5p library does not show a fullscreen button. However embedded contents like <video> tags where still rendering those buttons sometimes. This is fixed, so that going fullscreen is forbidden for the iframe in this case entirely.

This allows to control fullscreen behavior from the outside.

v0.7.0

01 Mar 16:38
6e1e38a
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

This adds a @ready event, which is emitted when the H5P library is loaded and sends it's "hello" message. Thanks @DutchGerman.

0.6.7

09 Feb 12:02
838c6dd
Compare
Choose a tag to compare
0.6.7 Pre-release
Pre-release

Fixed:

  • @xapi events are now sent properly when vue-h5p is re-loaded with vue devtools present.
  • h5p content is now resized when the wrapper changes size.

0.6.6

02 Feb 16:01
9005dba
Compare
Choose a tag to compare
0.6.6 Pre-release
Pre-release

Added some missing upstream CSS to fix H5P.Tooltip - e.g. used in newer CoursePresentation versions.

0.6.5

02 Feb 15:26
088695c
Compare
Choose a tag to compare
0.6.5 Pre-release
Pre-release

Fix fullscreen prop. This now forces fullscreenDisabled to true when the prop is disabled, thereby not allowing any fullscreen buttons in different content types to appear.

0.6.4

04 Jan 18:36
d3df3f4
Compare
Choose a tag to compare
0.6.4 Pre-release
Pre-release

The last release broke playing h5p content in Chromium-based browsers. This fixes that.

0.6.3

27 Dec 10:07
3329122
Compare
Choose a tag to compare
0.6.3 Pre-release
Pre-release

Fix a regression in 0.6.2 which didn't register event handler to pass @xapi events correctly.

0.6.2

21 Dec 21:01
693052b
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release

Fix a bug in Firefox, which does not pass cookies into iframes with srcdoc.