Releases: accordproject/markdown-editor
Markdown Editor v0.4.19
Plugin refactoring
Markdown Editor v0.4.17
Pass the parent node to plugins so that they have access to multi-line text from code blocks.
Markdown Editor v0.4.16
Dispatch code blocks to plugins.
Markdown Editor v0.4.15
This release refactors both editors (SlateAsInput and MarkdownAsInput) to use React best practices regarding state & props.
Markdown Editor v0.4.14
Bug fix: fixes infinite loop in SlateAsInputEditor
Markdown Editor v0.4.13
This release updates the formatting toolbar to wrap if the component is less wide.
Markdown Editor v0.4.12
This release updates the slate value on the state of the SlateAsInputEditor if the value prop changes, ensuring the Editor will re-render with the new content.
Markdown Editor v0.4.11
This module now exports 3 separate editors:
MarkdownEditor - same as the previous version
MarkdownAsInputEditor - takes markdown
as a prop (a markdown string)
SlateAsInputEditor - takes value
as a prop (a Slate object)
Markdown Editor v0.4.10
Add support for dispatching html_inline to plugins.
Markdown Editor v0.4.9
Toggle for lockText now works.