Releases: Lumieducation/H5P-Nodejs-library
Releases · Lumieducation/H5P-Nodejs-library
v3.0.3
3.0.3 (2020-05-28)
Bug Fixes
v3.0.2
3.0.2 (2020-05-26)
Bug Fixes
- player: custom scripts now inserted correctly (#555) (6c7e1eb)
v3.0.1
3.0.1 (2020-05-21)
Bug Fixes
- editor: files with very long filenames now shortened (68b265e)
v3.0.0
3.0.0 (2020-05-20)
- feat!: type script usability and better request return values (a91508c)
BREAKING CHANGES
- the IContentStorage and ILibraryStorage interfaces were extended with the
getFileStats
method, which returns size and creation time information about files. The file system storage classes and Mongo/S3 storage class were extended to remain compatible.
Furthermore, there was a lot of refactoring to improve typing and extensibility.
v2.4.0
2.4.0 (2020-05-17)
Features
- localization: added localization of editor (#513) (0713317)
v2.3.4
2.3.4 (2020-05-13)
Bug Fixes
- image upload: editor returns image size of uploads (closes #425) (#507) (328a2f7)
v2.3.3
2.3.3 (2020-05-12)
Bug Fixes
- player: missing libraries omitted when listing libraries (closes #501) (#504) (9caf6ac)
v2.3.2
2.3.2 (2020-05-12)
Bug Fixes
- deps: update dependency tmp-promise to v3 (#497) (c5c8ae2)
v2.3.1
2.3.1 (2020-05-11)
Bug Fixes
- package uploads: filenames inside uploaded packages work in S3 (#499) (3c87799)
v2.3.0
2.3.0 (2020-05-10)
Features
- storage: direct access to content S3 storage in player (#496) (2d07b74)