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

Releases: accordproject/markdown-editor

0.6.1

06 Oct 16:14
2c544b5
Compare
Choose a tag to compare

A bug fix release to update the markdown editor to use the 0.4.5 version of markdown-transform.

Thank you to some new contributors through Hacktoberfest! 🎃

New Contributors:

Markdown Editor v0.6.0

03 Oct 18:52
4b407f1
Compare
Choose a tag to compare
Pre-release

This is a major release!

Thank you to some new contributors through Hacktoberfest! 🎃

New Contributors:

Some new highlights as well as a few from v0.5.*:

v0.6.0

🏃‍♀ Performance

🐛 Bug Fix

  • #94: List blocks no longer register as hyperlinks (@sgbj)

📝 Documentation

v0.5.*

🚀 New Feature

  • #76: Support for ref and forwardRef (@DianaLease)
    • You can now pass a ref to SlateAsInputEditor, which will be forward to slate's Editor. This will allow the parent to use Slate editor commands and queries
    • For info how to create a ref in your parent component, see the on useRef and forwardRef
  • #67: Support for plugins blocking input, backspace, and enter (@dselman)
  • #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

🏃‍♀ Performance

  • #88: Handle HTML on a copy/paste and abstract out clause related logic to Cicero-UI (@irmerk)
  • #85: Removing styled-components from bundle and into peerDependency (@irmerk)

💅 Polish

  • #87: Slight styling adjustments (@irmerk)
  • #80: Adjustments to have a more natural feel for whole contracts (@irmerk)

🐛 Bug Fix

  • #90: Correct webpack configurations to handle local development vs. production (@irmerk)
  • #71: Various refactoring for rendering issues (@DianaLease )
  • #62: Toolbar, browser, and npm link issues (@irmerk)
    • Correct action handler in Safari and npm link
    • Sync sizing for all toolbar icons

📝 Documentation

  • #55: Implement Linux Foundation charter (@irmerk)

Markdown Editor v0.5.16

25 Sep 19:24
Compare
Choose a tag to compare
Pre-release

🐛 Bug Fix

  • #90: Correct webpack configurations to handle local development vs. production (@irmerk)

Markdown Editor v0.5.15

04 Sep 19:16
Compare
Choose a tag to compare
Pre-release

🏃‍♀ Performance

  • #88: Handle HTML on a copy/paste and abstract out clause related logic to Cicero-UI (@irmerk)

Markdown Editor v0.5.14

28 Aug 18:39
Compare
Choose a tag to compare
Pre-release

💅 Polish

  • #87: Slight styling adjustments (@irmerk)

Markdown Editor v0.5.13

28 Aug 16:22
Compare
Choose a tag to compare
Pre-release

🏃‍♀ Performance

  • #85: Removing styled-components from bundle and into peerDependency (@irmerk)

Markdown Editor v0.5.12

27 Aug 21:40
Compare
Choose a tag to compare
Pre-release

💅 Polish

  • #80: Adjustments to have a more natural feel for whole contracts (@irmerk)

Markdown Editor v0.5.11

15 Aug 20:54
9fb6b7a
Compare
Choose a tag to compare

🚀 New Feature

  • #76: Support for ref and forwardRef (@DianaLease)
    • You can now pass a ref to SlateAsInputEditor, which will be forward to slate's Editor. This will allow the parent to use Slate editor commands and queries
    • For info how to create a ref in your parent component, see the on useRef and forwardRef
  • #67: Support for plugins blocking input, backspace, and enter (@dselman)

🐛 Bug Fix

  • #62: Toolbar, browser, and npm link issues (@irmerk)
    • Correct action handler in Safari and npm link
    • Sync sizing for all toolbar icons
  • #71: Various refactoring for rendering issues (@DianaLease )

📝 Documentation

  • #55: Implement Linux Foundation charter (@irmerk)

Markdown Editor v0.5.10

11 Jul 16:01
Compare
Choose a tag to compare

Feature to allow any plugin to make content editable, rather than allowing any plugin to make content read-only.

Markdown Editor v0.5.9

11 Jul 14:27
Compare
Choose a tag to compare

Fix for parsing nested markdown.