React Mde Versions Save

? React Markdown Editor

8.0.2

4 years ago

Fixed a bug where the undo/redo would not work after you clicked Preview and then back to Write

8.0.0

4 years ago

Added support for auto-completion

7.8.0

4 years ago

Add better support for class names #202

7.7.0

4 years ago

Added disablePreview property for disabling preview/tabs

7.6.2

4 years ago

Remove draft-js as a peer dependency https://github.com/andrerpena/react-mde/issues/185

7.6.1

4 years ago

7.6.0

4 years ago

Properly export TypeScript types for custom commands https://github.com/andrerpena/react-mde/pull/182

7.5.0

4 years ago

Now the active state of buttons on the active bar are not modified. You can see selected buttons. By default now, the tabs will be selected when you hit tab and buttons will not. This is the Behavior of Github. (toolbar buttons now have tabindex -1)

image

7.4

4 years ago

It is now possible to return React Elements from generateMarkdownPreview which makes it possible to use ReactMarkdown for preview instead of Showdown https://github.com/andrerpena/react-mde/issues/161

7.3.5

4 years ago