All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Makes mention filtering case insensitive.
Fixes the 0.6.0 release.
- Improved filtering of items in Mention plugin.
- Mention list can now be hidden by pressing escape.
maxItems
prop added to Mention if only x number of items should show at one time.
- Export props for TS
- Bugfix
- Add autocomplete for enclosing types like
(
and[
- Double enter when in a list will now exit the list.
- Added support for single line (no newlines)
- Added support for disabling automatic formatting like bold, italic
- Run onChange when updating value from outside the textarea
- Make mention list clickable
- Added ability to toggle bold and italic for word and selection.
- Position on mention list when texteditor has scroll.
- Added possibility to pass props to the editor textarea.
Release!