Version 0.3.0
Bower Support Dropped
We will no longer provide a bundled build for bower. If you cannot use react-mentions via npm, you will have to stay on v0.2.
New Features
MentionsInput
can be fully styled using inline styles- Full suggestion entry is made available to the
renderSuggestion
function ( #73 )
Breaking API Changes
- CSS class names are no longer assigned by default, but can be set by the user
- Updated signature of the
Mention
'srenderSuggestion
function:
(suggestion, search, highlightedDisplay) => Element
Bugfixes
- Fixed React.findDOMNode deprecation warning ( #58 )