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.5.8

11 Jul 14:17
Compare
Choose a tag to compare

Add a feature to FromMarkdown to support parsing nested markdown using a new instance of FromMarkdown initialised with the same PluginManager.

Markdown Editor v0.5.7

11 Jul 14:00
Compare
Choose a tag to compare

Modify schema to allow nested paragraphs.

Markdown Editor v0.5.6

11 Jul 13:50
Compare
Choose a tag to compare

Fix schema to allow nested paragraphs.

Markdown Editor v0.5.5

10 Jul 09:52
Compare
Choose a tag to compare

Feature: allow plugins to programatically augment the base Slate schema.

Markdown Editor v0.5.4

09 Jul 19:51
b08a91b
Compare
Choose a tag to compare

🐛 Bug fix

  • Removes the need to have an element with id root in the app. #71

Markdown Editor v0.5.3

09 Jul 08:40
23c3484
Compare
Choose a tag to compare

Allows plugins to extend the Slate schema used by the editor.

Markdown Editor v0.5.2

09 Jul 06:02
1f129f0
Compare
Choose a tag to compare

(#67) Ability for plugins to restrict keyboard input.

Markdown Editor v0.5.1

03 Jul 14:19
c7a3945
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • (#66) Customizable Styling @irmerk
    • Implemented support styling props, which can be referenced at the README
  • (#64) Read-Only Support @DianaLease
    • MarkdownAsInputEditor supports a readOnly prop

Markdown Editor v0.5.0

24 Jun 21:59
a68e855
Compare
Choose a tag to compare
Pre-release

This is a major release! Some new highlights as well as a few from v0.4:

🚀 New Feature

  • (#35) Static Formatting Toolbar @irmerk
    • Implemented a static formatting toolbar with support for:
      • Bold, italics, underline
      • Block quote, code block
      • Unordered and ordered lists
      • Hyperlinks
      • Undo and redo
      • Header styles
    • This feature is responsive and will soon have parameter support!

🐛 Bug Fix

  • (#54) Multi-Paragraph Clause Support @dselman
    • Fixed issues to gain support for adding a clause with line breaks between paragraphs
  • (#46) Streamlined Markdown and Slate Input Support @DianaLease
    • Split editors to take either Markdown or Slate as input

Markdown Editor v0.4.20

20 Jun 18:36
d5c9bbb
Compare
Choose a tag to compare
Pre-release

Export more types.