Releases: RIP21/react-simplemde-editor
Releases · RIP21/react-simplemde-editor
v5.2.0
v5.1.1
v5.1.0
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
- Fix demo code path by @y-yagi in #178
- Drop unused @types/marked dependency by @thgreasi in #185
- Update @types/codemirror to match the one in latest easymde by @thgreasi in #186
- Pass changeObject to onChange by @tonyjmnz in #196
New Contributors
- @y-yagi made their first contribution in #178
- @thgreasi made their first contribution in #185
- @tonyjmnz made their first contribution in #196
Full Changelog: v5.0.2...v5.1.0
V5.0.0
- [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: v4.1.5...v5.0.0
v4.1.3
v4.1.1
v4.1.0
v4.0.1
No much changes except easymde
version bump that fixes some security weaknesses.
v4 Move to EasyMDE
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
Provides ability for server side rendering and fixes use with react-router