Skip to content

Releases: RIP21/react-simplemde-editor

v5.2.0

01 Oct 23:18
Compare
Choose a tag to compare

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

Full Changelog: v5.1.1...v5.2.0

v5.1.1

01 Oct 23:18
Compare
Choose a tag to compare

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

And some chores :)

Full Changelog: v5.1.0...v5.1.1

v5.1.0

01 Oct 22:22
Compare
Choose a tag to compare

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: v5.0.2...v5.1.0

V5.0.0

09 May 22:04
Compare
Choose a tag to compare
  • [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

  • Reinstall custom event handlers when component updates by @Johennes in #158

New Contributors

Full Changelog: v4.1.5...v5.0.0

v4.1.3

23 Jun 13:38
Compare
Choose a tag to compare
- 4.1.3 release

v4.1.1

07 May 12:25
Compare
Choose a tag to compare

v4.1.0

25 Jul 13:01
Compare
Choose a tag to compare
  • easymde version bump to the @next version, to support image attachments etc.

v4.0.1

16 Apr 16:32
Compare
Choose a tag to compare

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

v4.0.0...v4.0.1

v4 Move to EasyMDE

27 Jan 19:48
0c98791
Compare
Choose a tag to compare

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.

server side rendering and fix for react-router

03 Dec 20:41
Compare
Choose a tag to compare

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