All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Replace legacy lifecycle hooks with UNSAFE aliases; the required react version is 16.3
- Migrate styles to linaria
- Hide internals in single bundle
- Add esm support
- Fixed ts definition in order to be able to include the component without childs
- Allow draft-js v0.11
- Remove unused dependencies
- Add typescript typings
- Swap structure prop in static toolbar for render prop
- bumped find-with-regex
- Fixed positioning when the editor has a parent node that is positioned (i.e.
relative
,absolute
orfixed
).