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

v12.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 05 Dec 11:52
· 446 commits to master since this release

Features

Bug fixes

  • Prevent errors when (for unclear reasons) the native DataTransfer#files contains null values when drag&dropping files into the editor in Chrome. (2a45481)

    Thanks to @code-chris!

Other changes

BREAKING CHANGES

  • The ImageUploadCommand#execute()'s files parameter was renamed to file. It can still accept an array of files.