Releases: Lumieducation/H5P-Nodejs-library
Releases · Lumieducation/H5P-Nodejs-library
v5.0.0
v4.1.2
v4.1.1
v4.1.0
4.1.0 (2020-07-07)
Features
Minor breaking change: The IContentStorage and ITemporaryFileStorage interfaces were
extended to support ranges when getting file streams. If you've implemented the interfaces yourself, you must change them accordingly.
If you've implemented the H5P Ajax endpoints yourself, you must make sure to correctly deal with range requests!
v4.0.2
v4.0.1
v4.0.0
4.0.0 (2020-06-29)
Features
- editor and player: addons and library management (3e61915)
BREAKING CHANGES
- editor and player: The ILibraryStorage and IContentStorage interfaces have new methods that are needed for complete library management functionality.
There are new language strings.
The configuration was extended to cater for addon configuration.
There is a new REST endpoint adapter for Express for library administration functionality. Implementation should either add the Express router (and protect it from unauthorized access!) or offer their own REST endpoint.
The example now includes React components that speak with the library administration REST endpoint. Implementations can use or extend the example components.
Updating content was broken and is now fixed.