Skip to content

Latest commit

 

History

History
100 lines (58 loc) · 4.02 KB

CHANGELOG.md

File metadata and controls

100 lines (58 loc) · 4.02 KB

3.7.0 (2024-07-16)

Bug Fixes

Features

3.6.0 (2023-05-12)

Bug Fixes

  • h5p integration postuserstatistics is always false (a5b8e9f)

Features

  • accept override of assets fetch function (f9ca0be)
  • add default fallback metadata options for interactive book type (e4037b9)

3.5.1 (2022-05-12)

Bug Fixes

  • auto-commit changelog file via semantic release package (6bea820)
  • Node release matrix doesn't exist. Fix it to version 14 (3cdea3c)

3.0.3 (2021-04-19)

Bug Fixes

3.0.2 (2021-04-19)

Bug Fixes

  • path parameter(s) should resolve correctly (#73) (7db44f2)

3.0.1 (2021-04-17)

Bug Fixes

  • restore mistakenly deleted content id (#72) (e172cf8)

3.0.0 (2021-04-17)

Bug Fixes

  • properly cache the Cypress binary

2.2.2

  • Update all project dependencies
  • Update H5P core libraries to latest version
  • Fix: Interactive videos causes the player to flicker #62

2.2.1

  • Remove jQuery as project dependency on package.json
  • Fixes failing CircleCi Github action

2.1.3

  • Remove H5P overrides, found a better solution
  • Should fix #43

2.1.2

  • Strike that, librariesPath update didn't even work? Tests were not run...

2.1.1

  • Bugfix last version didn't inclde an updated built version

2.1.0

  • Add optional libraryPath option for serving libraries from another source, thanks @tdxdave

2.0.2

  • Check if main library has dependencies before loading them

2.0.1

  • fix paths for h5p assets

2.0.0

  • Switched to Webpack
  • Using module system, can be imported via ES6, CommonJS, AMD or Globals
  • Hide H5P frame by default
  • Move away from being a jQuery plugin
  • Include H5P JS files directly in this project
  • Remove bower
  • Add tests