Skip to content

Releases: RIP21/react-simplemde-editor

Exports library via umd

01 Oct 18:55
Compare
Choose a tag to compare

Fixes issues importing the library via various sources.

temporary fix for dependency issue

14 Sep 00:25
Compare
Choose a tag to compare

Removes jquery dep

07 Sep 21:20
Compare
Choose a tag to compare
Merge pull request #16 from benrlodge/remove-jquery-and-organize-shit

remove jquery dep

Includes dist folder with es5 support

31 Aug 01:31
Compare
Choose a tag to compare
Merge pull request #15 from benrlodge/add_dist_dir

fix version

Support multiple editors

18 Aug 16:45
Compare
Choose a tag to compare

Previously only one component could be rendered at a time, 3.3.0 fixes this.

removes use of minified simplemde

18 Aug 13:29
Compare
Choose a tag to compare

v3.0: Merge pull request #6 from benrlodge/update_value

18 May 01:40
Compare
Choose a tag to compare

Removes the initialValue prop and replaces it with a value prop, allowing direct changes to the value to be made after the component mounts.