Releases: andrerpena/react-mde
Releases · andrerpena/react-mde
7.8.0
Add better support for class names #202
7.7.0
Added disablePreview
property for disabling preview/tabs
7.6.2
Remove draft-js as a peer dependency #185
7.6.0
Properly export TypeScript types for custom commands #182
7.5.0
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)
7.4
It is now possible to return React Elements from generateMarkdownPreview which makes it possible to use ReactMarkdown for preview instead of Showdown #161