3.7.0 (2024-07-16)
- CORS issue while fetch assets (5c33534), closes tunapanda/h5p-standalone#151
- library not use assetsRequestFetchOptions (4f3598b), closes tunapanda/h5p-standalone#151
3.6.0 (2023-05-12)
- h5p integration postuserstatistics is always false (a5b8e9f)
- accept override of assets fetch function (f9ca0be)
- add default fallback metadata options for interactive book type (e4037b9)
3.5.1 (2022-05-12)
- 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)
3.0.2 (2021-04-19)
3.0.1 (2021-04-17)
3.0.0 (2021-04-17)
- properly cache the Cypress binary
- Update all project dependencies
- Update H5P core libraries to latest version
- Fix: Interactive videos causes the player to flicker #62
- Remove jQuery as project dependency on package.json
- Fixes failing CircleCi Github action
- Remove H5P overrides, found a better solution
- Should fix #43
- Strike that, librariesPath update didn't even work? Tests were not run...
- Bugfix last version didn't inclde an updated built version
- Add optional libraryPath option for serving libraries from another source, thanks @tdxdave
- Check if main library has dependencies before loading them
- fix paths for h5p assets
- 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