Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 803 Bytes

CHANGELOG.md

File metadata and controls

29 lines (22 loc) · 803 Bytes

0.1: * Initial working version.

0.2: * Files moved around and renamed. * CHANGELOG.md added.

0.3: * WYSIWYG/markdown buttons optionally hidden. * Support for disabling WYSIWYG/markdown editor via disabled-attribute. * Event "changed" emitted when content changes. * Event "save" periodically emitted if necessary, with 1-second hard-coded interval. * View object accessible through target textarea node.

0.3.1: * LICENSE updated (MIT). * README updated.

0.3.2: * README updated some more.

0.3.3: * Fixed bug resulting in newlines being omitted from POST content.

0.3.4: * Transparent support for focus-function on textarea -> WYSIWYG.

0.3.5: * CSS class "prosearea-instance" added automatically to ProseArea's container for custom styling.