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

v0.6.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 07 May 21:44
· 299 commits to master since this release

Bug fixes

  • Plain text data is now available in the clipboard when copying or cutting the editor contents. Closes #11. (8a01e0f)

Features

  • Introduced DataTransfer#files property. Change the clipboard input pipeline. Closes #16. (e4e7e10)

BREAKING CHANGES

  • The clipboardInput event now contains only the dataTransfer property (content was removed). The separate inputTransformation event was introduced for the content transformations.