Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@jfschwarz jfschwarz released this 24 Feb 11:03
· 249 commits to master since this release

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's renderSuggestion function:
(suggestion, search, highlightedDisplay) => Element

Bugfixes

  • Fixed React.findDOMNode deprecation warning ( #58 )