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