react-simplemde-editor

React wrapper for simplemde (easymde) markdown editor

MIT License

Downloads
185.6K
Stars
752
Committers
33

Bot releases are visible (Hide)

react-simplemde-editor - v5.2.0 Latest Release

Published by RIP21 about 2 years ago

feature: added placeholder prop and option to pass down props into textarea.

Full Changelog: https://github.com/RIP21/react-simplemde-editor/compare/v5.1.1...v5.2.0

react-simplemde-editor - v5.1.1

Published by RIP21 about 2 years ago

Fixes: extraKeys can not add 'Enter' key #183

And some chores :)

Full Changelog: https://github.com/RIP21/react-simplemde-editor/compare/v5.1.0...v5.1.1

react-simplemde-editor - v5.1.0

Published by RIP21 about 2 years ago

Published certain fixes/features that been done before. Also did some cleanup for codebase and added some tooling.

chore: added playwright test
chore: changed from react-scrips to vite for demo
chore: added GH workflow
chore: using tsup for building library now
chore: migrated to pnpm from yarn
fix: fixed typings and broken tsc run

What's Changed

New Contributors

Full Changelog: https://github.com/RIP21/react-simplemde-editor/compare/v5.0.2...v5.1.0

react-simplemde-editor - V5.0.0

Published by RIP21 over 3 years ago

  • [breaking] Full rewrite to hooks. Means more reactive so, probably, less bugs related with updates. Minimum React version required >=16.8.2
  • [breaking] easymde now a peer dependency, please install it manually
  • [breaking] label prop has been removed
  • [breaking] SSR safe nets removed, please make sure to import it dynamically
  • [potentially-breaking] Forwards ref, so you can easily get access to div wrapper by using ref prop.
  • [potentially-breaking] Lots of bugs fixed, examples updated
  • [potentially-breaking] @babel/runtime helpers are no longer inlined but imported.

What's Changed

New Contributors

Full Changelog: https://github.com/RIP21/react-simplemde-editor/compare/v4.1.5...v5.0.0

react-simplemde-editor - v4.1.3

Published by RIP21 over 4 years ago

react-simplemde-editor -

Published by RIP21 over 4 years ago

react-simplemde-editor - v4.1.0

Published by RIP21 about 5 years ago

  • easymde version bump to the @next version, to support image attachments etc.
react-simplemde-editor -

Published by RIP21 over 5 years ago

No much changes except easymde version bump that fixes some security weaknesses.

https://github.com/RIP21/react-simplemde-editor/compare/v4.0.0...v4.0.1

react-simplemde-editor - v4 Move to EasyMDE

Published by RIP21 over 5 years ago

Now uses EasyMDE (the most fresh SimpleMDE fork)
instead of simplemde itself. Possible breaking changes, so I bumped version to v4.

Few improvements and bug fixes were also added in this one.

react-simplemde-editor - server side rendering and fix for react-router

Published by benrlodge almost 8 years ago

Provides ability for server side rendering and fixes use with react-router

react-simplemde-editor - Exports library via umd

Published by benrlodge about 8 years ago

Fixes issues importing the library via various sources.

react-simplemde-editor - temporary fix for dependency issue

Published by benrlodge about 8 years ago

react-simplemde-editor - Removes jquery dep

Published by benrlodge about 8 years ago

react-simplemde-editor - Includes dist folder with es5 support

Published by benrlodge about 8 years ago

react-simplemde-editor - Support multiple editors

Published by benrlodge about 8 years ago

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

react-simplemde-editor - removes use of minified simplemde

Published by benrlodge about 8 years ago

react-simplemde-editor -

Published by benrlodge over 8 years ago

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

Package Rankings
Top 1.58% on Npmjs.org
Badges
Extracted from project README
NPM version
Related Projects