Skip to content

Releases: RIP21/react-simplemde-editor

v5.2.0

Choose a tag to compare

@RIP21 RIP21 released this 01 Oct 23:18

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

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

v5.1.1

Choose a tag to compare

@RIP21 RIP21 released this 01 Oct 23:18

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

And some chores :)

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

v5.1.0

Choose a tag to compare

@RIP21 RIP21 released this 01 Oct 22:22

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

Choose a tag to compare

@RIP21 RIP21 released this 09 May 22:04
  • [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

Choose a tag to compare

@RIP21 RIP21 released this 23 Jun 13:38
- 4.1.3 release

v4.1.1

Choose a tag to compare

@RIP21 RIP21 released this 07 May 12:25

v4.1.0

Choose a tag to compare

@RIP21 RIP21 released this 25 Jul 13:01
  • easymde version bump to the @next version, to support image attachments etc.

v4.0.1

Choose a tag to compare

@RIP21 RIP21 released this 16 Apr 16:32

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

v4.0.0...v4.0.1

v4 Move to EasyMDE

Choose a tag to compare

@RIP21 RIP21 released this 27 Jan 19:48
0c98791

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

Choose a tag to compare

@benrlodge benrlodge released this 03 Dec 20:41

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