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

Releases: accordproject/markdown-editor

Markdown Editor v0.4.19

20 Jun 16:56
a9dd898
Compare
Choose a tag to compare
Pre-release

Plugin refactoring

Markdown Editor v0.4.17

19 Jun 05:53
Compare
Choose a tag to compare
Pre-release

Pass the parent node to plugins so that they have access to multi-line text from code blocks.

Markdown Editor v0.4.16

19 Jun 05:22
Compare
Choose a tag to compare
Pre-release

Dispatch code blocks to plugins.

Markdown Editor v0.4.15

18 Jun 21:18
ecf26bb
Compare
Choose a tag to compare
Pre-release

This release refactors both editors (SlateAsInput and MarkdownAsInput) to use React best practices regarding state & props.

Markdown Editor v0.4.14

05 Jun 13:33
4ab581d
Compare
Choose a tag to compare
Pre-release

Bug fix: fixes infinite loop in SlateAsInputEditor

Markdown Editor v0.4.13

04 Jun 13:27
Compare
Choose a tag to compare
Pre-release

This release updates the formatting toolbar to wrap if the component is less wide.

Markdown Editor v0.4.12

03 Jun 19:32
522f9d5
Compare
Choose a tag to compare
Pre-release

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

03 Jun 18:14
62da8e2
Compare
Choose a tag to compare
Pre-release

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

30 May 18:12
Compare
Choose a tag to compare
Pre-release

Add support for dispatching html_inline to plugins.

Markdown Editor v0.4.9

25 May 09:16
Compare
Choose a tag to compare
Pre-release

Toggle for lockText now works.