Release 0.8.13
✨ Introduce new features
- Add new parameter
InsertDroppedFileContents
. If true, text files will have their content extracted and inserted in the editor. If false, all file types dropped into the editor will be passed to the upload callback. In case of multiple mixed-type files, they will all be uploaded
What's Changed
- Fix uploads issue #196 by @gaelj in #197
- fix: use raw string literals by @davhdavh in #199
- 🔖 Bump version to 0.8.13 by @gaelj in #198
New Contributors
Full Changelog: 0.8.12...0.8.13