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

v0.2.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 03 Sep 18:22
· 397 commits to master since this release

Bug fixes

  • InlineEditor.create() should be able to create an instance of its subclass. Closes #25. (1da0563)
  • Editor element should be filled up with data once the editor is destroyed. Closes #19. (fe7d27b)
  • The toolbar should not collapse when the window is narrow. Closes #11. (705dbe5)

Features

  • The toolbar should support a vertical offset from the top of the web page. Closes #23. (01e29d5)

Other changes

  • Renamed the InlineEditor file to "inlineeditor.js" to match the naming convention. Closes #6. (dac7551)

BREAKING CHANGES

  • The inline.js file containing InlineEditor class has been renamed to inlineeditor.js.