Skip to content

v1.0.0-beta.2

Compare
Choose a tag to compare
@pomek pomek released this 19 Nov 12:00
· 164 commits to master since this release

Bug fixes

  • Improved performance when editing large content. Debounced the component #input event. Closes #42. (dfaee36)
  • The data initialization should not break collaboration. Instead of using editor.setData(), the initial content is now set via innerHTML of the source element. Closes #47. (6f821fa)