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
0.6.1
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
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
- #96: Update codebase to use markdown-transform (@dselman)
🐛 Bug Fix
📝 Documentation
- #93: Add a handy downloads badge (@ranadeeppolavarapu)
v0.5.*
🚀 New Feature
- #76: Support for
ref
andforwardRef
(@DianaLease)- You can now pass a ref to
SlateAsInputEditor
, which will be forward to slate'sEditor
. 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
- You can now pass a ref to
- #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 areadOnly
prop
🏃♀ Performance
- #88: Handle
HTML
on a copy/paste and abstract outclause
related logic toCicero-UI
(@irmerk) - #85: Removing
styled-components
from bundle and intopeerDependency
(@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
- Correct action handler in Safari and
📝 Documentation
- #55: Implement Linux Foundation charter (@irmerk)
Markdown Editor v0.5.16
🐛 Bug Fix
- #90: Correct
webpack
configurations to handle local development vs. production (@irmerk)
Markdown Editor v0.5.15
🏃♀ Performance
- #88: Handle
HTML
on a copy/paste and abstract outclause
related logic toCicero-UI
(@irmerk)
Markdown Editor v0.5.14
💅 Polish
- #87: Slight styling adjustments (@irmerk)
Markdown Editor v0.5.13
🏃♀ Performance
- #85: Removing
styled-components
from bundle and intopeerDependency
(@irmerk)
Markdown Editor v0.5.12
💅 Polish
- #80: Adjustments to have a more natural feel for whole contracts (@irmerk)
Markdown Editor v0.5.11
🚀 New Feature
- #76: Support for
ref
andforwardRef
(@DianaLease)- You can now pass a ref to
SlateAsInputEditor
, which will be forward to slate'sEditor
. 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
- You can now pass a ref to
- #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
- Correct action handler in Safari and
- #71: Various refactoring for rendering issues (@DianaLease )
📝 Documentation
- #55: Implement Linux Foundation charter (@irmerk)
Markdown Editor v0.5.10
Feature to allow any plugin to make content editable, rather than allowing any plugin to make content read-only.
Markdown Editor v0.5.9
Fix for parsing nested markdown.