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

Markdown Editor v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@irmerk irmerk released this 03 Oct 18:52
· 373 commits to master since this release
4b407f1

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)