Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v11.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 28 Feb 11:53
· 144 commits to master since this release

Bug fixes

  • FileLoader now accepts Promise instead of a File instance. Closes #87. (62a8c69)

Other changes

BREAKING CHANGES

  • Upgraded minimal versions of Node to 8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)
  • The FileLoader.file property was changed to a getter which returns a native Promise instance instead of a File instance. The returned promise resolves to a File instance.