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:46
· 1057 commits to master since this release

Bug fixes

  • Bare <img> (not wrapped with <figure class="image">) can now be pasted into the editor. Closes #8. (fb6ab1a)
  • Fixed toolbar positioning in MS Edge. Closes #101. (19941e9)
  • The caption item should inherit from $block to automatically allow the same content. Closes #94. (02869eb)

Features

  • Introduced support for pasting and loading images in context in which they cannot appear in the editor. For example, if <p>foo<img>bar</p> is pasted, the pasted paragraph will be split (because an image in the editor cannot be contained in a paragraph). Closes #98. (e2104b1)

Other changes

  • Removed automatically filled config.image.defaultToolbar. Now, when initializing the editor one must always define config.image.toolbar. Closes #60. (4db7b34)
  • Updated translations. (22b5dbc)

BREAKING CHANGES

  • The config.image.defaultToolbar is no longer available. All editor instances must have config.image.toolbar configured instead.