This repository has been archived by the owner on May 19, 2020. It is now read-only.
Releases: accordproject/markdown-editor
Releases · accordproject/markdown-editor
Markdown Editor v0.5.8
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
Modify schema to allow nested paragraphs.
Markdown Editor v0.5.6
Fix schema to allow nested paragraphs.
Markdown Editor v0.5.5
Feature: allow plugins to programatically augment the base Slate schema.
Markdown Editor v0.5.4
🐛 Bug fix
- Removes the need to have an element with id
root
in the app. #71
Markdown Editor v0.5.3
Allows plugins to extend the Slate schema used by the editor.
Markdown Editor v0.5.2
(#67) Ability for plugins to restrict keyboard input.
Markdown Editor v0.5.1
🚀 New Feature
- (#66) Customizable Styling @irmerk
- Implemented support styling props, which can be referenced at the README
- (#64) Read-Only Support @DianaLease
MarkdownAsInputEditor
supports areadOnly
prop
Markdown Editor v0.5.0
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!
- Implemented a static formatting toolbar with support for:
🐛 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
Export more types.