This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v11.0.0
Bug fixes
Other changes
- Add catch block for failed file promise in
FileRepository
. (a2de5d5) - Updated translations. (6aaad73) (b0469a8) (f6e27cb)
BREAKING CHANGES
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c) - The
FileLoader.file
property was changed to a getter which returns a nativePromise
instance instead of aFile
instance. The returned promise resolves to aFile
instance.