v4.0.0
·
3700 commits
to master
since this release
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.